Searched hist:eb12e52a253920ec6b8e6d86c8350711082ae99e (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | euc.c | diff eb12e52a253920ec6b8e6d86c8350711082ae99e Sun Apr 14 12:55:42 CEST 2002 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> Remove the hard-coded limit of 3 bytes for EUC encodings. Satoshi NIIMI-san kindly explained that EUC does not limit the byte length to any arbitrary number.
We now set the limit to the maximum octet length of the codeset and it is locale-specific.
Submitted by: Yong-Jhen Hong <winard@ms11.url.com.tw> diff eb12e52a253920ec6b8e6d86c8350711082ae99e Sun Apr 14 12:55:42 CEST 2002 Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> Remove the hard-coded limit of 3 bytes for EUC encodings. Satoshi NIIMI-san kindly explained that EUC does not limit the byte length to any arbitrary number.
We now set the limit to the maximum octet length of the codeset and it is locale-specific.
Submitted by: Yong-Jhen Hong <winard@ms11.url.com.tw>
|