From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.help Subject: Re: Is there a way to "asciify" a string? Date: Sun, 27 May 2018 21:53:54 +0200 Message-ID: <20180527195354.GA2580@tuxteam.de> References: <87zi0llisj.fsf@mbork.pl> <20180527073645.GB17354@tuxteam.de> <87y3g5l1h0.fsf@mbork.pl> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; x-action=pgp-signed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1527450738 26578 195.159.176.226 (27 May 2018 19:52:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 27 May 2018 19:52:18 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 27 21:52:14 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fN1i9-0006p4-0e for geh-help-gnu-emacs@m.gmane.org; Sun, 27 May 2018 21:52:13 +0200 Original-Received: from localhost ([::1]:53058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN1kG-0005Iu-8I for geh-help-gnu-emacs@m.gmane.org; Sun, 27 May 2018 15:54:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN1jt-0005In-Fw for help-gnu-emacs@gnu.org; Sun, 27 May 2018 15:54:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fN1jq-0001UE-8l for help-gnu-emacs@gnu.org; Sun, 27 May 2018 15:54:01 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:55551) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fN1jp-0001SV-Us for help-gnu-emacs@gnu.org; Sun, 27 May 2018 15:53:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=Lyr7gxJoc6N/c/mT603jzTt5icKNrmet6d9EF8pahcg=; b=FCVlqOZVnKVSU+LIDuwPGghgKYkKs5aHN7MEqh98gNvwqYaEGxZJabpnDXBk65Q666MC9pDKxDlkRWmUGxyTFaMaP91G/BqoxE6BkTyY9g4tqMTy6YTit4uGJgnBPNF4K8RgHAT5WNIm1brbvcveVPQq7FhzZz8g5PN/PaowzB0juWk5aJYHAMNQECkXlcs68cSOdSlKZS2YxyhjDOVfmT8lGnGkNbGmm1gGCsztFOkrdGzq2qm12OUtqKQNgo9mr2s5MwjfCQ0YRnLVHphH7i7XPf3NrSNS6cS8y1kKbyEzp+gmxcYIjBhh8qKhGgfVUydRaBTrEasmMyBtspbw0Q==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1fN1jm-0000kr-Vw; Sun, 27 May 2018 21:53:55 +0200 In-Reply-To: <87y3g5l1h0.fsf@mbork.pl> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 5.199.139.25 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116875 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, May 27, 2018 at 02:36:27PM +0200, Marcin Borkowski wrote: > > On 2018-05-27, at 09:36, tomas@tuxteam.de wrote: [...] > > Sigh :-) > > I understand that. [...] > (BTW, if there is some command-line utility to do that, that's fine > too.) I don't know (yet?) about Emacs, but iconv might do the trick: tomas@trotzki:~$ echo Überbäcker | iconv -f utf-8 -t ascii//TRANSLIT Uberbacker Cheers - -- t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlsLDNIACgkQBcgs9XrR2kbzEACfXlbbQCiriqW7ztASEShj5eOc 6woAn09HdxmHgxTU2IK1AlsFS+hCxyBX =0Mrb -----END PGP SIGNATURE-----