]> git.tdb.fi Git - libs/core.git/commit - source/stringcodec/ascii.h
Allow error mode to be specified when creating the codec object
authorMikko Rasa <tdb@tdb.fi>
Tue, 7 Jun 2011 10:16:11 +0000 (13:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 7 Jun 2011 13:50:36 +0000 (16:50 +0300)
commitd3fc0bf0f20f100f2831188c1ce21461d21c2c7a
tree0648190c0730f08b4fb385e2227e6a27236ba465
parent94ee3a1040f67d9de2e92fc34049642b08d65b3e
Allow error mode to be specified when creating the codec object
12 files changed:
source/stringcodec/ascii.h
source/stringcodec/codec.cpp
source/stringcodec/codec.h
source/stringcodec/iso2022jp.h
source/stringcodec/iso646fi.h
source/stringcodec/iso88591.h
source/stringcodec/iso885915.h
source/stringcodec/jisx0201.h
source/stringcodec/jisx0208.h
source/stringcodec/utf8.h
source/stringcodec/windows1252.h
transcode.cpp