Reader UTF decoding is now private.

This commit is contained in:
Ferdinand Majerech 2014-07-26 23:37:56 +02:00
parent a8c32430ed
commit f07aaeef87

View file

@ -484,6 +484,9 @@ private:
--endStackUsed_; --endStackUsed_;
} }
} }
private:
// Decode an UTF-8/16/32 buffer to UTF-32 (for UTF-32 this does nothing). // Decode an UTF-8/16/32 buffer to UTF-32 (for UTF-32 this does nothing).
// //
// Params: // Params: