From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 14 Jun 2013 11:35:14 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] trans Topicbox-Message-UUID: 65d65fd8-ead8-11e9-9d60-3106f5b1d025 > Trans originary designed for unicode conversion NFD to NFC.=20 > Therefore trans has format suitable for the problem:=20 > # unicode > # Latin letters > 0061:0308 00E4 =C3=A4 > 0065:0308 00EB =C3=AB > 0069:0308 00EF =C3=AF > 006F:0308 00F6 =C3=B6 > 0075:0308 00FC =C3=BC > 0079:0308 00FF =C3=BF >=20 > The code in trans will be applied to u9fs for Mac. i think that compose and decompose (rune(1), http://9atom.org/magic/man2html/1/rune) might also do the job. they rely on runecompose and runedecompose (runeclass(2), http://9atom.org/magic/man2html/2/runeclass) this might be kinder to the old warhorse tr(1). :-) - erik