9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] trans
Date: Fri, 14 Jun 2013 11:35:14 -0400	[thread overview]
Message-ID: <a8e22bb89310c9584874e5e4d9cbf8f4@kw.quanstro.net> (raw)
In-Reply-To: <FC01E064-42A5-4B4A-8A70-CEBCA93EDB31@ar.aichi-u.ac.jp>

> 	Trans originary designed for unicode conversion NFD to NFC. 
> 	Therefore trans has format suitable for the problem: 
> 		# unicode
> 		# Latin letters
> 		0061:0308	00E4	ä
> 		0065:0308	00EB	ë
> 		0069:0308	00EF	ï
> 		006F:0308	00F6	ö
> 		0075:0308	00FC	ü
> 		0079:0308	00FF	ÿ
> 
> 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



      parent reply	other threads:[~2013-06-14 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-13 10:28 arisawa
2013-06-13 10:30 ` arisawa
2013-06-14 15:35 ` erik quanstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a8e22bb89310c9584874e5e4d9cbf8f4@kw.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).