Character display problems in output

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ehill
Posts: 27
Joined: Mon May 24, 2010 5:01 pm

Character display problems in output

Post by ehill »

I'm using Oxygen 11, XEP and DITA to produce pdfs in different languages.

I receive files back in languages that have special characters (example: r-carron in Czech is being displayed as a space and accented characters are not showing in other languages). The translation company said it was because these needed to have UTF-8 encoding. I looked EVERYWHERE for how to set this and did multiple things, but it's not working.

How do I set this so these characters show up in my pdf output (note: they show up in the table of contents on the left side, but not in the body text of the document.
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Character display problems in output

Post by adrian »

Hello,

I'm not sure if this will help you with the PDF problem.

You can simply change the UTF encoding in the XML declaration. If the XML file doesn't have one simply add it at the beginning:
<?xml version="1.0" encoding="UTF-8"?>
(You have to do this in Text mode.)

When you save the file it will be saved with the new encoding.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
ehill
Posts: 27
Joined: Mon May 24, 2010 5:01 pm

Re: Character display problems in output

Post by ehill »

In the Ditamap? It already says this.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Character display problems in output

Post by Radu »

Hi,

You probably have to install new fonts to XEP (fonts which are able to render the characters appropriately).
See this post:
http://www.oxygenxml.com/forum/viewtopi ... 169#p16149

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply