This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] new gconv modules for digital TV encodings


From: Akihiro Tsukada <tskd08@gmail.com>

Hi,
thanks for the comment,
and here are the patches.
--
akihiro


Akihiro Tsukada (2):
  gconv: add new module for ARIB-STD-B24
  gconv: add a new character encoding, EN300-468-TAB00

 ChangeLog                             |   13 +
 iconvdata/Makefile                    |    5 +-
 iconvdata/TESTS                       |    1 +
 iconvdata/arib-std-b24.c              | 1592 +++++++++++++++++++++++++++++++++
 iconvdata/en300-468-tab00.c           |  564 ++++++++++++
 iconvdata/gconv-modules               |   10 +
 iconvdata/testdata/ARIB-STD-B24       |  766 ++++++++++++++++
 iconvdata/testdata/ARIB-STD-B24..UTF8 |  766 ++++++++++++++++
 8 files changed, 3716 insertions(+), 1 deletion(-)
 create mode 100644 iconvdata/arib-std-b24.c
 create mode 100644 iconvdata/en300-468-tab00.c
 create mode 100644 iconvdata/testdata/ARIB-STD-B24
 create mode 100644 iconvdata/testdata/ARIB-STD-B24..UTF8

-- 
2.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]