> However, I am interested in how Groff 1.16 works for UTF-8 input. > I could not find any code for UTF-8 input, though I found a code for > UTF-8 output in src/devices/grotty/tty.cc . Am I missing something? > (Of course /font/devutf8/* has no implementation of UTF-8 encoding, > though it seems to have a table for glyph names -> UCS-2.)
No UTF-8 input support. This is an urgent need for one of the next major releases. grotty can output UTF-8 if activated with -Tutf8. Werner