On 11/17/05, Mattias Gaertner <[EMAIL PROTECTED]> wrote:
> Speaking for lazarus: we want to support the whole unicode and UTF8 is the
> easiest to achieve that.

I particulary like this solution.

* It doesn´t break existing code
* It makes it easy to make a program unicode. Just change the encoding to utf-8!
* It includes no overhead to existing apps

Only a few RTL functions would have to be created to support utf-8, as
has being said here. Many functions could remain the same.

The programer should know what he is using and take the necessary
precautions (use special utf-8 function for example, if needed)
--
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to