85 Commits (cc129a71d75220c0600727aa1f7b984e60f83c0c)

Author SHA1 Message Date
Rémi Denis-Courmont cc129a71d7 Remove old mail address from sources 7 years ago
Rémi Denis-Courmont 00c2ff8d87 Remove fixed-size clzXX() 8 years ago
Rémi Denis-Courmont 221462198b text: fix decoding of 4-bytes UTF-8 sequences 10 years ago
Eric Engestrom d38c30ff4c text: fix spelling mistakes 10 years ago
Rémi Denis-Courmont 7b331c5407 Inline IsUTF8() and EnsureUTF8() 11 years ago
Rémi Denis-Courmont 89f83434a3 Export vlc_towc() 11 years ago
Rémi Denis-Courmont 80d88b05f2 Mark unreachable code on GCC even if NDEBUG 11 years ago
Rafaël Carré 6d53362001 Use _WIN32 rather than WIN32 (same for WIN64) 13 years ago
Rafaël Carré 2f1ba54e0a Remove broken setting of WINAPI_FAMILY_APP 13 years ago
Jean-Baptiste Kempf 7c093d51ef Win32: use fputws instead of ToANSI+fputs 13 years ago
Jean-Baptiste Kempf 7f9eb94ae2 Win32: Console is not supported in WinRT appstore mode 13 years ago
Rémi Denis-Courmont a7b2dcf0ee Remove WinCE 14 years ago
Rémi Denis-Courmont 3f3cc09865 Win32: fallback to normal output if WriteConsoleW() fails 14 years ago
Rémi Denis-Courmont baada5eddf vlc_strcasestr(): fix infinite loop an invalid haystack 14 years ago
Rémi Denis-Courmont 872d8f2f69 Win32: simplify and fix a warning 14 years ago
Rémi Denis-Courmont 2abddadedd Remove --disable-non-utf8 14 years ago
Rémi Denis-Courmont 8bce50f4b0 Fix surrogate detection 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rafaël Carré 4df49b1811 Revert "FromLocaleDup(): accept NULL input (and return NULL)" 15 years ago
Rafaël Carré 3ab2f937b7 FromLocaleDup(): accept NULL input (and return NULL) 15 years ago
Rémi Denis-Courmont 31d1aa76f9 vlc_towc(): unroll multibyte sequence decoding, fix overlong detection 15 years ago
Jean-Baptiste Kempf 5ab62593a8 text/unicode: kill a "no previous prototype" warning 15 years ago
Rémi Denis-Courmont 09110552c1 Unduplicate code 15 years ago
Laurent Aimar d75c4e6308 Fixed another bug in ToCharset I introduced. 16 years ago
Laurent Aimar e21ffabb47 Fixed a bug in ToCharset I introduced by fixing another one... 16 years ago
Laurent Aimar ba8bb2cb6c Small simplification (ToCharset). 16 years ago
Laurent Aimar 7fe74e0d5c Fixed two potential segfaults in ToCharset(). 16 years ago
Rémi Denis-Courmont 0512fd3c82 utf8_vfprintf(): handle ToLocale() failure 16 years ago
Jean-Baptiste Kempf f4a9f1315d Text: Fix compilation on non-UTF-8 systems 16 years ago
Pierre Ynard 45202fbe4f Add missing include 16 years ago
Rémi Denis-Courmont 4dcd9522a3 FromLocale and ToLocale based on FromCharset and ToCharset 16 years ago
Rémi Denis-Courmont f8471e1db4 Add ToCharset() helper to convert from UTF-8 16 years ago
Rémi Denis-Courmont 027cc99e4f Add vlc_strcasestr() 16 years ago
Rémi Denis-Courmont 9ce1a13fb8 Refactor EnsureUTF8 and IsUTF8 16 years ago
Rémi Denis-Courmont 0ad2d33823 utf8_vfprintf(): simplify 16 years ago
Rémi Denis-Courmont 04ad4fc735 Do not export vlc_wclosedir() 16 years ago
Rémi Denis-Courmont 7c39812c62 Fix default for --enable-non-utf8 16 years ago
Jean-Baptiste Kempf be235a08f8 WinCE: actually fix the compilation 16 years ago
Jean-Baptiste Kempf 28308db499 WinCE: try to fix compilation 16 years ago
Rémi Denis-Courmont 2b67ce72a9 Win32: use Unicode output for the console (fixes #3125) 16 years ago
Rémi Denis-Courmont 24a1b306aa Assume UTF-8 operating system by default 16 years ago
Rémi Denis-Courmont 9f1a2dccb5 utf8_vasprintf(): avoid useless strdup if UTF-8 is assumed 16 years ago
Rémi Denis-Courmont d303d6a8d3 Unicode: refactor, no functional changes 16 years ago
Rémi Denis-Courmont 9164192f02 nl_langinfo is not thread-safe, avoid it 16 years ago
Rémi Denis-Courmont 9ae7d4e604 IsUTF8: reject surrogates and non-Unicode code points 16 years ago
Rémi Denis-Courmont 0b49b59c40 IsUTF8: use clz 16 years ago
Rémi Denis-Courmont 8524d44bbb IsUTF8: redumdant check for nul 16 years ago
Laurent Aimar dc36a80479 Fixed compilation after FromCharset. 16 years ago
Laurent Aimar 599c47de9d Added FromCharset helper. 16 years ago
Rémi Denis-Courmont 029ff43364 Maemo: assume UTF-8 codeset 17 years ago