Bug 82429

Summary: [1.5] Need emulation of Unicode 4 using 1.4 libraries
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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