groff
[Top][All Lists]
Advanced

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

Re: [Groff] ubuntu, groff and utf-8


From: Michail Vidiassov
Subject: Re: [Groff] ubuntu, groff and utf-8
Date: Tue, 8 Mar 2005 09:37:47 +0300

Dear Werner,
you wrote

Below is a small perl script which does that.  Note that it doesn't
`fake' glyphs, this is, it doesn't construct, say, `Amacron' from an
`A' and a `macron' glyph.  Any volunteer for this?
May I volunteer

SADAHIRO Tomoyuki <address@hidden> http://homepage1.nifty.com/nomenclator/perl/

with his module Unicode::Normalize for this task?

It seems the following function is what you are looking for:

$NFC_string = NFC($string)
returns the Normalization Form C (formed by canonical decomposition followed by canonical composition).

Sincerely, Michail




reply via email to

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