File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2009-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2009-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Defines various character, string and resource id constants.
9
9
}
@@ -36,7 +36,8 @@ interface
36
36
GT = ' >' ; // greater-than / closing angle bracket character
37
37
LT = ' <' ; // less-than / opening angle bracket character
38
38
39
- COPYRIGHT = #$00A9;
39
+ NBSP = #$00A0; // non-breaking space
40
+ COPYRIGHT = #$00A9; // copyright symbol
40
41
41
42
CRLF = CR + LF; // carriage return followed by line feed
42
43
EOL = CRLF; // end of line character sequence for Windows systems
You can’t perform that action at this time.
0 commit comments