QUOTE (Milutin @ Jul 23 2007, 10:33 PM)

I am using Serbian translation for my oscommerce done by me! And in order to work it had to be converted to utf-8 but you have to convert all lenguage files and all your files in root.
This is the way how I did it and it functions, additionaly you will have to change some coding in yourlanguage.php,
CODE
// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
This shoul reflect your coding
Thanks for the replying, Milutin.
Could you tell me what I can find a complete list of ISO code, e.g, America English is , en_US.ISO_8859-1?
And, can I set the mysql 4.0.16 use UTF-8 collation?