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

UnicodeEncoding.HeaderName raises 13-Type Mismatch error #54

Closed kellyethridge closed 3 years ago

kellyethridge commented 4 years ago

When accessing the UnicodeEncoding.HeaderName property, a 13-Type Mismatch error is raised. Looking at the source code, the property incorrectly attempts to retrieve the encoding name by HeaderName instead of the header name by code page.