summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/rbunicode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h
index 1d4bc43096..0e12890736 100644
--- a/firmware/include/rbunicode.h
+++ b/firmware/include/rbunicode.h
@@ -15,7 +15,6 @@
15#define MASK 0xC0 /* 11000000 */ 15#define MASK 0xC0 /* 11000000 */
16#define COMP 0x80 /* 10x */ 16#define COMP 0x80 /* 10x */
17 17
18extern int codepage;
19 18
20/* Encode a UCS value as UTF-8 and return a pointer after this UTF-8 char. */ 19/* Encode a UCS value as UTF-8 and return a pointer after this UTF-8 char. */
21unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8); 20unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8);