Bug 365502 - Console produces bogus output
Summary: Console produces bogus output
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-03 08:12 EST by Emil CLA
Modified: 2020-09-04 15:21 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emil CLA 2011-12-03 08:12:55 EST
Build Identifier: 20110916-0149

While in debug mode, printf("å") produces å, while printf("%lc", 'å') produces Ã¥.  The locale has been correctly set as well as UCS-2. The native Windows console produces the correct output.

Reproducible: Always
Comment 1 Marc Khouzam CLA 2012-02-27 16:21:06 EST
Might be related to handling of UTF characters as we are dealing with in Bug 307311.