X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodec.h;h=cb8006696e52c17042e304cc66efc1ef5d644815;hp=eec1e4bddb092a80a03574aa6207c30df53150ea;hb=c5cb2162baeeb7c750595e07ba1cbfcb03702f77;hpb=3e3868860d4f4ca1bbe55fbf271c804307cea3c9 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); };