1 2 3 4 5 6 7
#pragma once #include <stdbool.h> #define ARABIC_CHAR(ch) (((ch) & 0xFF00) == 0x0600) #include "arabic.h.generated.h"