Re: [OSRAIDS-developers] Update
Brought to you by:
lathama
|
From: <osr...@li...> - 2004-11-10 07:29:50
|
Right, but if you use UTF-8, you don't need to sort these encodnigs, because Unicode is a 16-bit(or 32-bit) encoding which includes all these language-specific encodings. So one way is to use 8-bit encodings (ISO-8859-1, -2, ... -10) and differentiate them in dependence of concrete language and second way is to use UTF-8 for all languages. I recommend to use 8-bit encodings, because as I know, MySQL does not have Unicode support yet (maybe it is already not true). Robert On Tuesday 09 November 2004 01:51, osr...@li... wrote: > Busy as can be. found this, adding it to lang.php > $XX['ISO'] = '8859-X'; > > ############################# > > ISO 8859-1 is just one part of the ISO-8859 standard, which specifies > several character sets, e.g.: > 8859-1 Europe, Latin America > 8859-2 Eastern Europe > 8859-3 SE Europe > 8859-4 Scandinavia (mostly covered by 8859-1 also) > 8859-5 Cyrillic > 8859-6 Arabic > 8859-7 Greek > 8859-8 Hebrew > 8859-9 Latin5, same as 8859-1 except for Turkish instead of Icelandic > 8859-10 Latin6, for Eskimo/Scandinavian languages > > ############################# -- Robert Zelnik e-mail: rz...@vs... |