mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Revert "internals: Support characters beyond the first unicode plane (WIP)"
This reverts commit d05c59f35b
.
This commit is contained in:
parent
d05c59f35b
commit
84504c7471
44 changed files with 335 additions and 480 deletions
|
@ -82,7 +82,7 @@ static void kdb_init(void)
|
|||
sleep(HZ/10);
|
||||
}
|
||||
|
||||
int kbd_input(char* text, int buflen, ucschar_t *kbd)
|
||||
int kbd_input(char* text, int buflen, unsigned short *kbd)
|
||||
{
|
||||
(void)kbd;
|
||||
JNIEnv e = *env_ptr;
|
||||
|
@ -107,7 +107,7 @@ int kbd_input(char* text, int buflen, ucschar_t *kbd)
|
|||
e->DeleteLocalRef(env_ptr, str);
|
||||
e->DeleteLocalRef(env_ptr, ok_text);
|
||||
e->DeleteLocalRef(env_ptr, cancel_text);
|
||||
|
||||
|
||||
return !accepted; /* return 0 on success */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue