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:
parent
bae2ec88e5
commit
0108088f52
7 changed files with 110 additions and 72 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue