Home / def / utf8 
UTF-8
UTF-8 is the name of the charset used by Gambas for coding non-ASCII characters.

It is a gift to the humanity made by Ken Thompson.

In this charset, each ASCII character keeps its code, and each non-ASCII character is coded with two or more bytes. Consequently, you cannot use standard string functions to deal with UTF-8 strings. You must use the static methods of the String class.

For more information about UTF-8, look at this F.A.Q.


See also
ASCII  String  How To Display a Chinese Character