forked from len0rd/rockbox
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
This commit is contained in:
parent
275d960b04
commit
0cbf210d76
4 changed files with 46 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue