Skip to content

Commit

Permalink
Correcting some MISRA violations in the generated Unicode data tables…
Browse files Browse the repository at this point in the history
… related to integer signedness.
  • Loading branch information
hgs3 committed Jan 27, 2025
1 parent 0731c01 commit 380ef0d
Show file tree
Hide file tree
Showing 62 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions generate.pyz
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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)
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion man/uni_big.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_caseconv.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_caseconvchk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_casefold.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_casefoldchk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_casefoldcmp.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_ccc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_collate.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_compress.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_convert.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_decompress.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_encode.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_gc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_getucdversion.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_getversion.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_is.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_little.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_native.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_next.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_nextbrk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_norm.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_normchk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_normcmp.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_normqchk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_nulify.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_numval.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_prev.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_prevbrk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_scalar.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_seterrfunc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_setmemfunc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_sortkeycmp.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_sortkeymk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_tolower.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_totitle.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_toupper.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_trust.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_utf16.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_utf32.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_utf8.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uni_validate.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uniattr.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unibp.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unibreak.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unicaseconv.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unicasefold.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unichar.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unicorn.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unierrfunc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unigc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unimemfunc.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uninormchk.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uninormform.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unisize.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unistat.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unistrength.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/uniweighting.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 380ef0d

Please sign in to comment.