all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* national to ASCII character conversion
@ 2009-06-17 20:34 Michal
  2009-06-17 20:56 ` Drew Adams
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michal @ 2009-06-17 20:34 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-17 23:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 20:34 national to ASCII character conversion Michal
2009-06-17 20:56 ` Drew Adams
2009-06-17 21:26 ` Teemu Likonen
2009-06-17 22:09   ` Teemu Likonen
2009-06-17 21:57 ` Xah Lee
     [not found] ` <mailman.819.1245272178.2239.help-gnu-emacs@gnu.org>
2009-06-17 23:02   ` Michal
2009-06-17 23:42     ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.