Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: "Jürgen Exner" <jurgenex@xxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 23:42:06 GMT
Alextophi wrote:
> EXAMPLE:
>
> the log "C:\WINDOWS\SchedLgU.Txt", contains wide ASCII characters
There is no such thing as "wide ASCII".
> (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?
Did you mean to say "replace all the non-ASCII with ASCII characters?"
You don't want to do that. Or do you really mean to rename Ms. Höra ("to
hear") into Ms. Hora ("whore") or Österreich ("Austria") into Osterreich
("Easter Empire")?
jue
(who does not take kindly to his name being bastardized)
.
- 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
- Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- From: Alextophi
- [FR/EN] how to convert the characters ASCII(0-255) to ASCII(0-127)
- Prev by Date: DateTime.pm and midnight
- Next by Date: Re: Is any diffrence in...?
- Previous by thread: Re: how to convert the characters ASCII(0-255) to ASCII(0-127)
- Next by thread: Ordering string of commands in a file
- Index(es):