mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
20921: using UCS-4BE instead of ISO-10646 to identify character encoding
is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
This commit is contained in:
parent
eb82327576
commit
1b50dff802
3 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
||||||
2005-03-03 Oliver Kiddle <opk@zsh.org>
|
2005-03-03 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* 20921, 20924: Src/utils.c, Completion/Unix/Command/_iconv:
|
||||||
|
using UCS-4BE instead of ISO-10646 to identify character
|
||||||
|
encoding is more portable; make error message more specific;
|
||||||
|
find more encodings in iconv completion on Solaris
|
||||||
|
|
||||||
* Henryk Konsek: 20918 (modified): Completion/Unix/Command/_unace:
|
* Henryk Konsek: 20918 (modified): Completion/Unix/Command/_unace:
|
||||||
new completion for unace
|
new completion for unace
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||