Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: "Alextophi" <ext.astek.brakha@xxxxxxx>
- Date: 29 Dec 2005 08:14:18 -0800
EXAMPLE:
the log "C:\WINDOWS\SchedLgU.Txt", contains wide ASCII characters (ex:
"tâche" or "système"),
$LINE = ~ tr/\x8A/\x65 /; # remplace ... è > e
$LINE = ~ tr/\x83/\x61 /; # remplace ... â > a
- how to replace all the ASCII characters?
cordially Christophe
.
- Follow-Ups:
- Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: Jürgen Exner
- Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: Samwyse
- Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- References:
- [FR/EN] how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: Alextophi
- Re: [FR/EN] how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: Paul Lalli
- [FR/EN] how to convert the characters ASCII(0-255) to ASCII(0-127)
- Prev by Date: Re: Is any diffrence in...?
- Next by Date: Re: Addressing the cursor of a VT100 style terminal emulator using perl
- Previous by thread: Re: [FR/EN] how to convert the characters ASCII(0-255) to ASCII(0-127)
- Next by thread: Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- Index(es):