Date: Sun, 14 Apr 2002 03:55:43 -0700 (PDT) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale euc.c Message-ID: <200204141055.g3EAthK45433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asmodai 2002/04/14 03:55:43 PDT Modified files: lib/libc/locale euc.c Log: 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> Revision Changes Path 1.8 +3 -1 src/lib/libc/locale/euc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204141055.g3EAthK45433>