forked from len0rd/rockbox
Player: Reduced the selectable codepages to those which can actually work, and made them work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12990 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4954bdf6d3
commit
738c37cdcf
6 changed files with 162 additions and 69 deletions
|
@ -8,10 +8,6 @@
|
|||
* http://en.wikipedia.org/wiki/Unicode
|
||||
*/
|
||||
|
||||
#define CODEPAGE_DIR "/.rockbox/codepages"
|
||||
|
||||
#define MAX_CP_TABLE_SIZE 32768
|
||||
|
||||
#define MASK 0xC0 /* 11000000 */
|
||||
#define COMP 0x80 /* 10x */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue