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.
1 parent 96ea2bb commit b8f1ceaCopy full SHA for b8f1cea
Src/UConsts.pas
@@ -3,7 +3,7 @@
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/
5
*
6
- * Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
+ * Copyright (C) 2009-2022, Peter Johnson (gravatar.com/delphidabbler).
7
8
* Defines various character, string and resource id constants.
9
}
@@ -36,7 +36,8 @@ interface
36
GT = '>'; // greater-than / closing angle bracket character
37
LT = '<'; // less-than / opening angle bracket character
38
39
- COPYRIGHT = #$00A9;
+ NBSP = #$00A0; // non-breaking space
40
+ COPYRIGHT = #$00A9; // copyright symbol
41
42
CRLF = CR + LF; // carriage return followed by line feed
43
EOL = CRLF; // end of line character sequence for Windows systems
0 commit comments