[ https://issues.apache.org/jira/browse/CONNECTORS-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030900#comment-15030900 ]
Karl Wright commented on CONNECTORS-1251: ----------------------------------------- I may have found the problem. The following line in Page.java: {code} protected String mediaType = "text/html"; {code} ... should be changed to: {code} protected String mediaType = "text/html; charset=utf-8"; {code} [~jan0sch], would you care to try that fix? > Confluence umlauts broken > ------------------------- > > Key: CONNECTORS-1251 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1251 > Project: ManifoldCF > Issue Type: Bug > Components: Confluence connector > Affects Versions: ManifoldCF 2.2 > Environment: Ubuntu Linux 14.04 > Java 1.8.0_51-b16 > Tomcat 7.0.52 > Reporter: Jens Grassel > Assignee: Antonio David Pérez Morales > Labels: umlauts, unicode > Fix For: ManifoldCF 2.3 > > > Hi, > I've noticed that the confluence connector seems to be unable to cope with > special characters like umlauts (ä, ö, ü, etc.). In our index they are broken > for example {{ü}} becomes {{ü}}. > I tried to pipe the extracted content through the tika extractor but the > result was the same. > Regards, > Jens -- This message was sent by Atlassian JIRA (v6.3.4#6332)