> When to compile runebase.c in the port of libc, I got > runebase.c: 1255 illegal rune in string, where > the line is: > 0xfa6c, 0x242ee, /* 𤋮 𤋮 */. > > Of course ther are many similar error lines, where > all the line have 5 digit value such as '0x242ee'. > Is there any limitations arm rune definition?
have you recompiled the arm libraries and compiler/linker? there can be some chicken-and-egg problems with this but they are largely mitigated by the c compiler's do-it-yourself attitude. - erik