summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update for name changeSteven G. Johnson2015-03-061-5/+5
|
* typoSteven G. Johnson2015-03-061-1/+1
|
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-065-53/+47
|
* rm note about obsolete grapheme rules from README, clean up test outputSteven G. Johnson2014-12-142-4/+1
|
* Merge pull request #20 from JuliaLang/graphemesSteven G. Johnson2014-12-1410-10434/+10813
|\ | | | | Update graphemes for Unicode 7
| * update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-128-10397/+10695
| |
| * grapheme test for UAX#29Steven G. Johnson2014-12-125-47/+128
| |
* | fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually ↵Steven G. Johnson2014-12-121-2/+2
|/ | | | return
* utf8proc_version should return a different version string than utf8procSteven G. Johnson2014-12-121-2/+6
|
* README updatesSteven G. Johnson2014-12-072-19/+19
|
* Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson2014-09-243-31/+43
|\ | | | | RFC: add DLLEXPORT to utf8proc_get_property
| * s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/Tony Kelman2014-09-232-2/+2
| |
| * add DLLEXPORT definition for __GNUC__ >= 4Tony Kelman2014-09-221-0/+2
| |
| * add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-223-31/+41
| |
* | Merge pull request #16 from vlajos/typofixes-20140812Keno Fischer2014-08-123-4/+4
|\ \ | |/ |/| a few typofixes
| * a few typofixesVeres Lajos2014-08-123-4/+4
|/
* updated 'make clean' targetSteven G. Johnson2014-08-081-1/+3
|
* add travis badgeSteven G. Johnson2014-08-081-0/+1
|
* Add travis file for testingJacob Quinn2014-08-071-0/+8
|
* added normalization and encoding test for #13Steven G. Johnson2014-08-073-3/+120
|
* I like SHLIB_EXT, for consistencyElliot Saba2014-07-291-6/+6
|
* Add SHARED_SUFFIX appropriate for OSX and LinuxJiahao Chen2014-07-281-4/+12
|
* added GNU libunistring benchmarkSteven G. Johnson2014-07-193-3/+72
|
* add missing dependencySteven G. Johnson2014-07-191-1/+1
|
* fix #14Steven G. Johnson2014-07-191-0/+4
|
* add benchmark (issue #12)Steven G. Johnson2014-07-186-0/+215
|
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-183-5/+5
|
* slight clarification in READMESteven G. Johnson2014-07-181-4/+4
|
* Merge pull request #9 from JuliaLang/cjh/markdataSteven G. Johnson2014-07-183-10147/+11212
|\ | | | | Update data tables to Unicode 7.0.0
| * Update utf8proc_data.c (generated by data_generator.rb)Jiahao Chen2014-07-181-8830/+11182
| |
| * Add 'update' target to MakefileJiahao Chen2014-07-181-0/+20
| | | | | | | | This target downloads all necessary Unicode data files using curl and rebuilds utf8proc_data.c using data_generator.rb (saving the new copy to utf8proc_data.c.new).
| * Replace all explicitly marked regions with Ruby file read and regex section ↵Jiahao Chen2014-07-181-32/+5
| | | | | | | | matches
| * Update data_generator so that it runs on ruby 2.2Jiahao Chen2014-07-181-5/+5
| |
| * Mark composition exclusion charactersJiahao Chen2014-07-181-81/+8
| |
| * Mark Grapheme_Extend dataJiahao Chen2014-07-181-151/+4
| |
| * Mark Default_Ignorable_Code_Point dataJiahao Chen2014-07-181-30/+4
| |
| * Mark location of CaseFolding.txt dataJiahao Chen2014-07-171-1037/+3
| |
* | C++/MSVC compatibility, indenting, for #4Steven G. Johnson2014-07-182-9/+11
| |
* | replace ar with $(AR) for #4Steven G. Johnson2014-07-181-2/+2
| |
* | Merge pull request #7 from JuliaLang/cjh/rename-mojibakeSteven G. Johnson2014-07-183-25/+25
|\ \ | | | | | | Rename libutf8proc -> libmojibake.
| * | Rename libutf8proc -> libmojibake. Closes #5Jiahao Chen2014-07-183-25/+25
| |/
* / Fix formatting of Normalization Form CJiahao Chen2014-07-181-1/+1
|/
* markdown fixes, prettified NEWSSteven G. Johnson2014-07-154-140/+151
|
* markdown and other cosmetic updatesSteven G. Johnson2014-07-155-107/+116
|
* rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the ↵Steven G. Johnson2014-07-159-544/+0
| | | | C library
* import of utf8proc-v1.1.6v1.1.6Steven G. Johnson2014-07-1517-0/+16875