Remove translations from transpositions
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
#pragma warning(disable: 4251)
|
||||
#pragma warning(disable: 4512)
|
||||
|
||||
///
|
||||
/// ZRCola (De)Composition
|
||||
///
|
||||
#define ZRCOLA_TRANSETID_DEFAULT ((ZRCola::transetid_t)0x0000)
|
||||
|
||||
///
|
||||
/// Translation disabled/ZRCola (De)Composition
|
||||
///
|
||||
@@ -30,11 +35,6 @@
|
||||
///
|
||||
#define ZRCOLA_TRANSEQID_CUSTOM ((ZRCola::transeqid_t)0xffff)
|
||||
|
||||
///
|
||||
/// ZRCola to Unicode translation sequence ID
|
||||
///
|
||||
#define ZRCOLA_TRANSEQID_UNICODE ((ZRCola::transeqid_t)32)
|
||||
|
||||
|
||||
namespace ZRCola {
|
||||
///
|
||||
|
Reference in New Issue
Block a user