1. RE: sequence convertion
- Posted by Tommy Carlier <tommy.carlier at pandora.be> Dec 13, 2003
- 645 views
If you want to read and write double-byte character-strings to files, you probably want to use Unicode. If you look on my website, you can find a Euphoria-library to read and write Unicode-files (UTF8 & UTF16). -> euphoria @ tommy online: http://users.pandora.be/tommycarlier/eu Hayden McKay wrote: > > > Yes I was talking about double-byte chars > Thanxs this the info u gave me was helpfull ______________ tommy online: http://users.pandora.be/tommycarlier
2. RE: sequence convertion
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Dec 15, 2003
- 639 views
Hayden McKay wrote: > > How do I convert a "single integer char" string > to a "double integer char" string? > and visa versa. As already mentioned, it sounds like you're talking Unicode here. You could take a look at unicode.ew in EuCOM (search the archives for COM). Matt Lewis