[LLVMbugs] [Bug 7986] poor diagnostic for leading mystery bytes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 26 08:37:48 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=7986

Seth <seth.cantrell at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |seth.cantrell at gmail.com
         Resolution|                            |FIXED

--- Comment #2 from Seth <seth.cantrell at gmail.com> 2012-10-26 10:37:48 CDT ---
Although clang now handles the UTF-8 'BOM' by skipping and ignoring it, the
diagnostics have also been updated to display unprintable characters as well as
illegal character encodings.

Unprintable characters are displayed as <U+XXXX> and bytes of illegally encoded
characters are displayed as <XX>, both with reversed colors if possible.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list