Quoting Anis h <[EMAIL PROTECTED]>:

> My DB access doesn't give me UNICODE.

It's a DB setting. If you are the DB admin,
you can change it.

I had a similar problem with a website:
I needed the fields from the DB in Latin 1,
but the American hosting provider didn't want
to change the DB settings.

So I changed all the JDBC getString(...) methods
into getBytes(...). With these bytes I constructed
a new String in the correct encoding.

(I don't have the code right now, but it was
pretty straightforward.)

br,
Bruno


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to