Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-08-29  Ulrich Drepper  <drepper@redhat.com>

	* charmaps/GB18030: Add entries from GBK not present here.

	* SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.

	* locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
  • Loading branch information
Ulrich Drepper committed Aug 30, 2000
1 parent 076bfcf commit 34e5507
Show file tree
Hide file tree
Showing 5 changed files with 14,858 additions and 8 deletions.
4 changes: 2 additions & 2 deletions iconv/gconv_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ increment_counter (struct __gconv_step *steps, size_t nsteps)
steps[cnt].__end_fct = steps[cnt].__shlib_handle->end_fct;

if (steps[cnt].__end_fct != NULL)
DL_CALL_FCT (steps[cnt].__end_fct, &steps[cnt]);
DL_CALL_FCT (steps[cnt].__end_fct, (&steps[cnt]));
if (steps[cnt].__init_fct != NULL)
DL_CALL_FCT (steps[cnt].__init_fct, &steps[cnt]);
DL_CALL_FCT (steps[cnt].__init_fct, (&steps[cnt]));
}
return result;
}
Expand Down
8 changes: 8 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2000-08-29 Ulrich Drepper <drepper@redhat.com>

* charmaps/GB18030: Add entries from GBK not present here.

* SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.

* locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.

2000-08-29 Akira Higuchi <a@kondara.org>

* charmaps/GB2312: Fix ".." -> "..." in width definitions.
Expand Down
2 changes: 2 additions & 0 deletions localedata/SUPPORTED
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ tr_TR ISO-8859-9
uk_UA KOI8-U
vi_VN UTF-8
zh_CN GB2312
zh_CN.GB18030 GB18030
zh_TW BIG5
zh_TW.EUC-TW EUC-TW
Loading

0 comments on commit 34e5507

Please sign in to comment.