korlibs
korlibs copied to clipboard
feat: add additional charset support for Apple platforms
Add additional charset support for Apple platforms using CharsetProvider.
- Added support for UTF-32, UTF-32BE, and UTF-32LE charsets for apple.
- Added support for NEXTSTEP and EUC-JP for apple
- Included test to verify the correct encoding and decoding of strings for the new charsets.