utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

.gitignore (411B)


      1*.tar.gz
      2*.exe
      3*.dll
      4*.do
      5*.o
      6*.so*
      7*.a
      8*.dll
      9*.dylib
     10*.dSYM
     11*.out
     12*.new
     13.vscode
     14/data/*.txt
     15/data/*.ttf
     16/data/*.sfd
     17/docs/
     18/bench/bench
     19/bench/icu
     20/bench/unistring
     21/test/normtest
     22/test/graphemetest
     23/test/printproperty
     24/test/charwidth
     25/test/misc
     26/test/valid
     27/test/iterate
     28/test/case
     29/test/iscase
     30/test/custom
     31/tmp/
     32/mingw_static/
     33/mingw_shared/
     34/msvc_shared/
     35/msvc_static/
     36/build/
     37NEWS-update.jl
     38libutf8proc.pc