1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
2000-11-08  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/euc-kr.c (euckr_from_ucs4): Map 0x20a9 to \xa3dc.
	(BODY from direction): Remove special handling of \x5c.
	* iconvdata/EUC-KR.irreversible: Adjust for this change.
	* iconvdata/testdata/EUC-KR..UTF8: Likewise.
	Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
This commit is contained in:
Ulrich Drepper
2000-11-08 08:08:09 +00:00
parent c097f73253
commit a1e88b9a2f
10 changed files with 39 additions and 16 deletions

View File

@ -135,6 +135,6 @@
#define _POSIX_BARRIERS 200912L
/* POSIX message queues are not yet supported. */
#define _POSIX_MESSAGE_PASSING (-1)
#undef _POSIX_MESSAGE_PASSING
#endif /* posix_opt.h */