2009-10-30 11:25:18 UTC
Special characters do not seem to pose a problem for my installation when the character name is sent via the url. Are you are storing the character name in a database? If the character column character set is not set to utf8 then you will need to perform some conversion. utf8encode should do the job in most cases, but perhaps mbconvert_encoding is a safer bet.