diff --git a/CMakeLists.txt b/CMakeLists.txt index 01ab7af..50f0df9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.22) -project(unicorn VERSION 1.0.3 LANGUAGES C) +project(unicorn VERSION 1.0.4 LANGUAGES C) include(CheckIncludeFile) diff --git a/configure.ac b/configure.ac index 8e1d281..e87b04f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([unicorn], [1.0.3]) +AC_INIT([unicorn], [1.0.4]) AM_INIT_AUTOMAKE([foreign]) AC_PROG_CC AC_PROG_CPP diff --git a/generate.pyz b/generate.pyz index c00abbd..90a61b8 100755 --- a/generate.pyz +++ b/generate.pyz @@ -153,7 +153,7 @@ def cL(fi,struct,function): if index%8==0: source+='\n' source+=' ' - source+='%d, '%value + source+='%du, '%value size+=2 source+='\n' source+=' };\n\n' @@ -162,7 +162,7 @@ def cL(fi,struct,function): if index%8==0: source+='\n' source+=' ' - source+='%d, '%value + source+='%du, '%value size+=2 source+='\n' source+=' };\n\n' @@ -954,7 +954,7 @@ class ds(Feature): if fh.optimize==er.el: source='const unichar uni_canonical_decomp_mappings[] = {' for index,eS in enumerate(eE): - if index%8==0: + if index%6==0: source+='\n' source+=' ' source+='UNICHAR_C(0x{:02X}), '.format(eS) @@ -966,7 +966,7 @@ class ds(Feature): if index%8==0: source+='\n' source+=' ' - source+='(uint8_t)0x{:02X}, '.format(eS) + source+='0x{:02X}u, '.format(eS) source+='\n' source+='};\n\n' if fh.optimize==er.el: diff --git a/man/uni_big.3 b/man/uni_big.3 index 3126c35..8602ece 100644 --- a/man/uni_big.3 +++ b/man/uni_big.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_BIG \- big endian byte order .SH LIBRARY diff --git a/man/uni_caseconv.3 b/man/uni_caseconv.3 index f9a9d72..14704b7 100644 --- a/man/uni_caseconv.3 +++ b/man/uni_caseconv.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_caseconv \- perform case conversion .SH LIBRARY diff --git a/man/uni_caseconvchk.3 b/man/uni_caseconvchk.3 index c73c28c..8ccd61f 100644 --- a/man/uni_caseconvchk.3 +++ b/man/uni_caseconvchk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_caseconvchk \- check case status .SH LIBRARY diff --git a/man/uni_casefold.3 b/man/uni_casefold.3 index 75c1b63..f484cf2 100644 --- a/man/uni_casefold.3 +++ b/man/uni_casefold.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_casefold \- perform case folding .SH LIBRARY diff --git a/man/uni_casefoldchk.3 b/man/uni_casefoldchk.3 index 8de202a..714a90b 100644 --- a/man/uni_casefoldchk.3 +++ b/man/uni_casefoldchk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_casefoldchk \- check case fold status .SH LIBRARY diff --git a/man/uni_casefoldcmp.3 b/man/uni_casefoldcmp.3 index a7ffb12..3ef0217 100644 --- a/man/uni_casefoldcmp.3 +++ b/man/uni_casefoldcmp.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_casefoldcmp \- case-insensitive string comparison .SH LIBRARY diff --git a/man/uni_ccc.3 b/man/uni_ccc.3 index 17afcdc..f6f8325 100644 --- a/man/uni_ccc.3 +++ b/man/uni_ccc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_ccc \- canonical combining class .SH LIBRARY diff --git a/man/uni_collate.3 b/man/uni_collate.3 index 727b404..0c8f3e8 100644 --- a/man/uni_collate.3 +++ b/man/uni_collate.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_collate \- compare strings for sorting .SH LIBRARY diff --git a/man/uni_compress.3 b/man/uni_compress.3 index 2603f44..4b35c2e 100644 --- a/man/uni_compress.3 +++ b/man/uni_compress.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_compress \- compress text .SH LIBRARY diff --git a/man/uni_convert.3 b/man/uni_convert.3 index 78af6bd..09a8c6b 100644 --- a/man/uni_convert.3 +++ b/man/uni_convert.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_convert \- convert encoding forms .SH LIBRARY diff --git a/man/uni_decompress.3 b/man/uni_decompress.3 index 5b892ca..2097509 100644 --- a/man/uni_decompress.3 +++ b/man/uni_decompress.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_decompress \- decompress text .SH LIBRARY diff --git a/man/uni_encode.3 b/man/uni_encode.3 index 2a6aa25..9602c24 100644 --- a/man/uni_encode.3 +++ b/man/uni_encode.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_encode \- encode a scalar value .SH LIBRARY diff --git a/man/uni_gc.3 b/man/uni_gc.3 index 792971c..e13c229 100644 --- a/man/uni_gc.3 +++ b/man/uni_gc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_gc \- general category .SH LIBRARY diff --git a/man/uni_getucdversion.3 b/man/uni_getucdversion.3 index 9029834..9b19eac 100644 --- a/man/uni_getucdversion.3 +++ b/man/uni_getucdversion.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_getucdversion \- unicode standard version .SH LIBRARY diff --git a/man/uni_getversion.3 b/man/uni_getversion.3 index f6cdc5a..99048ff 100644 --- a/man/uni_getversion.3 +++ b/man/uni_getversion.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_getversion \- library version .SH LIBRARY diff --git a/man/uni_is.3 b/man/uni_is.3 index 7ed4642..d476a10 100644 --- a/man/uni_is.3 +++ b/man/uni_is.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_is \- binary property value .SH LIBRARY diff --git a/man/uni_little.3 b/man/uni_little.3 index c8d7b02..4f10d6c 100644 --- a/man/uni_little.3 +++ b/man/uni_little.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_LITTLE \- little endian byte order .SH LIBRARY diff --git a/man/uni_native.3 b/man/uni_native.3 index 8257ff2..1922fd0 100644 --- a/man/uni_native.3 +++ b/man/uni_native.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_NATIVE \- native endian byte order .SH LIBRARY diff --git a/man/uni_next.3 b/man/uni_next.3 index 6dc5706..4bd71ce 100644 --- a/man/uni_next.3 +++ b/man/uni_next.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_next \- decode a scalar value .SH LIBRARY diff --git a/man/uni_nextbrk.3 b/man/uni_nextbrk.3 index b5aed6e..64c4b75 100644 --- a/man/uni_nextbrk.3 +++ b/man/uni_nextbrk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_nextbrk \- compute next boundary .SH LIBRARY diff --git a/man/uni_norm.3 b/man/uni_norm.3 index 386d604..455d28e 100644 --- a/man/uni_norm.3 +++ b/man/uni_norm.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_norm \- normalize text .SH LIBRARY diff --git a/man/uni_normchk.3 b/man/uni_normchk.3 index a292350..187e7d1 100644 --- a/man/uni_normchk.3 +++ b/man/uni_normchk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_normchk \- normalization check .SH LIBRARY diff --git a/man/uni_normcmp.3 b/man/uni_normcmp.3 index 31f4b9c..b80cf0e 100644 --- a/man/uni_normcmp.3 +++ b/man/uni_normcmp.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_normcmp \- canonical equivalence .SH LIBRARY diff --git a/man/uni_normqchk.3 b/man/uni_normqchk.3 index 85c0c59..9a89a6d 100644 --- a/man/uni_normqchk.3 +++ b/man/uni_normqchk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_normqchk \- normalization quick check .SH LIBRARY diff --git a/man/uni_nulify.3 b/man/uni_nulify.3 index b551477..b56b0cb 100644 --- a/man/uni_nulify.3 +++ b/man/uni_nulify.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_NULIFY \- null terminated output .SH LIBRARY diff --git a/man/uni_numval.3 b/man/uni_numval.3 index 3e591e3..d564010 100644 --- a/man/uni_numval.3 +++ b/man/uni_numval.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_numval \- numeric property .SH LIBRARY diff --git a/man/uni_prev.3 b/man/uni_prev.3 index bf54c24..dea4d8d 100644 --- a/man/uni_prev.3 +++ b/man/uni_prev.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_prev \- decode the previous scalar value .SH LIBRARY diff --git a/man/uni_prevbrk.3 b/man/uni_prevbrk.3 index f55dde1..ecd3dc9 100644 --- a/man/uni_prevbrk.3 +++ b/man/uni_prevbrk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_prevbrk \- compute preceding boundary .SH LIBRARY diff --git a/man/uni_scalar.3 b/man/uni_scalar.3 index d5c0f42..c89fe90 100644 --- a/man/uni_scalar.3 +++ b/man/uni_scalar.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_SCALAR \- unicode scalar value .SH LIBRARY diff --git a/man/uni_seterrfunc.3 b/man/uni_seterrfunc.3 index 8858525..215aa67 100644 --- a/man/uni_seterrfunc.3 +++ b/man/uni_seterrfunc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_seterrfunc \- receive diagnostic events .SH LIBRARY diff --git a/man/uni_setmemfunc.3 b/man/uni_setmemfunc.3 index 6b23f80..c220b8c 100644 --- a/man/uni_setmemfunc.3 +++ b/man/uni_setmemfunc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_setmemfunc \- custom memory allocator .SH LIBRARY diff --git a/man/uni_sortkeycmp.3 b/man/uni_sortkeycmp.3 index 836c1d2..56203a7 100644 --- a/man/uni_sortkeycmp.3 +++ b/man/uni_sortkeycmp.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_sortkeycmp \- compare sort keys .SH LIBRARY diff --git a/man/uni_sortkeymk.3 b/man/uni_sortkeymk.3 index 406e246..c53ecf4 100644 --- a/man/uni_sortkeymk.3 +++ b/man/uni_sortkeymk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_sortkeymk \- make sort key .SH LIBRARY diff --git a/man/uni_tolower.3 b/man/uni_tolower.3 index b4356c4..451d5f1 100644 --- a/man/uni_tolower.3 +++ b/man/uni_tolower.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_tolower \- simple lower case mapping .SH LIBRARY diff --git a/man/uni_totitle.3 b/man/uni_totitle.3 index 216fe76..82d532c 100644 --- a/man/uni_totitle.3 +++ b/man/uni_totitle.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_totitle \- simple title case mapping .SH LIBRARY diff --git a/man/uni_toupper.3 b/man/uni_toupper.3 index 47ff7a1..392f85b 100644 --- a/man/uni_toupper.3 +++ b/man/uni_toupper.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_toupper \- simple upper case mapping .SH LIBRARY diff --git a/man/uni_trust.3 b/man/uni_trust.3 index 8a03b43..4eeef4e 100644 --- a/man/uni_trust.3 +++ b/man/uni_trust.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_TRUST \- well-formed text .SH LIBRARY diff --git a/man/uni_utf16.3 b/man/uni_utf16.3 index b01c254..1816c1e 100644 --- a/man/uni_utf16.3 +++ b/man/uni_utf16.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_UTF16 \- UTF-16 encoding form .SH LIBRARY diff --git a/man/uni_utf32.3 b/man/uni_utf32.3 index 8d0d653..7653639 100644 --- a/man/uni_utf32.3 +++ b/man/uni_utf32.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_UTF32 \- UTF-32 encoding form .SH LIBRARY diff --git a/man/uni_utf8.3 b/man/uni_utf8.3 index 4e5f9a5..bb67762 100644 --- a/man/uni_utf8.3 +++ b/man/uni_utf8.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME UNI_UTF8 \- UTF-8 encoding form .SH LIBRARY diff --git a/man/uni_validate.3 b/man/uni_validate.3 index fa4c59d..e0db855 100644 --- a/man/uni_validate.3 +++ b/man/uni_validate.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uni_validate \- validate text .SH LIBRARY diff --git a/man/uniattr.3 b/man/uniattr.3 index 97031b4..9726a32 100644 --- a/man/uniattr.3 +++ b/man/uniattr.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uniattr \- text attributes .SH LIBRARY diff --git a/man/unibp.3 b/man/unibp.3 index 34e6cf4..2cb3bf3 100644 --- a/man/unibp.3 +++ b/man/unibp.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unibp \- binary properties .SH LIBRARY diff --git a/man/unibreak.3 b/man/unibreak.3 index 4bf6a33..a6d90f0 100644 --- a/man/unibreak.3 +++ b/man/unibreak.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unibreak \- detectable text elements .SH LIBRARY diff --git a/man/unicaseconv.3 b/man/unicaseconv.3 index e0c19d7..585de3d 100644 --- a/man/unicaseconv.3 +++ b/man/unicaseconv.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unicaseconv \- case conversion operations .SH LIBRARY diff --git a/man/unicasefold.3 b/man/unicasefold.3 index 6cb318c..c23db79 100644 --- a/man/unicasefold.3 +++ b/man/unicasefold.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unicasefold \- case folding operations .SH LIBRARY diff --git a/man/unichar.3 b/man/unichar.3 index 884c6db..87f9c01 100644 --- a/man/unichar.3 +++ b/man/unichar.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unichar \- code point .SH LIBRARY diff --git a/man/unicorn.3 b/man/unicorn.3 index f76aeeb..f240c2e 100644 --- a/man/unicorn.3 +++ b/man/unicorn.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unicorn.h \- public interface for the Unicorn library .SH LIBRARY diff --git a/man/unierrfunc.3 b/man/unierrfunc.3 index 1a955ed..894e8e9 100644 --- a/man/unierrfunc.3 +++ b/man/unierrfunc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unierrfunc \- diagnostic function .SH LIBRARY diff --git a/man/unigc.3 b/man/unigc.3 index 9a144fe..1b8118b 100644 --- a/man/unigc.3 +++ b/man/unigc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unigc \- general category .SH LIBRARY diff --git a/man/unimemfunc.3 b/man/unimemfunc.3 index b1c3581..7a3e1e3 100644 --- a/man/unimemfunc.3 +++ b/man/unimemfunc.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unimemfunc \- memory allocation function .SH LIBRARY diff --git a/man/uninormchk.3 b/man/uninormchk.3 index 7690d6b..8320236 100644 --- a/man/uninormchk.3 +++ b/man/uninormchk.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uninormchk \- quick check constants .SH LIBRARY diff --git a/man/uninormform.3 b/man/uninormform.3 index f42d99f..7d64255 100644 --- a/man/uninormform.3 +++ b/man/uninormform.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uninormform \- unicode normalization forms .SH LIBRARY diff --git a/man/unisize.3 b/man/unisize.3 index 71848e6..074f58b 100644 --- a/man/unisize.3 +++ b/man/unisize.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unisize \- code unit count .SH LIBRARY diff --git a/man/unistat.3 b/man/unistat.3 index ce39555..ca72700 100644 --- a/man/unistat.3 +++ b/man/unistat.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unistat \- status code .SH LIBRARY diff --git a/man/unistrength.3 b/man/unistrength.3 index b208b6f..dd2faba 100644 --- a/man/unistrength.3 +++ b/man/unistrength.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME unistrength \- collation comparison levels .SH LIBRARY diff --git a/man/uniweighting.3 b/man/uniweighting.3 index 2162e16..e989a48 100644 --- a/man/uniweighting.3 +++ b/man/uniweighting.3 @@ -1,4 +1,4 @@ -.TH "UNICORN" "3" "Jan 19th 2025" "Unicorn 1.0.3" +.TH "UNICORN" "3" "Jan 27th 2025" "Unicorn 1.0.4" .SH NAME uniweighting \- collation weighting algorithm .SH LIBRARY diff --git a/misra-compliance.html b/misra-compliance.html index e2f572b..d7e39ad 100644 --- a/misra-compliance.html +++ b/misra-compliance.html @@ -33,10 +33,10 @@ }