39 Commits (6a659a5843ed60efe1ab61af4bd1bde8f4889959)

Author SHA1 Message Date
Steven G. Johnson 6a659a5843 doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAX 6 years ago
Steven G. Johnson 60a2398184 copyright year updates 6 years ago
Steven G. Johnson d4a58cfec5
update data and algorithms for Unicode 11 (#140) 6 years ago
Steven G. Johnson bdc8b9e4b2
Case folding fixes (#133) 7 years ago
Benito van der Zander acc204f1f1 possible fix for #128 (#129) 7 years ago
Branko Čibej 3a10df6013 Fix declaration-after-statement warning when compiling in strict C90 mode. (#113) 7 years ago
Steven G. Johnson b4621f43c3 new utf8proc_map_custom for hooking in user-defined custom mappings (#89) 8 years ago
Steven G. Johnson 8da37e2892 silence MSVC warning about conversion to uint8 (fix #86) 8 years ago
Michael Drake 70bbed8626 Tlsa/ucs4 normalize (#88) 8 years ago
Keno Fischer 289ce5e041 Fix incorrect use of `lbc` instead of `lbc_override` (#77) 8 years ago
Keno Fischer c0a1ff81fc Walk back ABI breaking changes (#76) 8 years ago
Benito van der Zander eeebf70bcf Smaller tables (#68) 8 years ago
Keno Fischer 41c6b23aab Unicode 9 updates (#70) 8 years ago
Michaël Meyer 1f17487aa9 Fix overrun 9 years ago
Michaël Meyer 26436c9775 Reduce the size of the binary. 9 years ago
Federico G. Schwindt 4fc2d8234d Silence warning with -Wextra 9 years ago
Steven G. Johnson fd20b184dd update copyright statements to list recent contributors and year 9 years ago
Peter Colberg 09360de186 Do not export internal unsafe_encode_char() 9 years ago
Steven G. Johnson a8fb4b1772 add toupper/tolower functions (for JuliaLang/julia#11471) 10 years ago
Scott Paul Jones 6249e6b8b1 Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling 10 years ago
Tony Kelman 0a818c7003 Prefix other C99 typedefs with utf8proc_ 10 years ago
Tony Kelman ad27722923 Use a new typedef utf8proc_ssize_t to avoid define collisions 10 years ago
Steven G. Johnson a1c429a45b rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header files that define DLLEXPORT 10 years ago
Steven G. Johnson e1fdad0ca9 updated NEWS etc. for 1.2 release 10 years ago
Steven G. Johnson 11d2ece545 indentation consistency 10 years ago
Steven G. Johnson c851c67888 put the API version as #defines in the header file (as discussed in #30) 10 years ago
Jonas Fonseca 03a4e8854a Fix #26: use doxygen for generating API docs 10 years ago
Steven G. Johnson 3822984606 remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffff 10 years ago
Steven G. Johnson a4c84d2063 fix #2: add charwidth function 10 years ago
Steven G. Johnson 402883c78e rename back to utf8proc now that we are taking over maintenance 10 years ago
Steven G. Johnson 397a1eabea update graphemes for Unicode 7, add utf8proc_grapheme_break function 10 years ago
Steven G. Johnson 1b3992ebe5 utf8proc_version should return a different version string than utf8proc 10 years ago
Tony Kelman a840e5dae1 add DLLEXPORT to all functions in mojibake.h 10 years ago
Veres Lajos 83714e458e a few typofixes 10 years ago
Steven G. Johnson 2c4e520a17 utf8proc.h -> mojibake.h (closes #10) 10 years ago
Steven G. Johnson dd35a8530d C++/MSVC compatibility, indenting, for #4 10 years ago
Steven G. Johnson ab9520d188 import of utf8proc-v1.1.6 10 years ago