[PATCH] D33014: Fix the Endianness bug by adding the little endian UTF marker.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 12:06:18 PDT 2017
ruiu added a comment.
Adding a byte order mark doesn't seems like a good way to fix the issue. Why don't you add a flag indicating whether it is BE or LE to convertUTF16ToUTF8String?
https://reviews.llvm.org/D33014
More information about the llvm-commits
mailing list