| Summary: | Bug in parse escape sequence \N'num' | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | stanv <stanv> |
| Component: | man | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mjchappell, nsane457 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | This patch fix above bug, please applay it to mainstream tree. | ||
|
Description
stanv
2007-06-26 12:04:39 UTC
Created attachment 20969 [details]
This patch fix above bug, please applay it to mainstream tree.
*** Bug 154890 has been marked as a duplicate of this bug. *** *** Bug 148735 has been marked as a duplicate of this bug. *** This is a valid bug. Comment #1 is the correct fix the problem. I guess I will commit the fix since it gets on my nerves whenever I use konqueror to view man pages. SVN commit 912147 by adawit: CCBUG:147237 Fix a long standing and annoying bug when viewing man pages using konqueror. Patch from comment #1 in the bug report M +2 -0 man2html.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=912147 SVN commit 912197 by adawit: BUG:147237 Backport the fix for the trivial but long standing and annoying bug of incorrectly interpreting "\N'num'" in manpages. Patch from comment #1 in the bug report. M +2 -0 man2html.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=912197 |