Skip to main content



      Home
Home » Archived » BIRT » character encoding problem..
character encoding problem.. [message #65088] Fri, 05 August 2005 02:23 Go to next message
Eclipse UserFriend
Originally posted by: oranglee.gmail.com

Hello,

I tested BIRT yesterday..
I have some problem, exactly character encoding.

My DB uses iso-8859_1 encoding..
My dev environment is UTF-8(or MS949 korean)..

So all korean character is unreadable..

Do you have plan to customize character set?

It's a very important to me because I can't change character set in DB &
dev environment..

Thanks..

-- Jason Lee
Re: character encoding problem.. [message #65547 is a reply to message #65088] Mon, 08 August 2005 04:09 Go to previous message
Eclipse UserFriend
Jason,
The first thing you want to make sure is that you use a Unicode capable
JDBC driver (the Sun Jdbc-Odbc Bridge for example will not do), and that
you correctly configure the driver so that it knows the encoding of the
database. The way to do this varies widely from driver to driver. Some
drivers for example requires that you set the "charset" parameter in the
JDBC connection url to identify the encoding used in the database. Look
into the documentation of your JDBC driver to see how it does this.

Have you been able to use the same DB / Dev/ JDBC driver combination
successfully in another Java application? If so it will certainly be
helpful to look at what URL is used in that application to connect.

Good luck with BIRT and I hope you can share your future experience in
this newsgroup.

-
Gary Xue
Birt Committer
Previous Topic:Re: Any idea when is BIRT going to support POJO
Next Topic:XML Data Source
Goto Forum:
  


Current Time: Fri May 09 13:51:11 EDT 2025

Powered by FUDForum. Page generated in 0.05207 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top