1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-22 00:17:03 +00:00

Add ENCODING_NOLOWER

This commit is contained in:
Karol Stasiak
2020-07-31 13:31:07 +02:00
parent 2905e99521
commit 2c9a3f7cbd
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -58,6 +58,8 @@ The following features are defined based on the chosen CPU and compilation optio
* `ENCODING_SAME` - 1 if the encodings `default` and `src` are the same, 0 otherwise.
* `ENCODING_NOLOWER` 1 if the `default` encoding does not support lowercase ASCII letters.
* `DECIMALS_SAME` - 1 if the encodings `default` and `src` have the same string terminator and decimal digits `'0'`-`'9'`, 0 otherwise.
* `NULLCHAR_SAME` - 1 if the encodings `default` and `src` have the same string terminator, 0 otherwise.