On Tue, Jul 1, 2008 at 10:28 AM, Marco van de Voort <[EMAIL PROTECTED]> wrote:
> C/C++ support the native encoding on all platforms.

I did some googling and they don't support unicode filenames. So we
are back to zero systems using this method again =)

http://www.google.com/search?q=C%2B%2B+unicode+filename&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:pt-PT:official&client=firefox-a

I think that we should keep in mind that we already have a fast ansi
set of routines which fits the operating system encoding (but is never
utf-16).

What we wish to have is a unicode set of routines, the ansi routines
will keep existing if you really need speed.

-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to