This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 171134 - Accent Problem
Summary: Accent Problem
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-30 15:14 UTC by cfgonsalves
Modified: 2009-10-16 11:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cfgonsalves 2009-08-30 15:14:01 UTC
Good evening everyone,

I am developing a desktop application using Swing (Netbeans) + MS Access.

When I populate a JTable, the fields that have characters with accent is replacing it with a "?".
Example
São Paulo -> S?o Paulo
Maranhão -> Maranh?o

I went looking on the internet the reason of this problem, but nobody encountered this using MS Access.

The quaint is that I populate a ResultSet and the program write to the console using System.out.println () and the same
problem happens. 

	
So I guess the problem is in data recovery by ResultSet ...

I am using NetBeans JDBC version 2.0.

Can anyone help me?
Comment 1 Peter Pis 2009-08-30 17:48:38 UTC
It seems to be a problem of JDBC bridge.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6345277
Comment 2 Stanislav Aubrecht 2009-08-31 09:02:55 UTC
cfgonsalves, can you pls confirm that you are facing the jdbc issue above?
Comment 3 cfgonsalves 2009-09-05 12:06:22 UTC
Hello, 

I tested the code above and the same error happens. 

But the error only happens in the NetBeans IDE, because when I run the JAR file the program execute normally. 
Comment 4 Stanislav Aubrecht 2009-09-07 13:49:08 UTC
thanks for the info.
please also attach log file from ide so that we can check which locale you're running netbeans in, thanks
Comment 5 Stanislav Aubrecht 2009-10-16 11:44:05 UTC
no response from reporter for a long time - closing
please attach the log file and reopen, thanks