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 102085 - Support \uXXXX chars in NBS
Summary: Support \uXXXX chars in NBS
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: REGRESSION
: 102084 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-22 17:26 UTC by _ dcaoyuan
Modified: 2007-05-03 09:35 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 _ dcaoyuan 2007-04-22 17:26:28 UTC
Java chars in form of \uXXXX are not truly supported in NBS file. This limit the
expressing ability of NBS. In Erlang case, I need define tokens that including
chars which ASCII code are large than 127. 

And, please also support range expression in form: ["\u0000"-"\u000F"] etc.
Comment 1 Jan Jancura 2007-04-23 07:45:35 UTC
Reproducible.
Comment 2 Jan Jancura 2007-04-23 22:53:40 UTC
*** Issue 102084 has been marked as a duplicate of this issue. ***
Comment 3 Jan Jancura 2007-05-03 09:35:51 UTC
fixed in trunk:
IDE: [5/3/07 10:35 AM] Committing "Generic Languages Framework" started
Checking in src/org/netbeans/modules/languages/NBSLanguage.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/NBSLanguage.java,v  <--
 NBSLanguage.java
new revision: 1.19; previous revision: 1.18
done
Checking in test/unit/src/org/netbeans/modules/languages/NBSLanguageReaderTest.java;
/cvs/languages/engine/test/unit/src/org/netbeans/modules/languages/NBSLanguageReaderTest.java,v
 <--  NBSLanguageReaderTest.java
new revision: 1.4; previous revision: 1.3
done
IDE: [5/3/07 10:35 AM] Committing "Generic Languages Framework" finished