1. fixes a reference error in the containsAllXXXParameterTypes() method where it should have been referencing "this" instead of a local parameter. 2. It fixes CardMe behavior for encoding and decoding Quoted-Printable strings to use the declared charset if present. 3. If not, then it will use the default system charset unless a user specified charset is forced. 4. It allows users to force a charset for use with Quoted-Printable strings in the VCardEngine and VCardWriter
cardme 0.3.2 发布,VCard 的 Java 读写库
cardme 是 RFC 2426 的 Java 实现,可方便读写 VCard 文件格式。
该版本修复了一些 bug :
1. fixes a reference error in the containsAllXXXParameterTypes() method where it should have been referencing "this" instead of a local parameter.
2. It fixes CardMe behavior for encoding and decoding Quoted-Printable strings to use the declared charset if present.
3. If not, then it will use the default system charset unless a user specified charset is forced.
4. It allows users to force a charset for use with Quoted-Printable strings in the VCardEngine and VCardWriter