[llvm-bugs] [Bug 36309] New: Clang on Windows needs to support UTF-16 sources
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 8 16:47:49 PST 2018
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: unassignedclangbugs at nondot.org
Reporter: lminkovsky at outlook.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180209/a983437a/attachment-0001.html>
More information about the llvm-bugs
mailing list