1
0
Fork 0
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:
Oliver Kiddle 2005-03-03 14:13:03 +00:00
parent eb82327576
commit 1b50dff802
3 changed files with 11 additions and 4 deletions

View file

@ -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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1,7 +1,8 @@