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 112326 - I18N - Invalid mbyte in names of Java EE Modules
Summary: I18N - Invalid mbyte in names of Java EE Modules
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-08-08 15:10 UTC by kaa
Modified: 2007-08-09 17:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
using ja chars in name (50.04 KB, image/jpeg)
2007-08-08 15:11 UTC, kaa
Details
in eng looks ok (21.94 KB, image/jpeg)
2007-08-08 15:11 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-08-08 15:10:19 UTC
1. Create EntApp using ja chars in its name
2. Expand Java EE Modules node

I'm running in the Japan locale, using a pseudo localized Netbeans.
Java EE Modules looks with underscore signs. In en_US they are ok.
Comment 1 kaa 2007-08-08 15:11:11 UTC
Created attachment 46340 [details]
using ja chars in name
Comment 2 kaa 2007-08-08 15:11:32 UTC
Created attachment 46341 [details]
in eng looks ok
Comment 3 Tomas Mysik 2007-08-09 17:34:56 UTC
This situation is caused by replacing some characters in archive names - try to create Web project with this kind of 
name and then build WAR file... The same applies for Java SE project. So I think that this behaviour is correct 
because we show archive names not project names.