Improve the groff basic support: - fix a few of the special characters (by looking into Unicode list) - change the way of setting fonts, always as HTML (The new implementation has the drawback not to have any font number anymore. So may be we need to go back a little in future, assuming needing \n[.f] ) (We do not use/abuse the KDE CSS classes as fonts anymore.) - as we do not know .ftr (font translation) offer a few other fonts too (The main ones of the ps output of groff) (Sorry, still no Japanese fonts, as I have no idea how to test. But Qt might be smarter anyway.) - fix the off-by-one easy-to-do error in scan_escape_direct and friends - fix single letter string variables and number registers. - new code for the font setting escape \f (including long names now) - fix \\ for getting a backspace - use HTML for the corresponding requests .SM and .SB - a few other minor details
CCBUG:106067 (It looks rather good this time, except the .while condition problem, which still polutes the text with >=2 here and there.) |
|
|