in reply to Re^4: DWIM with non ASCII characters
in thread DWIM with non ASCII characters
That example demonstrates the use of an optimisation: You skipped specifying use utf8; by also skipping encoding. In the common case, it won't work. You'll find the length of the string is wrong. In turn, that means you'll have problems with regex, etc.
|
|---|