Class UTF7OptionalCharset

All Implemented Interfaces:
Comparable<Charset>

public class UTF7OptionalCharset extends UTF7Charset
The UTF7OptionalCharset class handles the encoding and decoding of the UTF-7 charset. The O-Set characters are encoded directly (this is optional according to the RFC). The encoding and decoding are based on RFC 2152 (http://www.ietf.org/rfc/rfc2152.txt)
Since:
2005-06-10
  • Constructor Details

    • UTF7OptionalCharset

      public UTF7OptionalCharset()
      Constructs an instance of the UTF7OptionalCharset. O-set characters are directly encoded.