A.V.Kuznetsov wrote: > Coloring (man -Tlatin1) restricts encoding of the man page.(?)
I only wanted to point out that somehow it must be ensured to get the backspace (\b) formattings into the output, otherwise the whole thing doesn't make much sense, since one can issue shell commands from an nedit editing window and receive the output right there. > Some manuals are available in Russian or in other languages. Sure, but Tutf-8 won't work with nedit. I don't know much about the groff format, so I can't tell what to do for Russian manpages Btw, to get rid of the contChars() function in getManSection, which in this case only counts newlines, simply replace the call with if (length(replace_in_string(aproposResult, "^.*$", "", "regex")) == 1) Cheers, Jörg -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
