Class MS1252Encoder


public final class MS1252Encoder extends SingleByteEncoder
MS1252 encoder that corrects a bug in JDK1.4.2_01.

See http://www.microsoft.com/globaldev/reference/sbcs/1252.htm for the normative definition. This code depends on Sun internal package, so we have to make sure it won't be executed on other JDKs.

  • Field Details

  • Constructor Details

    • MS1252Encoder

      public MS1252Encoder(Charset cs)
  • Method Details