* charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
	width of format control characters to 0.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>
This commit is contained in:
Ulrich Drepper 2000-10-01 18:51:15 +00:00
parent d6040f1781
commit 70440f48d8
3 changed files with 11187 additions and 11174 deletions

View File

@ -84,8 +84,7 @@ typedef int (*__gconv_trans_fct) (struct __gconv_step *,
size_t *);
/* Function to call to provide transliteration module with context. */
typedef int (*__gconv_trans_context_fct) (struct __gconv_trans_data *,
__const unsigned char *,
typedef int (*__gconv_trans_context_fct) (void *, __const unsigned char *,
__const unsigned char *,
unsigned char *, unsigned char *);

View File

@ -1,3 +1,8 @@
2000-09-30 Bruno Haible <haible@clisp.cons.org>
* charmaps/UTF-8: Add the correct Hangul syllable names. Change the
width of format control characters to 0.
2000-09-30 Bruno Haible <haible@clisp.cons.org>
* tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.

File diff suppressed because it is too large Load Diff