OSDN Git Service

* libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but also
authorcorinna <corinna>
Thu, 9 Apr 2009 08:20:10 +0000 (08:20 +0000)
committercorinna <corinna>
Thu, 9 Apr 2009 08:20:10 +0000 (08:20 +0000)
commita3ec963e7116e0afe508299dc752cb9602b352c4
tree2cfd2423a05197d98a53a6b0068a7c729f8c54de
parente1012de432f3bed1bb8246d3da58977c6992dd05
* libc/stdlib/mbctype.h (_iseucjp1): Like _iseucjp, but also
recognizes 0x8e and 0x8f lead bytes.
(_iseucjp2): Rename from _iseucjp.
* libc/stdlib/mbtowc_r.c (__eucjp_mbtowc): Convert JIS-X-0212
triplebyte sequences as well.
* libc/stdlib/wctomb_r.c (__eucjp_wctomb): Convert to JIS-X-0212
triplebyte sequences as well.
newlib/libc/stdlib/mbctype.h
newlib/libc/stdlib/mbtowc_r.c
newlib/libc/stdlib/wctomb_r.c