X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Futf8.cpp;fp=source%2Fstringcodec%2Futf8.cpp;h=19fe488282561dafbe1d4b788ec3bee0b8cb1b18;hp=b0431eb4f49e3d595ddefd44e5dfca57e421d060;hb=c5cb2162baeeb7c750595e07ba1cbfcb03702f77;hpb=3e3868860d4f4ca1bbe55fbf271c804307cea3c9 diff --git a/source/stringcodec/utf8.cpp b/source/stringcodec/utf8.cpp index b0431eb..19fe488 100644 --- a/source/stringcodec/utf8.cpp +++ b/source/stringcodec/utf8.cpp @@ -37,7 +37,7 @@ void Utf8::Encoder::encode_char(unichar ch, string &buf) void Utf8::Encoder::transliterate(unichar, string &buf) { - buf.append("\357\277\275", 3); // � U+FFFE Replacement Character + buf.append("\357\277\275", 3); // � U+FFFD Replacement Character }