Unicode Client Communications

Client/server data flow has be reworked to support unicode data.

Overview

Initially, Only the Java Client will communicate using unicode data. The Win32 and Character clients will not support unicode data at this time.

  • Client and Server exchange all alpha data as UTF-8
  • Client transcodes received data from UTF-8 to UTF-32
  • Client transcodes sent data from UTF-32 to UTF-8
  • Server transcodes received data from UTF-8 to the single-byte encoding (8859-15) for RAW fields or UTF-32 as appropriate
  • Server transcodes sent data from the internal single-byte encoding (8859-15) for RAW fields or UTF-32 to UTF-8.

Test Plan:

Bugs:

  1. Some characters do not display properly. In the range U+0400 to U+0402, the top part of the character is missing, which makes the first two characters look the same (Mac client) or the U+0400 character does not display at all (Windows client).

-- PeteBrower - 2011-03-04

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r3 - 2011-04-01 - JeanNeron
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback