Problem dealing with UTF8 characters in pathnames

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem dealing with UTF8 characters in pathnames

CdAB63
In FilePath an error is raised when UTF-8 is found in pathname.

FilePath>>pathName: isEncoded:
ByteString>>convertFromWithConverter:
UTF8TextConverter>>nextFromStream:

Best regards,

Casimiro

Reply | Threaded
Open this post in threaded view
|

Re: Problem dealing with UTF8 characters in pathnames

Stéphane Ducasse
enter a bug entry.

stef

On Apr 28, 2011, at 12:29 AM, Casimiro de Almeida Barreto wrote:

> In FilePath an error is raised when UTF-8 is found in pathname.
>
> FilePath>>pathName: isEncoded:
> ByteString>>convertFromWithConverter:
> UTF8TextConverter>>nextFromStream:
>
> Best regards,
>
> Casimiro
>