We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73d3e88 + 6b4278f commit c88b6daCopy full SHA for c88b6da
Src/UREMLDataIO.pas
@@ -1,4 +1,4 @@
1
-{
+{
2
* This Source Code Form is subject to the terms of the Mozilla Public License,
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
* obtain one at https://mozilla.org/MPL/2.0/
@@ -847,7 +847,7 @@ class function TREMLEntities.CharToMnemonicEntity(const Ch: Char): string;
847
fEntityMap[1] := TREMLEntity.Create('quot', DOUBLEQUOTE);
848
fEntityMap[2] := TREMLEntity.Create('gt', '>');
849
fEntityMap[3] := TREMLEntity.Create('lt', '<');
850
- fEntityMap[4] := TREMLEntity.Create('copy', '�');
+ fEntityMap[4] := TREMLEntity.Create('copy', '©');
851
end;
852
853
class destructor TREMLEntities.Destroy;
0 commit comments