prev
More Info
Revision 419104
(Back to Digest)
next


Commit Details
Bug Fixes in KDE-Base
Nicolas Goutte committed changes in /trunk/KDE/kdebase/kioslave/man/man2html.cpp:
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.)

File Changes
Modified 1 file
/trunk/KDE/kdebase/kioslave/man/man2html.cpp
Added 1 file
/trunk/KDE/kdebase/kioslave/man/man2html.cpp
Deleted 1 file
/trunk/KDE/kdebase/kioslave/man/man2html.cpp
3 files changed in total

KDE Commit-Digest by Danny Allen, 2006-2008
All issues in archive by Derek Kite