diff --git a/src/NCollection/NCollection_UtfIterator.lxx b/src/NCollection/NCollection_UtfIterator.lxx index 9b0025b64a..9c66c054a1 100755 --- a/src/NCollection/NCollection_UtfIterator.lxx +++ b/src/NCollection/NCollection_UtfIterator.lxx @@ -114,7 +114,7 @@ void NCollection_UtfIterator::readUTF16() if (aChar >= UTF16_SURROGATE_HIGH_START && aChar <= UTF16_SURROGATE_HIGH_END) { - Standard_Utf32Char aChar2 = *myPosition; + const Standard_Utf32Char aChar2 = *myPosNext; // complete the surrogate pair if (aChar2 >= UTF16_SURROGATE_LOW_START && aChar2 <= UTF16_SURROGATE_LOW_END)