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 32818 - I18N - Incorrect Japanese characters in confirmation dialog.
Summary: I18N - Incorrect Japanese characters in confirmation dialog.
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: -S1S-
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: I18N
Depends on: 30664
Blocks:
  Show dependency tree
 
Reported: 2003-04-11 06:11 UTC by hiroshiy
Modified: 2004-02-19 04:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shot 1: Key name appears in Japanese character. (3.77 KB, image/gif)
2003-04-11 06:19 UTC, hiroshiy
Details
Shot 2: Key name appears in unicode source. (3.49 KB, image/gif)
2003-04-11 06:20 UTC, hiroshiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiroshiy 2003-04-11 06:11:53 UTC
Issue:
   When I delete the property in Properties file,
   some methods are exist.
   If I delete the entry which has Japanese name ...
   In one method, Property name is appeared in
Japanese characters
      in confirmation dialog.
   In other method, Property name is appeared in
Unicode
      in confirmation dialog.
   I feel sense of incongruity for this phenomenon.

Environment:
  - S1S nevada Build
      This issue is not occurred in S1S trunk Build
      or Netbeans Dev Build.
  - probably all platforms
      I found this issue on Solaris 8, Win2000,
and RedHat Linux 7.2.

To Reproduce:
  1. Create new properties file.
  2. Add a new entry which has "Japanese key" and
any value.
  3. From Filesystems tab in Explorer Window,
expand new
     properties file's node.
  4. Right click "Japanese key" and select "Delete".
     Japanese key name is appeared correctly in
confirmation dialog.
     (See also "Shot 1")
  5. Click "No".
  6. Right click properties file and select "Open".
  7. Select entry which has "Japanese key" and click
     "Remove property" Button.
     Japanese key name is appeared in unicode source
     in confirmation dialog.  (See also "Shot 2")

Tip:
  - In "Step 7" of "To Reproduce", Japanese key
name is
     appeared correctly in S1S trunk Build or
Netbeans Dev Build.
Comment 1 hiroshiy 2003-04-11 06:12:40 UTC
add keyword "I18N".
Comment 2 hiroshiy 2003-04-11 06:19:36 UTC
Created attachment 9862 [details]
Shot 1: Key name appears in Japanese character.
Comment 3 hiroshiy 2003-04-11 06:20:34 UTC
Created attachment 9863 [details]
Shot 2: Key name appears in unicode source.
Comment 4 Miloslav Metelka 2003-04-23 09:34:19 UTC
Reassigning to properties.
Comment 5 gautham mudra 2003-04-23 20:53:11 UTC
I am able to reproduce this issue..
Comment 6 gautham mudra 2003-04-23 20:55:38 UTC
more info:i am able to reproduce the issue on zh_CN locale.

Locale:zh_CN
Encoding:EUC
Comment 7 _ pkuzel 2003-05-12 15:11:05 UTC
Fixed in trunk code as a side effect of issue 30664.
Comment 8 hiroshiy 2003-06-12 01:56:28 UTC
Hello Petr,

I found that, this issue is re-appeared in followings.

  - S1S Nevada Build (030607_2) on sparc.

First of all, this issue is not occurred in S1S trunk Build
or NetBeans as my 1st report. Could you re-investigate this?

Hiroshi
Comment 9 Marian Petras 2003-10-22 14:46:50 UTC
I took over ownership of the Properties module too late for being able
to fix it in time for S1S 4.1. Since this issue is solved in current
development builds of NetBeans, I mark it as fixed.
Comment 10 mtsuruta 2004-02-19 04:41:27 UTC
Fix was verified this issue on nb36(040218), sparc.