| Posted: 20 Apr 2005 13:49 | |
|
Registered User Currently Offline |
Posts: 28 Join Date: Apr 2005 |
|
How do I get the → (or ) to print out as right arrow on PDF? Currently I use structure:
<!ENTITY rarr "?"> But it doesn't work
|
|
| Posted: 26 Apr 2005 17:18 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
|
You should be able to use an entity in your XML source. Maybe using the numbered unicode entity helps.
For PDF, make sure that the required special characters are part of the character set you are using. |
|