in reply to Re^9: Seeking Perl docs about how UTF8 flag propagates (Terminology)
in thread Seeking Perl docs about how UTF8 flag propagates
Indeed!
As you know, I've written a fair bit about this. I use these terms to be as unambiguous as possible:
Terms describing what a string represents (unrelated to storage format):
For example, /\w/ only works when applied to a string of decoded text.
For example, pack returns a string of bytes.
"String of bytes" can still confuse people, so I try to avoid that one by being more specific (e.g. by using "encoded text" instead of "bytes").
Terms describing the internal storage format (unrelated to semantics):
|
|---|