Skip to content

When displaying a string containing line breaks in Japanese, the characters become garbled. #65

@Chubei-Nakagawa

Description

@Chubei-Nakagawa

When calculating the width of a string, the width is calculated byte by byte, which can cause line breaks in the middle of characters.

https://github.com/window-maker/wmaker/blob/master/WINGs/wmisc.c#L125
This part needs to loop through one character at a time, but the current source code is looping through one byte at a time.
`

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions