mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 22:58:44 +00:00
Rename MD_TokenKind_NonASCII to MD_TokenKind_BadCharacter.
This commit is contained in:
+2
-3
@@ -452,9 +452,8 @@ typedef enum MD_TokenKind
|
||||
MD_TokenKind_Newline,
|
||||
MD_TokenKind_WhitespaceMax,
|
||||
|
||||
MD_TokenKind_NonASCII,
|
||||
// Provisional category to deal with single characters > 127
|
||||
// while we don't support encodings other than ASCII
|
||||
MD_TokenKind_BadCharacter,
|
||||
// Character outside currently supported encodings
|
||||
|
||||
MD_TokenKind_MAX,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user