Bug 500648 - Primitive Display Options description wrong (supports Unicode, not just ASCII)
Summary: Primitive Display Options description wrong (supports Unicode, not just ASCII)
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 05:31 EDT by Andreas Sewe CLA
Modified: 2016-09-01 08:11 EDT (History)
0 users

See Also:


Attachments
Variables view showing Unicode value for int > 127 (19.50 KB, image/png)
2016-09-01 05:31 EDT, Andreas Sewe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sewe CLA 2016-09-01 05:31:08 EDT
Created attachment 263886 [details]
Variables view showing Unicode value for int > 127

On the Java > Debug > Primitive Display Options preference page, there's an option called

  Display ASCII character values (byte, short, int, long)

AFAICT, this works for numbers > 127 (the ASCII range) as well (see screenshot). I assume the option works for the entire Unicode range (unless it uses some kind of local encoding). If so, the preference page should say so.