Module Name: src Committed By: rin Date: Thu Dec 28 03:49:35 UTC 2023
Modified Files: src/usr.bin/mklocale: mklocale.1 yacc.y Log Message: mklocale: XXX: Neglect TODIGIT at the moment PR lib/57798 It was implemented with an assumption that all digit characters can be mapped to numerical values <= 255. This is no longer true for Unicode, and results in, e.g., wrong return values of wcwidth(3) for U+5146 or U+16B60. As a workaround, neglect TODIGIT for now, as done for OpenBSD: https://github.com/OpenBSD/src/commit/4efe9bdeb34 XXX At least netbsd-10 should be fixed, but it requires some tests. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/mklocale/mklocale.1 cvs rdiff -u -r1.34 -r1.35 src/usr.bin/mklocale/yacc.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.