in reply to Converting everything (MySql, perl, CGI, website) to UTF-8
use UTF;
You probably mean
use utf8;
The encoding of the contents is in no way related to the encoding of the filename. Moreover, at least in a web app, the filename on your system should be controlled by you, not a user input, so you should always know what encoding the filename uses.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting everything (MySql, perl, CGI, website) to UTF-8
by jfrm (Monk) on Mar 17, 2018 at 07:24 UTC |