summaryrefslogtreecommitdiff
path: root/utf8proc.c
Commit message (Collapse)AuthorAgeFilesLines
* add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-0/+12
|
* Fix #34 handle 66 Unicode non-characters, also improve performance and ↵Scott Paul Jones2015-05-291-52/+92
| | | | surrogate handling
* Prefix other C99 typedefs with utf8proc_Tony Kelman2015-04-061-49/+49
|
* Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman2015-04-051-23/+23
| | | | with MSVC
* rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other ↵Steven G. Johnson2015-03-301-19/+19
| | | | header files that define DLLEXPORT
* updated NEWS etc. for 1.2 releasev1.2Steven G. Johnson2015-03-281-1/+1
|
* indentation consistencySteven G. Johnson2015-03-271-30/+31
|
* put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson2015-03-271-1/+3
|
* Fix #26: use doxygen for generating API docsJonas Fonseca2015-03-211-5/+5
|
* remove requirement that get_property and decompose_char argument be in range ↵Steven G. Johnson2015-03-121-10/+14
| | | | 0x0 to 0x10ffff
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+15
|
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-061-7/+5
|
* update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-121-55/+34
|
* utf8proc_version should return a different version string than utf8procSteven G. Johnson2014-12-121-2/+6
|
* Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson2014-09-241-15/+15
|\ | | | | RFC: add DLLEXPORT to utf8proc_get_property
| * add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-221-15/+15
| |
* | a few typofixesVeres Lajos2014-08-121-2/+2
|/
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-181-1/+1
|
* C++/MSVC compatibility, indenting, for #4Steven G. Johnson2014-07-181-2/+2
|
* import of utf8proc-v1.1.6v1.1.6Steven G. Johnson2014-07-151-0/+587