Re: unicode
- Posted by guest at rapideuphoria.com Apr 02, 2004
- 401 views
posted by: tommy.carlier at pandora.be Luckily Euphoria has a little bit of builtin support for Unicode: characters in strings (sequences) are integers . If you want to read or write Unicode-files in Euphoria, you can use my Unicode-library (http://users.pandora.be/tommycarlier/eu). It can be used in DOS32, WIN32 and probably also LINUX, but I haven't tested on Linux. It uses the default Euphoria File IO (open, close, getc), so it will probably also run on Linux.