Ticket #99 (closed Bugs: fixed)
Some character encodings don't display properly
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.x |
| Component: | LogicMail | Version: | 1.0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
LogicMail currently only displays message body text encoded with the following charsets mentioned in the BlackBerry API v4.1 documentation:
- "ISO-8859-1"
- "UTF-8"
- "UTF-16BE"
- "US-ASCII"
The actual list of supported encodings may be larger, as has been seen on Chinese-supporting devices. As such, the decoding logic should work with any type the BlackBerry's String class can handle without throwing an UnsupportedEncodingException.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 1.0.2