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 196932 - Localized string values are shown incorrectly
Summary: Localized string values are shown incorrectly
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0.1
Hardware: PC All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-21 18:06 UTC by Alexander Pepin
Modified: 2016-07-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2011-03-21 18:06:02 UTC
Steps to reproduce:
- create Quote sample
- set BP in line 133
- start debugging
- enter any localized string value e.g. "иии"
- open Variables
Result: "customerName" is shown as "\\350\\350\\350". There should be a possibility to switch locale in debugger.
Comment 1 Egor Ushakov 2011-06-03 09:26:37 UTC
gdb is unable to do the decoding itself, on my machine it understands only ASCII and ISO-8859-1 charsets, none helps. IDE could possibly do that but it would require rather significant change in gdb output processing.