Help for this page

Select Code to Download


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