diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 13:27:15 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-06 13:27:15 +0000 |
| commit | b0fee17d6e1a463dcd84568e5997663b69488998 (patch) | |
| tree | fffce775c4d1636a8bbc9e97669aa99b9378fc15 /apps/plugin.c | |
| parent | 01917ec9809f1abff87cb372b700fc09476d343e (diff) | |
| download | rockbox-b0fee17d6e1a463dcd84568e5997663b69488998.zip rockbox-b0fee17d6e1a463dcd84568e5997663b69488998.tar.gz rockbox-b0fee17d6e1a463dcd84568e5997663b69488998.tar.bz2 rockbox-b0fee17d6e1a463dcd84568e5997663b69488998.tar.xz | |
waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 7d92998..e82d97a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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) |