The revision is 18633, and it is (will be) only included on the 12th.
@Ñuño_Martínez:
What you describe is a slightly different bug. Please open a new bug on mantis, and provide/attach a sample file containing such text.
- Maybe also provide the key sequence needed to type such text
- Which OS?
What you are experiencing is, that in UTF8 a single char (such as an accented, umlauted or similar char) can be stored as a sequence of 2 CodePoints.
In that case Lazarus would display the char and an empty space behind the char. (Actually the empty/space would display at the end of the highlight token/ at the next change of color/style)
The fact that you get 2 chars displayed, may also indicate that there is a bug with the input, and that Lazarus stores the wrong text. (in which case the display would be right)
Can you please test: Use another (UTF8 capable) Editor, Edit you text and put the desired ó there, save it, open it in Lazarus, and see what the result is?
Thanks