https://bugs.winehq.org/show_bug.cgi?id=46593
Bug ID: 46593 Summary: LXR: Incorrect display width of author names containing utf-8 characters Product: WineHQ.org Version: unspecified Hardware: Other OS: other Status: NEW Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be
Follow up from bug 25453:
Is there something else to fix?
Well, at least in my browser, there's an indentation or rather an I18N issue: Every line whose author's name contains umlauts is misindented:
4aa5f5bc Jörg *0023 #include "windows.h" 6698e9e0 Jan Ze*0024 #include "mmsystem.h"
Perhaps the string length function that LXR uses to calculate the display width produces incorrect values for "Jörg", e.g. 5 instead of 4. That would explain what I see. But that would warrant another bug entry.