- or download this
#!/usr/bin/perl -w
...
open( FILENEW, ">:encoding(iso-8859-1)", "$sFile.new" ) or die "Couldn
+'t open file '$sFile.new'!";
print FILENEW $sCodepoints;
close( FILENEW );
- or download this
#!/usr/bin/perl -w
...
open( FILENEW, ">:encoding(utf8)", "$sFile.new" ) or die "Couldn't ope
+n file '$sFile.new'!";
print FILENEW $sCodepoints;
close( FILENEW );
- or download this
1TestöäüÖÄÜß
2TestöäüÖÄÜß
3TestöäüÖÄÜß