> Hello list,
> 
>   does anybody know what encoding does Neko FS api uses for file names
>   and related? It looks like it is ANSI for Windows - i.e. native OS
>   encoding whatever it is. Is that true? And wouldn't it be better if
>   it was UTF8/Unicode instead?

Neko uses plain old ANSI C file IO routines. Using UTF8 encoding methods
would require a lot of OS-specific code. Might be more appropriate in a
separate library (?)

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to