> What happens if you 'use encoding "iso-8859-1"' at the top of the script > that accepts this data?
I just found out that I had the default swedish collation still set for the MySQL tables and apparently the letters y and ΓΌ are treated/sorted identically in Sweden. *Doh* So everything works as intended. I'll stick with iso-8859-1 encoding throughout my code and database for now and switch to utf8 as soon as possible. Toby _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
