D:\C>try.exe German.utf8 German_Germany.utf8: März (5 bytes) #### D:\>perl -MPOSIX -wle "$loc = POSIX::setlocale( LC_ALL, 'German.utf8' ); print $loc;" German_Germany.utf8 #### D:\>perl -MPOSIX -wle "$loc = POSIX::setlocale( LC_ALL, 'German.utf8' ); print $loc;" Use of uninitialized value $loc in print at -e line 1. #### D:\C>try_gcc.exe German.utf8 (null): March (5 bytes)