Code: Select all
put unidecode(uniencode("åäö are som swedish characters", "utf8"))
Code: Select all
are som swedish characters
If I strip the "utf8" part (which converts to UTF-16 if I understand things correctly) everything works fine, but I really need to convert to UTF-8 as my database stores all fields in that format.
Should I file a bug towards runrev or towards my own knowledge?
