Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Subject: Re: Swedish characters

Subject: Re: Swedish characters

2007-11-06       - By Bruno Lowagie (iText)

 Back
BorO :: Qnab System AB wrote:
> Hello again!
>
> I have found that only "?" is not working. Every other character is working
> :)
> ????? is working
>
> What can it be?

The font you are using probably doesn't have that character.
Which font are you using?

>  I can maybe live with that :)

You shouldn't.
Have a look at:
http://itext.ugent.be/itext-in-action/examples/chapter09/resources/peace.xml
Note that the encoding is defined in the first line:
<?xml version="1.0" encoding="UTF-8 (See http://UTF-8.ora-code.com)"?>
This XML file is used to create the following PDF:
http://itext.ugent.be/itext-in-action/examples/chapter09/results/peace.pdf
As you can see, there are plenty of special glyphs used in this example.

In one of my recent answers, I explained that there are some
errors in this file.

1. Where there's a question mark: that's not iText's fault,
   that's because I don't know the translation of the word 'peace'
   in that particular language (e.g. in Abkhaz).
2. The Indic languages: something is shown, but the glyphs have the
   wrong order. Thats because iText doesn't have a HindiLigaturizer,
   only an ArabicLigaturizer.
3. Some glyphs are missing (that's probably your problem too).
   For instance 'peace' in Gothic is missing.
   This problem could have been solved by using a font that has
   the necessary glyphs.

If encoding is not the problem, then you should look for a font
that has the Swedish characters (for instance Arial).
br,
Bruno

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

©2008 junlu.com - Jax Systems, LLC, U.S.A.