Hi,

> $ nroff  <<<'X,\[a u030A],Y' | grep .
> X,å,Y
> $ nroff  <<<'X,\[u u030A],Y' | grep .
> <standard input>:1: warning: can't find special character `u0075_030A'
> X,,Y
> 
> If not absolutely necessary, I like to stay with my ISO 8859-1 (-15)
> environment. 

Ah, that's your problem.  ISO-8859-1 and -15 don't have ů AFAIK.
    http://en.wikipedia.org/wiki/Iso-8859-1
    http://en.wikipedia.org/wiki/Iso-8859-15
UTF-8 FTW.  :-)

Cheers, Ralph.

Reply via email to