decompile string_util
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef GUARD_TEXT_H
|
||||
#define GUARD_TEXT_H
|
||||
|
||||
#define CHAR_SPACE 0x00
|
||||
#define CHAR_QUESTION_MARK 0xAC
|
||||
#define CHAR_HYPHEN 0xAE
|
||||
#define CHAR_CURRENCY 0xB7
|
||||
#define CHAR_COLON 0xF0
|
||||
#define EXT_CTRL_CODE_BEGIN 0xFC // extended control code
|
||||
#define PLACEHOLDER_BEGIN 0xFD // string placeholder
|
||||
#define CHAR_NEWLINE 0xFE
|
||||
#define EOS 0xFF // end of string
|
||||
|
||||
#endif // GUARD_TEXT_H
|
||||
Reference in New Issue
Block a user