Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9349 - Codepages define patch

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Monday, 01 September 2008, 20:00 GMT+2
Last edited by Björn Stenberg (zagor) - Thursday, 04 December 2008, 23:01 GMT+2
Task Type Patches
Category Applications
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Codepages are defined by both firmware/common/unicode.c and apps/plugins/viewer.c.

It was corrected that the definition of codepages was described in firmware/include/rbunicode.h, and it referred there.

The function to obtain the name of the codepage was added.

   codepage.patch (8.6 KiB)
 apps/plugins/viewer.c        |   44 ++++++--------------------
 apps/plugin.c                |    1 
 apps/plugin.h                |    5 +--
 firmware/include/rbunicode.h |   46 ++++++++++++++++++++++++++-
 firmware/common/unicode.c    |   71 ++++++++++++++++++++++++++++++++++++-------
 5 files changed, 118 insertions(+), 49 deletions(-)

This task depends upon

Closed by  Björn Stenberg (zagor)
Thursday, 04 December 2008, 23:01 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Thank you.
Comment by Yoshihisa Uchida (Uchida) - Tuesday, 02 September 2008, 15:58 GMT+2
The patch file was changed a little.
   codepage_2.patch (8.6 KiB)
 apps/plugins/viewer.c        |   44 ++++++--------------------
 apps/plugin.c                |    1 
 apps/plugin.h                |    5 +--
 firmware/include/rbunicode.h |   46 ++++++++++++++++++++++++++-
 firmware/common/unicode.c    |   71 ++++++++++++++++++++++++++++++++++++-------
 5 files changed, 118 insertions(+), 49 deletions(-)

Comment by Yoshihisa Uchida (Uchida) - Tuesday, 14 October 2008, 08:59 GMT+2
Because appropriating the patch to the source file of the latest version (svn. 18806) failed,
the patch file updates.
   codepage_3.patch (8.4 KiB)
 apps/plugins/viewer.c        |   44 ++++++--------------------
 apps/plugin.c                |    1 
 apps/plugin.h                |    3 +
 firmware/include/rbunicode.h |   46 ++++++++++++++++++++++++++-
 firmware/common/unicode.c    |   71 ++++++++++++++++++++++++++++++++++++-------
 5 files changed, 117 insertions(+), 48 deletions(-)

Comment by Yoshihisa Uchida (Uchida) - Thursday, 06 November 2008, 14:17 GMT+2
sync for svn. 19026
   codepage_4.patch (8.4 KiB)
 apps/plugins/viewer.c        |   44 ++++++--------------------
 apps/plugin.c                |    1 
 apps/plugin.h                |    3 +
 firmware/include/rbunicode.h |   46 ++++++++++++++++++++++++++-
 firmware/common/unicode.c    |   71 ++++++++++++++++++++++++++++++++++++-------
 5 files changed, 117 insertions(+), 48 deletions(-)

Loading...