mirror of git://sourceware.org/git/glibc.git
Update.
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.
This commit is contained in:
parent
076bfcf612
commit
34e55074c4
|
@ -311,9 +311,9 @@ increment_counter (struct __gconv_step *steps, size_t nsteps)
|
||||||
steps[cnt].__end_fct = steps[cnt].__shlib_handle->end_fct;
|
steps[cnt].__end_fct = steps[cnt].__shlib_handle->end_fct;
|
||||||
|
|
||||||
if (steps[cnt].__end_fct != NULL)
|
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)
|
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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
2000-08-29 Akira Higuchi <a@kondara.org>
|
||||||
|
|
||||||
* charmaps/GB2312: Fix ".." -> "..." in width definitions.
|
* charmaps/GB2312: Fix ".." -> "..." in width definitions.
|
||||||
|
|
|
@ -128,4 +128,6 @@ tr_TR ISO-8859-9
|
||||||
uk_UA KOI8-U
|
uk_UA KOI8-U
|
||||||
vi_VN UTF-8
|
vi_VN UTF-8
|
||||||
zh_CN GB2312
|
zh_CN GB2312
|
||||||
|
zh_CN.GB18030 GB18030
|
||||||
zh_TW BIG5
|
zh_TW BIG5
|
||||||
|
zh_TW.EUC-TW EUC-TW
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1470,7 +1470,7 @@ order_start <CYRIL>;forward;forward;forward;forward,position
|
||||||
|
|
||||||
# order_start <HAN>;forward;forward;forward;forward,position
|
# order_start <HAN>;forward;forward;forward;forward,position
|
||||||
<U4E00> <U4E00>;IGNORE;IGNORE;IGNORE
|
<U4E00> <U4E00>;IGNORE;IGNORE;IGNORE
|
||||||
... ...;IGNORE;IGNORE;IGNORE
|
.. ..;IGNORE;IGNORE;IGNORE
|
||||||
<U9FA5> <U9FA5>;IGNORE;IGNORE;IGNORE
|
<U9FA5> <U9FA5>;IGNORE;IGNORE;IGNORE
|
||||||
#
|
#
|
||||||
order_end
|
order_end
|
||||||
|
|
Loading…
Reference in New Issue