Ticket #99 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by octo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in 1.0.2

Note: See TracTickets for help on using tickets.