I am sorry in advance - this might be considered as treason I know,
but...
Can somebody please help?
I get a file (tab delimited) from a mac Filemaker and I need to get
all the "weird" mac chars converted to win32 chars (for saving) and
from there to html. The later part is not a big problem, but the
first...
I have tried to do:
$lin =~ s/Œ/å/g;
$lin =~ s/¾/æ/g;
$lin =~ s/¿/ø/g;
$lin =~ s/Ú/2/g;
$lin =~ s/Ó/"/g;
$lin =~ s/Õ/'/g;
But after a while I get a little tired of having to add a new "weird"
char every time I discover yet another one.
Isn't there somewhere out there a nice person that have a complete
list or even better have a piece of code to do it for me ?
Lars
--
*******************************************************
* Lars G. Skjellerup *
* Web designer/Programmer *
* *
* Webmakers Phone: (+45) 96 26 52 66 ext. 294 *
* Møllegade 1c Fax: (+45) 96 26 52 96 *
* DK 7400 Herning [EMAIL PROTECTED] *
* Denmark [EMAIL PROTECTED] *
* URL: http://www.webmakers.dk *
*******************************************************