Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3cfa5324ef1c5f75fe5e142bef8050aaf2f03704
/
lib
/
Basic
/
ConvertUTF.c
31ba273
isLegalUTF8() was giving the wrong answer
by Seth Cantrell
· 12 years ago
e5f0588
When a bad UTF-8 encoding or bogus escape sequence is encountered in a
by Richard Smith
· 12 years ago
2675b8e
Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters
by Enrico Granata
· 12 years ago
e430313
Add a function to convert a single Unicode code point to a UTF8 sequence.
by Dmitri Gribenko
· 12 years ago
49d5174
When checking the encoding of an 8-bit string literal, don't just check the
by Richard Smith
· 13 years ago
436ecd9
Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it.
by Eli Friedman
· 13 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
aa771a8
Fixup whitespacing.
by Mike Stump
· 16 years ago
e9b7d8a
Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.
by Steve Naroff
· 16 years ago