in reply to Re: Counting bytes in a Unicode document
in thread Counting bytes in a Unicode document
Remove temporarily the utf8 flag and use length then.You can just use bytes::length (after use bytes ();).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Counting bytes in a Unicode document
by LanX (Saint) on Oct 08, 2024 at 10:01 UTC | |
by ikegami (Patriarch) on Oct 08, 2024 at 15:49 UTC | |
by LanX (Saint) on Oct 08, 2024 at 17:12 UTC | |
by ikegami (Patriarch) on Oct 09, 2024 at 00:35 UTC | |
by ysth (Canon) on Oct 09, 2024 at 20:39 UTC | |
by LanX (Saint) on Oct 09, 2024 at 01:06 UTC | |
|