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?
Something wrong with AdvPascalMemoStyler if I type russian letter я with quotes
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?
Please check out my compiled project
We traced & solved this issue. The next update will address this.
Hello.