https://bugs.llvm.org/show_bug.cgi?id=36309

            Bug ID: 36309
           Summary: Clang on Windows needs to support UTF-16 sources
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangb...@nondot.org
          Reporter: lminkov...@outlook.com
                CC: llvm-bugs@lists.llvm.org

On Windows, C++ source files with non-ANSI characters are typically stored with
UTF-16 encoding. An attempt to compile such files with Clang leads to an error:

CL : fatal error : UTF-16 (LE) byte order mark detected in ..., but encoding is
not supported.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to