[xwiki-users] Problem in French Characters
Hi Users and Devs I have a problem on displaying French characters (accented characters) from an attribute value of object example : $myobject.get("companyname") and it displas "L'élement" any one know how could I solve this problem Please Thanks
Set all your encoding to utf8: database, tomcat Arnaud. 2013/1/23 Boudjelda Mohamed Said <[email protected]>:
Hi Users and Devs
I have a problem on displaying French characters (accented characters) from an attribute value of object example :
$myobject.get("companyname") and it displas "L'élement"
any one know how could I solve this problem Please
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Indeed, it's not about XWiki (which is configured by default for UTF-8) but about Tomcat and Mysql. Tomcat configuration about utf-8 is in the connector. See.<http://struts.apache.org/2.0.6/docs/how-to-support-utf-8-uriencoding-with-tomcat.html> MySQL configuration is in /etc/my.cnf. Here a complete link about character set and collation<http://cameronyule.com/2008/07/configuring-mysql-to-use-utf-8/>. We advise you utf-8 as character set, and utf8_bin as collation. If your tables are already configured with latin1 or something else, you'll need to convert your existing tables. Regards, Guillaume 2013/1/23 Arnaud bourree <[email protected]>
Set all your encoding to utf8: database, tomcat
Arnaud.
2013/1/23 Boudjelda Mohamed Said <[email protected]>:
Hi Users and Devs
I have a problem on displaying French characters (accented characters) from an attribute value of object example :
$myobject.get("companyname") and it displas "L'élement"
any one know how could I solve this problem Please
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Arnaud bourree -
Boudjelda Mohamed Said -
Guillaume Fenollar