]> git.tdb.fi Git - libs/core.git/commit
Rework the codec API completely to remove the internal buffering
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 Aug 2007 15:18:11 +0000 (15:18 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 9 Aug 2007 15:18:11 +0000 (15:18 +0000)
commitf47bc86e6ce900c5323e593db003c93110538268
treece1fbcf3b2b91b67a05b839f5a1976285c3e8710
parent79d472ad3fde75de2eba2487579b047d35e56978
Rework the codec API completely to remove the internal buffering
Add transcode program to test the codecs
23 files changed:
Build
jis.py
jisx0208.table [deleted file]
source/ascii.cpp
source/ascii.h
source/codec.cpp
source/codec.h
source/iso2022jp.cpp
source/iso2022jp.h
source/iso646fi.cpp
source/iso646fi.h
source/iso88591.cpp
source/iso88591.h
source/jisx0201.cpp
source/jisx0201.h
source/jisx0208.cpp
source/jisx0208.h
source/jisx0208.table
source/utf8.cpp
source/utf8.h
source/windows1252.cpp
source/windows1252.h
transcode.cpp [new file with mode: 0644]