Mario Lang, le Fri 19 Dec 2008 00:16:47 +0100, a écrit :
> Just a quick question about of uninformedness, but does the current
> screen patch/driver support unicode?
Doesn't seem so:
unsigned char *text = shmAddress + 4 + (box->top * description.cols) + box->left;
...
wint_t wc = convertCharToWchar(*text++);
Samuel