I want to use TextPad to process Groff documents. I have created an "External tool" executing the following command line:
Code: Select all
groff -me -mru -Kutf-8 -Tutf8 $FileName
It works OK with English, but every Russian letter turns into two wrong characters, which is incorrect, because the same command yields a valid unicode file when executed from the command prompt (with output redirected into a file).
I have selected UTF-8 as default encoding for the Tool Ouput buffer, but when I look at its properties (with the right mouse button) it says:
Code: Select all
Code Set: DOS
Can you please help me?
Anton