I'm Hungarian and I want to use groff to write good-loking pdf files, the problem is even though I used:
groff -k -ms test.ms -T pdf > test.pdf
eventhough -k took care of the? é,á,ü,ö characters it cannot handle the: ű,ő characters, when i try it says (this is an example for the ő character):
test.ms:8: warning: can't find special character `u006F_030B'
Is there a way I can enable these characters?