[xwiki-users] Polish not displaying correctly
Hi, We are busy building a multilanguage xWiki. My polish friends are complaining about the fact that the words are not displaying correctly Is it due to ApplicationResources_pl.properties supplied in xWiki 1.6.1? Or is a setting ? Gerritjan
Gerritjan Koekkoek wrote:
Hi,
We are busy building a multilanguage xWiki.
My polish friends are complaining about the fact that the words are not displaying correctly Is it due to ApplicationResources_pl.properties supplied in xWiki 1.6.1? Or is a setting ?
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
You should specify what you mean by words not displaying correctly. One possible cause may be the presence of non-ascii characters in the .properties file. Resource files must not contain such characters, unicode escapes need to be used instead. You should run native2ascii ApplicationResources_pl.properties to obtain the escaped version. Please give more details if this does not solve your problem. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Sergiu I've solved my problem by changing the web.xml and the xwiki.cfg setting from ISO... to UTF-8 Maybe it is a good idea to change the default distribution setting of xWiki to UTF-8, what do you think? Gerritjan On 7 nov 2008, at 22:19, Sergiu Dumitriu wrote:
Gerritjan Koekkoek wrote:
Hi,
We are busy building a multilanguage xWiki.
My polish friends are complaining about the fact that the words are not displaying correctly Is it due to ApplicationResources_pl.properties supplied in xWiki 1.6.1? Or is a setting ?
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
You should specify what you mean by words not displaying correctly.
One possible cause may be the presence of non-ascii characters in the .properties file. Resource files must not contain such characters, unicode escapes need to be used instead. You should run
native2ascii ApplicationResources_pl.properties
to obtain the escaped version.
Please give more details if this does not solve your problem.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Gerritjan Koekkoek wrote:
Hi Sergiu
I've solved my problem by changing the web.xml and the xwiki.cfg setting from ISO... to UTF-8 Maybe it is a good idea to change the default distribution setting of xWiki to UTF-8, what do you think?
Yes, we are planning to do that.
Gerritjan
On 7 nov 2008, at 22:19, Sergiu Dumitriu wrote:
Gerritjan Koekkoek wrote:
Hi,
We are busy building a multilanguage xWiki.
My polish friends are complaining about the fact that the words are not displaying correctly Is it due to ApplicationResources_pl.properties supplied in xWiki 1.6.1? Or is a setting ?
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
You should specify what you mean by words not displaying correctly.
One possible cause may be the presence of non-ascii characters in the .properties file. Resource files must not contain such characters, unicode escapes need to be used instead. You should run
native2ascii ApplicationResources_pl.properties
to obtain the escaped version.
Please give more details if this does not solve your problem.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Gerritjan Koekkoek -
Sergiu Dumitriu