Re: [fpc-pascal] Re: fpc-pascal Digest, Vol 34, Issue 13

2007-06-04 Thread Felipe Monteiro de Carvalho
On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I think I'll duplicate the functions, one for ASCII (ANSISTRING) coding and the other for UTF-8 (WIDESTRING). I think this is the best way. A widestring is not suitable to hold a utf-8 string. A ansistring on the other hand is. (ansi is ju

[fpc-pascal] Re: fpc-pascal Digest, Vol 34, Issue 13

2007-06-04 Thread gmjimen
Thanks for the answers. I think I'll duplicate the functions, one for ASCII (ANSISTRING) coding and the other for UTF-8 (WIDESTRING). I think this is the best way. But I've look for the description for UTF8Encode, UTF8Decode, UTF8ToAnsi and UTF8ToUnicode in the documentation and I can't find it.