Fix importing SHIFT_JIS vcard with backslash byte breakage

The issue was caused because some encoded characters in SHIFT_JIS has
backslash code at the second byte.
This fixes the issue by doing decoding first and un-escaping later.
https://code.google.com/p/android/issues/detail?id=197574

Change-Id: Ibaaaeef60fa88372f5136b117141ca220b073f57
Signed-off-by: Takaki Makino <tmakino@google.com>
4 files changed
tree: 639cb05943bf8cac67055332fc3679de4ef3152d
  1. java/
  2. tests/
  3. Android.mk