Thread Regex Vergleich und "use locale" (4 answers)
Opened by Raphael at 2015-11-26 14:45

Raubtier
 2015-11-26 16:18
#183061 #183061
User since
2012-05-04
1054 Artikel
BenutzerIn

user image
Siehe perldoc Perldoc:locale:

Quote
Starting in Perl 5.16, a hybrid mode for this pragma is available,

use locale ':not_characters';

which enables only the portions of locales that don't affect the character set (that is, all except LC_COLLATE and LC_CTYPE). This is useful when mixing Unicode and locales, including UTF-8 locales.

View full thread Regex Vergleich und "use locale"