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
