Usermode/libunicode - Hack, see diff :)
authorJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 09:22:20 +0000 (17:22 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 09:22:20 +0000 (17:22 +0800)
Usermode/Libraries/libunicode.so_src/include_exp/unicode.h

index 495c8cf..ef0eb56 100644 (file)
@@ -24,5 +24,8 @@ extern int    ReadUTF8Rev(const char *Base, int Offset, uint32_t *Val);
  */
 extern int     WriteUTF8(char *buf, uint32_t Val);
 
+
+static inline int      Unicode_IsPrinting(uint32_t Codepoint) { return 1; }
+
 #endif
 

UCC git Repository :: git.ucc.asn.au