Hi, again. I have problem with my utf8 again. When i send request to my
catalyst app from PC with encoding cp1251, i must use:
require Encode;
$string = Encode::decode('cp1251,$string');
to make it utf8 and put in mysql. How i can know what encoding the user will
use? Is there any universal solution?
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to