20 Sep 2003 22:28
Unicode
Hello, Does Moto support Unicode? E.g., let's say you have a Unicode string consisting of two Japanese characters that each take up two bytes. An ordinary strlen() function (is it called strlen() in Moto?) will claim the string is four characters long (because the string takes up four bytes), whereas a Unicode-aware strlen() function will know the string is only two characters long. How Unicode-aware is Moto at its present stage? Is GNU gettext supported? - Jonas Bentzen
RSS Feed