help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

national to ASCII character conversion


From: Michal
Subject: national to ASCII character conversion
Date: Wed, 17 Jun 2009 22:34:39 +0200
User-agent: mozilla news reader

Hallo Group Members

I have a string which contains national characters and I would like to
convert them to ASCII equivalents.

for example:
ó -> o
ł -> l
ż -> z

etc.

one of ways is just using:
(replace-regexp-in-string "ó" "o" my_string)

for each national character, but I believe that there is much better
way.

Maybe You know it?

Best regards
Michal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]