AdvMemo bug

Something wrong with AdvPascalMemoStyler if I type russian letter я with quotes


Example:
procedure HelloWorld (s: string);
begin
  ShowMessage('я');
end;

procedure HelloWorld (s: string);
begin

end;


Screenshot:



Can you fix it?

We cannot reproduce this. Is this a unicode Delphi version being used?

Delphi XE3

What is the unicode character value of this special character you use?

Character number:
Dec:1103
Hex: 044F

I did the following test:


Please check out my compiled project

https://www.dropbox.com/s/ugu1ebnoqjzs5xm/AdvMemo_bug.zip?dl=0

We traced & solved this issue. The next update will address this.

Hello.



I still wait new version to solve this problem )