Page's internationalization is correct.
My mysql: DEFAULT CHARSET=utf8 .
When I edit profile, I input chinese (上海),
after I saved, I cann't see the correct result, only the result of (䏿µ- ).
The Persistence layer have problem? and else? I don't konw .
Thanks.
Description
Page's internationalization is correct.
My mysql: DEFAULT CHARSET=utf8 .
When I edit profile, I input chinese (上海),
after I saved, I cann't see the correct result, only the result of (䏿µ- ).
The Persistence layer have problem? and else? I don't konw .
Thanks.
1349
by Matt Raible
(5 files)
- Fixed problem with character set not being persisted correctly. Fix was to move LocaleFilter after the encodingFilter. http://issues.appfuse.org/browse/APF-250
https://appfuse.dev.java.net/source/browse/appfuse/web/WEB-INF/web.xml?r1=1.7&r2=1.8