Tuesday, November 01, 2005

Struts breake encoding(but not anymore)

Finally! After my previous fight with struts form of type multipart, that broke encoding, finally the heal is ready.
Struts 1.2.7 I was manage to upload file,and utf-8 text without broking the encoding of utf-8.
Use accessCharset or something like that, with the help of the String constructor that use charsets everything was ok.
Also if oracle is used NLS_LAN=.UTF8 should be set.

No comments: