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 22735 - I18N - Japanese characters (in servlet name) are appeared incorrectly after close window.
Summary: I18N - Japanese characters (in servlet name) are appeared incorrectly after c...
Status: CLOSED DUPLICATE of bug 23266
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-24 11:42 UTC by hiroshiy
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot 1: incorrect japanese characters after close window. (161.21 KB, image/gif)
2002-04-24 11:43 UTC, hiroshiy
Details
Screen shot 2: correct japanese characters before close window. (163.41 KB, image/gif)
2002-04-24 11:44 UTC, hiroshiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiroshiy 2002-04-24 11:42:08 UTC
This problem is occurred only Windows environment.

To Reproduce:

  1. Mount Application directory as local
      directory.
  2. Create a WebModule to the mounted directory.
  3. Create a Servlet from [New Wizard] on mouted
      directory.
  4. From Source Editor, To add japanese
      characters to class name.
        "public class ServletName 
           extends HttpServlet {"
        ==> "public class ServletNameXXXX
           extends HttpServlet {"
              (XXXX is as japanese characters)
  5. From [Text] tab in Property Editor,
      Input "UTF-8" to [Encoding] text box.
  7. [Save All].
  8. Close Source Editor.
     Then, Following problems are occurred.

     - File name of the servlet is appeared
         incorrectly in Explorer window,
         and "X" mark is added.
     - File is stored with japanese name, but is
         used UTF-8 encoding.
         Therefore, file name is appeared
         incorrectly in Windows environment.
     - Open the servlet file from source editor,
         filename is appeared correctly in
         explorer windows,
         and file is stored with japanese name in
         system default endcoding.

These problems are not occurred in Unix (Sparc
Solaris, Redhat Linux) environment.
Comment 1 hiroshiy 2002-04-24 11:43:20 UTC
Created attachment 5538 [details]
Screen shot 1: incorrect japanese characters after close window.
Comment 2 hiroshiy 2002-04-24 11:44:18 UTC
Created attachment 5539 [details]
Screen shot 2: correct japanese characters before close window.
Comment 3 hiroshiy 2002-04-24 11:46:45 UTC
Add "I18N" in summary field.
Comment 4 Svata Dedic 2002-05-24 08:28:39 UTC

*** This issue has been marked as a duplicate of 23266 ***
Comment 5 hiroshiy 2002-10-25 11:29:46 UTC
Duplicated issue #23266 was verified.
And, this issue is no longer reappeared
in current version.
Comment 6 Jesse Glick 2002-12-23 16:36:06 UTC
Consistent use of the I18N keyword.
Comment 7 Quality Engineering 2003-07-01 13:15:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.