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 135288 - About displaying utf8 and unicode string in watches
Summary: About displaying utf8 and unicode string in watches
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
: 143373 199714 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-18 20:02 UTC by danielking
Modified: 2016-07-06 14:38 UTC (History)
2 users (show)

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 danielking 2008-05-18 20:02:52 UTC
utf8 strings are displayed as a ansi string. "\\\\xxx"s are displayed if a string contains non-ansi characters.
displaying wchar strings has the same problem.

I think something like this is nice:
if the string is a char string -> find whether there are chars >= 128 in it -> display utf8 or not -> and programmer can
choose charset/codepage to display it
if the string is wchar string -> display the correct stirng instead of numbers.
Comment 1 Egor Ushakov 2010-03-16 13:27:49 UTC
*** Bug 143373 has been marked as a duplicate of this bug. ***
Comment 2 Egor Ushakov 2012-04-19 16:07:15 UTC
same for tooltips, I believe we could just convert it to the Charset of the project
Comment 3 Egor Ushakov 2012-04-19 16:07:33 UTC
*** Bug 199714 has been marked as a duplicate of this bug. ***