X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fcodec.h;h=cb8006696e52c17042e304cc66efc1ef5d644815;hb=c5cb2162baeeb7c750595e07ba1cbfcb03702f77;hp=eec1e4bddb092a80a03574aa6207c30df53150ea;hpb=02794ef3620d0d9cc3b8f1c0d8f2995c825fdf4f;p=libs%2Fcore.git diff --git a/source/stringcodec/codec.h b/source/stringcodec/codec.h index eec1e4b..cb80066 100644 --- a/source/stringcodec/codec.h +++ b/source/stringcodec/codec.h @@ -121,7 +121,7 @@ public: THROW_ON_ERROR: throws CodecError(msg) IGNORE_ERRORS: returns -1 - TRANSLITERATE: return 0xFFFE */ + TRANSLITERATE: return 0xFFFD */ unichar error(const std::string &msg); };