Bug 82429 - [1.5] Need emulation of Unicode 4 using 1.4 libraries
Summary: [1.5] Need emulation of Unicode 4 using 1.4 libraries
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-08 17:17 EST by Olivier Thomann CLA
Modified: 2005-03-30 23:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2005-01-08 17:17:43 EST
The compiler is supposed to use only 1.4 libraries, but these libraries don't
support the Unicode 4 specifications.
In order to compile 1.5 code that are using UTF-16 characters, we need to
emulatate the Unicode 4 using 1.4 libraries.
Comment 1 Olivier Thomann CLA 2005-02-19 13:19:02 EST
Fixed and released in HEAD.
The scanner now checks if the extended character are valid characters inside an
identifier. We don't retrieve the property for each character.
Comment 2 Olivier Thomann CLA 2005-03-30 23:38:19 EST
Verified in 20050330-0500