Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Handling of UTF-8 in CDT

Hi,

I'm reviewing a nice contribution from Mathias Kunter to help 
deal with UTF-8 strings in Debug.
The proposed solution is to parse some escaped octal numbers
received from GDB and convert them to UTF-8 format for
proper display in Eclipse.

I'm just curious if anyone knows if we are already doing
something like that elsewhere in CDT?  It sounds like a 
generic approach, not specific to debug.

Thanks

Marc



Back to the top