@Immutable
@ServiceImplementation(value=java.nio.charset.spi.CharsetProvider.class)
public final class Ibm437CharsetProvider
extends CharsetProvider
Provides the IBM437
alias CP437
character set.
This is the original PC character set designed for use in the USA and was
once implicitly assumed to be used for ZIP files before version 6.3.0 of the
ZIP File Format Specification officially documented it and introduced UTF-8
as a more advanced option - see Appendix D.
- Author:
- Christian Schlichtherle
- See Also:
- ZIP File Format Specification