Ticket #2713 (closed defect: fixed)

Opened 12 years ago

Last modified 11 years ago

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:1 Changed 12 years ago by andrew_b

  • Component changed from mc-core to mcedit

comment:2 Changed 12 years ago by angel_il

  • Owner set to angel_il
  • Status changed from new to accepted

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:5 Changed 11 years ago by angel_il

  • Votes for changeset set to angel_il

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

comment:8 Changed 11 years ago by andrew_b

  • Status changed from accepted to testing
  • Resolution set to fixed

comment:9 Changed 11 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.