Ticket #2713 (closed defect: fixed)
Paragraph format doesn't respect multibyte characters.
Reported by: | andrew_b | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.10 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
In text paragraph engine, the option_word_wrap_line_length option is treated as the line length in bytes not in characters.
Change History
comment:2 Changed 13 years ago by angel_il
- Status changed from new to accepted
- Owner set to angel_il
comment:3 Changed 11 years ago by andrew_b
- Owner changed from angel_il to andrew_b
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.10
Branch: 2713_format_paragraph_multibyte
changeset:94dd0b20a2b19e225f5b259449061e932e69a603
comment:4 Changed 11 years ago by angel_il
wordproc.c:230:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
tb = t + b;
comment:6 Changed 11 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- Branch state changed from on review to approved
comment:7 Changed 11 years ago by andrew_b
- Votes for changeset changed from angel_il slavazanko to committed-master
- Branch state changed from approved to merged
Merged to master: [864c741e650293283e6fcb44e1f22d9509ecfa3a].
Note: See
TracTickets for help on using
tickets.