
Denis Bonnenfant - 2012-11-14 21:49:03 -
In reply to message 1 from wlo
The problem is not UTF8, but the locale setting. It has to match smb share encoding. exec(smbclient) is producing garbage if locale is not set to utf8
It has to be set globally for the user executing php code, or directly in php file.
Ideally, it has to be configurable in external share parameters.