Thread encoding mal wieder (20 answers)
Opened by Fragensteller at 2012-09-06 15:23

Fragensteller
 2012-09-06 15:44
#161667 #161667
User since
2012-08-01
37 Artikel
BenutzerIn
[default_avatar]
2012-09-06T13:36:30 Linuxer
Die beiden haben einen kleinen, aber feinen Unterschied:

perldoc -f binmode
...
To mark FILEHANDLE as UTF-8, use :utf8 or :encoding(UTF-8) . :utf8 just marks the data as UTF-8 without further checking, while :encoding(UTF-8) checks the data for actually being valid UTF-8. More details can be found in PerlIO::encoding.
...



ah ok, also besser mit der langform arbeiten.
ich bin gespannt ob das jetzt klappt.
http://perldoc.perl.org/functions/binmode.html

View full thread encoding mal wieder