kellyethridge / VBCorLib

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

Explore implementing Encoding.RegisterProvider #73

Open kellyethridge opened 4 years ago

kellyethridge commented 4 years ago

Starting in .NET 4.6 the Encoding class supported the ability to register encoding providers as a way to expand encodings without having update the framework. This should be explored to see if there is a practical reason for VBCorLib to support the same mechanism.