Peter Colberg
|
4b16193a25
|
Fix sscanf argument type for format %x
|
9 years ago |
Peter Colberg
|
14b57791d8
|
Fix missing static declarations for internal functions
|
9 years ago |
Peter Colberg
|
6acc41dfe9
|
Fix implicit function declarations
|
9 years ago |
Peter Colberg
|
548497a398
|
Move common test functions to separate module
This resolves warnings for missing function prototypes.
|
9 years ago |
Peter Colberg
|
09360de186
|
Do not export internal unsafe_encode_char()
|
9 years ago |
Steven G. Johnson
|
6a7f92da64
|
fix #46 (make sure symbol-like codepoints have nonzero width even if they aren't in Unifont)
|
10 years ago |
Steven G. Johnson
|
a8fb4b1772
|
add toupper/tolower functions (for JuliaLang/julia#11471)
|
10 years ago |
ScottPJones
|
6a229a6776
|
Add tests for valid codepoints and iterate function
|
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
with MSVC
|
10 years ago |
Steven G. Johnson
|
c851c67888
|
put the API version as #defines in the header file (as discussed in #30)
|
10 years ago |
Steven G. Johnson
|
a4c84d2063
|
fix #2: add charwidth function
|
10 years ago |
Steven G. Johnson
|
90721f2d39
|
directory cleanup: move tests and data into subdirectories
|
10 years ago |