in reply to Re^4: Seeking Perl docs about how UTF8 flag propagates
in thread Seeking Perl docs about how UTF8 flag propagates
Without UTF8-Flag it's a octet-stream and all string commands will treat every single byte (for backward compatibility) as (some) ASCII character.
Otherwise it's a "character-string" and Perl will use the internal UTF8 format to map one or more bytes to characters
Easy.
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Seeking Perl docs about how UTF8 flag propagates
by haj (Vicar) on May 16, 2023 at 11:20 UTC | |
by LanX (Saint) on May 22, 2023 at 14:18 UTC | |
by haj (Vicar) on May 22, 2023 at 15:45 UTC | |
by LanX (Saint) on May 22, 2023 at 16:13 UTC | |
by LanX (Saint) on May 16, 2023 at 11:34 UTC | |
Re^6: Seeking Perl docs about how UTF8 flag propagates
by raygun (Scribe) on May 16, 2023 at 21:40 UTC |