Grokbase
Topics Posts Groups | in
x
[ help ]

[html-formfu] catalyst, formfu and unicode

View PostFlat  Thread  Threaded | Next >
Josef Chladek [html-formfu] catalyst, formfu and unicode
| +1 vote
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
hello list,

after endless hours of debugging, here are my recommendations for  
correct use of utf8 with Catalyst and HTML::FormFu

1) don't use Catalyst::Plugin::Unicode
2) don't use "use utf8" in the controller, that has formfu stuff in it
3) don't use .yml configs, use Config::General instead (maybe others  
working as well)
4) in I18/de.pm remove "use utf8", otherwise error-messages corrupt  
the rest of the page

at least for me now everything is encoded correctly (and my other  
controllers work as well correctly with utf8)

C:P:Compress:Gzip is ok to use (contrary to what I said yesterday)

thanks for all the help
josef

_______________________________________________
HTML-FormFu mailing list
[email protected: HTML-F...@lists.scsys.co.uk]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Thread : [html-formfu] catalyst, formfu and unicode
1)
Josef Chladek hello list, after endless hours of debugging, here are my recommendations for correct use of utf8...
2)
Carl Franks I've had a look at the Cat app you sent - and I've managed to get it working properly. attribute in...
3)
Carl Franks I was looking at this again - and deleted all the files, and unarchived them again. It seemed to be...
4)
Jonas Alves You just need the "use utf8" if you have utf8 characters in you source, like the variables names....
5)
Carl Franks I don't think that's correct. - The following 3 manual pages all say you need to "use utf8" if you...
6)
Jonas Alves Ok, I'm not an utf8 expert. But I never "use utf8" in my unicode applications and if i always...
spacer
View PostFlat  Thread  Threaded | Next >