Summary: | khtml displays LRM and RLM as glyphs | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ilya Konstantinov <kde-bug-report> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ilya Konstantinov
2003-10-06 16:30:16 UTC
can you please provide a small test case that can be used for testing? <html> <body> <p dir="RTL"> foo‏bar </p> </body> </html> khtml does the bidi work right (the "bar" is to the left of "foo"), but it renders the RLM control character. Compare results with Mozilla. |