summaryrefslogtreecommitdiffstats
path: root/firmware/common/unicode.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-21unicode: Fix getle16 and getbe16nialv71-2/+2
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis1-5/+23
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-138/+313
2014-02-28application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz1-16/+16
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz1-0/+29
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling1-3/+6
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-2/+2
2009-10-25Little bit of const correctnessNils Wallménius1-5/+5
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-3/+2
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg1-11/+60
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-1/+1
2007-10-02Make codepage Win-1250 actually work on charcell.Jens Arnold1-1/+1
2007-10-01FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg1-5/+6
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold1-1/+2
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold1-21/+52
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius1-1/+3
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen1-4/+4
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner1-2/+1
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg1-13/+12
2005-12-07several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg1-1/+1
2005-12-06move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg1-8/+14
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+307