Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc/locale



Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 19 16:21:47 UTC 2024

Modified Files:
        src/tests/lib/libc/locale: t_c16rtomb.c t_c8rtomb.c

Log Message:
t_c8rtomb, t_c16rtomb: Simplify comment.

ESC $ B is technically rather the JIS X 0208-1983 shift sequence, but
since I don't see any way to provoke the JIS X 0208-1978 shift
sequence to come flying out of this conversion (ESC $ @), and I'm not
sure there's any difference in the interpretation, let's just say JIS
X 0208.

PR lib/58612: c8rtomb/c16rtomb/c32rtomb yield suboptimal shift
sequences


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/locale/t_c16rtomb.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/locale/t_c8rtomb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index