diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2009-12-20 12:59:25 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2009-12-20 12:59:25 +0000 |
| commit | 0cbf210d76dbc8f01a2da944e76f05fdb050003b (patch) | |
| tree | 217bde3bcd1fe6538c80c24e7e7927e753881b9c /apps/plugin.c | |
| parent | 275d960b04ea74f45e97331408644c4ec4be6d8f (diff) | |
| download | rockbox-0cbf210d76dbc8f01a2da944e76f05fdb050003b.zip rockbox-0cbf210d76dbc8f01a2da944e76f05fdb050003b.tar.gz rockbox-0cbf210d76dbc8f01a2da944e76f05fdb050003b.tar.bz2 rockbox-0cbf210d76dbc8f01a2da944e76f05fdb050003b.tar.xz | |
plugin: search,sort: Handle UTF-8 BOM at the start of file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24081 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index d2d6bc3..7c7c7ad 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -675,6 +675,7 @@ static const struct plugin_api rockbox_api = { pcmbuf_beep, #endif crc_32, + open_utf8, }; int plugin_load(const char* plugin, const void* parameter) |