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
|
@ -225,7 +225,7 @@ void beep_play(unsigned int frequency, unsigned int duration, unsigned int ampli
|
|||
\param amplitude
|
||||
\description
|
||||
|
||||
ucschar_t *bidi_l2v( const unsigned char *str, int orientation )
|
||||
unsigned short *bidi_l2v( const unsigned char *str, int orientation )
|
||||
\param str
|
||||
\param orientation
|
||||
\return
|
||||
|
@ -407,13 +407,13 @@ const struct cbmp_bitmap_info_entry *core_bitmaps
|
|||
\return
|
||||
\description
|
||||
|
||||
const unsigned char *font_get_bits( struct font *pf, ucschar_t char_code )
|
||||
const unsigned char *font_get_bits( struct font *pf, unsigned short char_code )
|
||||
\param pf
|
||||
\param char_code
|
||||
\return
|
||||
\description
|
||||
|
||||
const unsigned char* utf8decode(const unsigned char *utf8, ucschar_t *ucs)
|
||||
const unsigned char* utf8decode(const unsigned char *utf8, unsigned short *ucs)
|
||||
\group unicode stuff
|
||||
\param utf8
|
||||
\param ucs
|
||||
|
@ -747,7 +747,7 @@ int font_getstringsize(const unsigned char *str, int *w, int *h, int fontnumber)
|
|||
\return
|
||||
\description
|
||||
|
||||
int font_get_width(struct font* pf, ucschar_t char_code)
|
||||
int font_get_width(struct font* pf, unsigned short char_code)
|
||||
\param pf
|
||||
\param char_code
|
||||
\return
|
||||
|
@ -972,7 +972,7 @@ bool is_diacritic(const unsigned short char_code, bool *is_rtl)
|
|||
\return
|
||||
\description
|
||||
|
||||
int kbd_input(char* buffer, int buflen, ucschar_t *kbd)
|
||||
int kbd_input(char* buffer, int buflen, unsigned short *kbd)
|
||||
\group misc
|
||||
\param buffer
|
||||
\param buflen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue