index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
unicode.c
Age
Commit message (
Expand
)
Author
2014-09-21
unicode: Fix getle16 and getbe16
nialv7
2014-08-29
Hopefully fix most of the errors and warnings from the last push
Michael Sevakis
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-02-28
application(ypr0): Fix mount option selected by the current codepage.
Thomas Martitz
2014-02-23
codepages: Translate to linux codepage names for use on APPLICATION.
Thomas Martitz
2012-05-19
Add support for cp1252 (Western European) codepage.
Dominik Riebeling
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2009-10-25
Little bit of const correctness
Nils Wallménius
2008-12-15
Moved database builder into a separate directory, and gave it its' own Makefi...
Björn Stenberg
2008-12-04
Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)
Björn Stenberg
2008-11-24
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
Björn Stenberg
2007-10-02
Make codepage Win-1250 actually work on charcell.
Jens Arnold
2007-10-01
FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added
Marcoen Hirschberg
2007-04-01
Ooops. Bring back the full set of codepages for bitmap targets.
Jens Arnold
2007-04-01
Player: Reduced the selectable codepages to those which can actually work, an...
Jens Arnold
2007-01-19
Comment out an unused function and make another one static to save a few bytes
Nils Wallménius
2006-07-25
Fixed unicode buffer overflow issue (metadata parser crashed with some
Miika Pekkarinen
2006-04-24
Use filesize instead of lseek to find the size of a file. Reduces disk access...
Frank Dischner
2006-04-05
CP1251 is cyrillic, and not only russian codepage
Hristo Kovachev
2006-03-10
some unicode fixes by Frank Dischner
Marcoen Hirschberg
2005-12-07
several small fixes sugested by different people (FireFly, Lear, Takka)
Marcoen Hirschberg
2005-12-06
move some code from .h files to .c files and polish unicode.c a bit
Marcoen Hirschberg
2005-12-06
waiting is over: initial unicode commit
Marcoen Hirschberg