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 76584 - I18N - mbyte in error message does not show correctly
Summary: I18N - mbyte in error message does not show correctly
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-05-19 01:07 UTC by Ken Frank
Modified: 2007-10-29 17:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (42.43 KB, image/gif)
2006-05-19 01:08 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2006-05-19 01:07:49 UTC
using derby, running in multibyte locale, 
create a table with mbyte in name, and in column 
then try to add primary key - get error message
as in the attached gif 

first 2 lines show mbyte ok, third one does
not -
(this is not about that I could not do 
the operation, that is probably pilot error,
this is just about how the mbyte looks)
Comment 1 Ken Frank 2006-05-19 01:08:19 UTC
Created attachment 30513 [details]
image
Comment 2 Andrei Badea 2006-05-19 13:29:09 UTC
Not a bug in NetBeans, I filed

http://issues.apache.org/jira/browse/DERBY-1335

Downgrading to P3 since the bug is not in NetBeans and the user impact is low.
Just a note, characters outside the Unicode range U+0000..U+00FF are not
guaranteed to be supported in object names in Derby. But I can experience the
issue even with characters in that range, I tried with U+00E9.
Comment 3 Andrei Badea 2006-05-24 14:01:47 UTC
Derby issue 1335 has been already fixed in the 10.1 codeline (not released yet,
I tested with db-derby-snapshot-10.1.2.4-405564) and in the trunk.
Comment 4 Andrei Badea 2006-05-25 11:16:29 UTC
This will be considered fixed when the fix appears in GlassFish (and note there
is no stable Derby release yet containing the fix). Therefore this issue is not
for 5.5.
Comment 5 Ken Frank 2007-10-03 17:38:59 UTC
is this fixable for 6.0, that is is the fix in the gf/javadb we are using for nb6 ?

ken.frank@sun.com
Comment 6 Andrei Badea 2007-10-29 17:45:29 UTC
Yes, both Java DB in JDK 1.6 and GlassFish V2 b58 are version 10.2, so marking as fixed.
Comment 7 Ken Frank 2007-10-29 17:57:37 UTC
verified; I can create table or column with mbyte in javadb.

mbyte is not supported in name of dbase itself however; this is a known
restriction of current javadb.

ken.frank@sun.com