X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fjisx0208.cpp;h=4d46f709f89df5f739aa7c11a6a298505f41ed45;hp=477ccd082c4d1516fa45dde8ccdbac6d474ab85e;hb=51b84c0c2c3abb0cf7e815c5ae259face40ac977;hpb=ebd23ef7dde39a35e9ffdfb5be31934507cefaad diff --git a/source/jisx0208.cpp b/source/jisx0208.cpp index 477ccd0..4d46f70 100644 --- a/source/jisx0208.cpp +++ b/source/jisx0208.cpp @@ -42,6 +42,10 @@ void JisX0208::Decoder::sync() throw CodecError("Sync in middle of JIS X 0208 character"); } +void JisX0208::Decoder::reset() +{ + high=0; +} wchar_t jisx0208_to_ucs(unsigned short jis) {