bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inconsistency with counting characters vs bytes for multi-byte chara


From: J Naman
Subject: Re: inconsistency with counting characters vs bytes for multi-byte characters
Date: Tue, 12 Sep 2023 19:07:59 -0400

FYI: I do not know if the fix covers two or three other cases:
with LC_ALL=en_US.UTF-8
1. split(strUTF8,arr,"") # appears to have same problem as gsub() report
2. As does the example in 4.5.3 Making Each Character a Separate Field by
simply assigning the null string ("") to FS.
3. I did not test gensub().
-john


reply via email to

[Prev in Thread] Current Thread [Next in Thread]