[xwiki-users] Problem with german Umlaute (ä,ö,ü) when creating a new Page
Hi, i have a problem with german Umlaute when creating a new Page. The Umlaute are not displayed correctly, but when i rename the page, then its works correctly and the Umlaute are displayed. This problem appears only after creating the page. There are any solutions known? Thanks Regards, Silvio -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
What version of XWiki is this ? Seems to work well for me on 4.1. On Thu, Nov 15, 2012 at 9:04 PM, Silvio Mink <[email protected]> wrote:
Hi,
i have a problem with german Umlaute when creating a new Page. The Umlaute are not displayed correctly, but when i rename the page, then its works correctly and the Umlaute are displayed. This problem appears only after creating the page.
There are any solutions known?
Thanks
Regards, Silvio
-- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
URL encoding at the servlet container? Please indicate how you are deploying your xwiki. paul Le 16 nov. 2012 à 09:14, Thomas Mortagne a écrit :
What version of XWiki is this ? Seems to work well for me on 4.1.
On Thu, Nov 15, 2012 at 9:04 PM, Silvio Mink <[email protected]> wrote:
Hi,
i have a problem with german Umlaute when creating a new Page. The Umlaute are not displayed correctly, but when i rename the page, then its works correctly and the Umlaute are displayed. This problem appears only after creating the page.
There are any solutions known?
Thanks
Regards, Silvio
-- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks for the tipp. I have added the following system properties (with jboss-admin.sh): - org.apache.catalina.connector.URI_ENCODING="UTF-8" - org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING="true" But it doesn work. I am using JBoss 7.0.1 with IBM DB2 DBMS and SLES. Have deployed with jboss-admin.sh "deploy xwiki.war" - Xwiki version is 4.2-milestone. Should i downgrade xwiki to 4.1? -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
little correction: DB2 was my first try - unfortunately i must canceled that because of time (and xwiki compatibility) reasons. Now i am using Mysql. -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Sat, Nov 17, 2012 at 6:27 PM, Silvio Mink <[email protected]> wrote:
Thanks for the tipp. I have added the following system properties (with jboss-admin.sh):
- org.apache.catalina.connector.URI_ENCODING="UTF-8" - org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING="true"
But it doesn work.
I am using JBoss 7.0.1 with IBM DB2 DBMS and SLES. Have deployed with jboss-admin.sh "deploy xwiki.war" - Xwiki version is 4.2-milestone.
Should i downgrade xwiki to 4.1?
Are you sure the issue is with the page name ? It works well for me for the page name in 4.2 but I indeed have an issue with the title.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
I have done screenshots: This: http://imageshack.us/photo/my-images/707/createsitexwikiumlaute.png/ Unfortunately result in: http://imageshack.us/photo/my-images/805/createdsitexwikiumlaute.png/ -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
Is it maybe working with Version 4.3? -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
Is it maybe working with Version 4.3?
Silvio, This worked perfectly for me on 4.3M1. (Tomcat (with URIEncoding="UTF-8" in server.xml), with Apache in front (with ProxyPass nocanon) and mod_rewrite) Pretty happy of this one since it even manages URLs with an accent using this created page. http://sync.hoplahup.net/xwiki/bin/view/Main/Test-accentuation-aig%C3%BCe (shown with the u-umlaut (u-tréma in french) in Firefox, Safari, and Chrome, but not email; all of this is, finally!, obeying the http/1.1 recommendation of assuming utf-8 if nothing is known) paul PS: Silvio, feel free to try it there... I'll remove your page then.
On 11/18/2012 05:25 PM, Paul Libbrecht wrote:
all of this is, finally!, obeying the http/1.1 recommendation of assuming utf-8 if nothing is known)
And one of the things that really annoy me about Tomcat is that it still assumes that ISO-8859-1 is the default encoding, for backwards compatibility reasons. -- Sergiu Dumitriu http://purl.org/net/sergiu/
JBoss 7.0.1 and Xwiki doesn work for me - including Xwiki 4.3 RC1. I have captured the network traffic via tcpdump and checked all URL rsp. URIs and all seemed to be correct. Then i have tried the JVM Option -Dfile.encoding=UTF8 but this doesn work too. Now i have dropped JBoss and i am using Tomcat 6 - this work perfectly. So problem solved by using Tomcat instead of JBoss 7. Thanks anyway. :-) -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-german-Umlaute-a-o-u-when-cre... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (4)
-
Paul Libbrecht -
Sergiu Dumitriu -
Silvio Mink -
Thomas Mortagne