kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

UTF32Encoder.GetBytes does not set index in EncoderFallbackException #58

Closed kellyethridge closed 3 years ago

kellyethridge commented 4 years ago

When encoding the sequence "\u00C4 \uD802\u0033 \u00AE" the index of the high-surrogate character D802 should be set in the EncoderFallbackException. In this case it should be index 2.

kellyethridge commented 3 years ago

Closing this as it is replaced by issue #70.