1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

23152: make ztrcmp() respect MULTIBYTE

make sorting of printed hash tables more consistent
This commit is contained in:
Peter Stephenson 2007-02-06 21:47:54 +00:00
parent bae2ec88e5
commit 0108088f52
7 changed files with 110 additions and 72 deletions

View file

@ -4266,7 +4266,7 @@ printparamnode(HashNode hn, int printflags)
{
HashTable ht = p->gsu.h->getfn(p);
if (ht)
scanhashtable(ht, 0, 0, PM_UNSET,
scanhashtable(ht, 1, 0, PM_UNSET,
ht->printnode, PRINT_KV_PAIR);
}
if (!(printflags & PRINT_KV_PAIR))