History: mysql_cleaner
Preview of version: 1
- «
- »
toutf.pl
Copy to clipboard
#!/usr/bin/perl -nw # # Written by Laurent Moss use Encode; #Remove Microsoft Word shit # s/[\x91\x92]/\\'/g; s/[\x96\x97]/-/g; s/\x9C/oe/g; s/\x8C/OE/g; #Change encoding Encode::from_to($_, 'iso-8859-1', 'utf8'); print;
History
| Information | Version | |||||
|---|---|---|---|---|---|---|
| Marc Laporte | 2 | |||||
| Marc Laporte | 1 | |||||