forked from len0rd/rockbox
waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
01917ec980
commit
b0fee17d6e
70 changed files with 253032 additions and 14343 deletions
|
|
@ -361,7 +361,14 @@ static const struct plugin_api rockbox_api = {
|
|||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
screen_dump_set_hook,
|
||||
font_get_width,
|
||||
#endif
|
||||
utf8decode,
|
||||
iso_decode,
|
||||
utf16LEdecode,
|
||||
utf16BEdecode,
|
||||
utf8encode,
|
||||
utf8length,
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue