CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/13 18:31:48
Modified files:
regress/usr.bin/mandoc/db/dbm_dump: dbm_dump.c
Log message:
fix a char signedness bug such that this testing code becomes able
to display the contents of databases containing UTF-8 strings
on signed char architectures:
for example on i386 and amd64, UTF-8 bytes are negative...
