Re: NTFS unicode converting problem

From: David Yu <chiahsing_at_gmail.com>
Date: Sun, 16 Jan 2005 18:25:52 -0800
In my case, those Chinese filenames are still in UCS-2LE, and all
characters are in plane 0. I tried to modify codes so that it can
directly store the conversion result into the dirent structure, but
the convchr() funtion failed everytime for Chinese character while
there is no problem with Ascii characters. I thought converting from
UCS-2 to UTF-8 should be very easy?

On Mon, 17 Jan 2005 13:00:39 +1100, Christopher Vance
<christopher_at_nu.org> wrote:
> On Sun, Jan 16, 2005 at 01:44:04PM -0800, David Yu wrote:
> >Hi, it seems that NTFS in FreeBSD uses a 16-bit long wchar to store
> >filename. When I wanted to convert some Chinese filename into UTF-8,
> >the conversion  was failed because a single Chinese character needs 3
> >bytes in UTF-8. Is anyone already working on this problem? If not, I
> >would like to do something about it. Any suggestions?
> 
> From memory, old Windows used UCS-2, while newer Windows uses UTF-16.
> Was the bad character in plane 0 or higher?
> 
> --
> Christopher Vance
>
Received on Mon Jan 17 2005 - 01:25:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC