Results 1 to 2 of 2

Thread: UNICODE not required in 1.3

  1. #1
    amrufon's Avatar
    amrufon is offline Registered User
    Name: Alex
    Organization: IST
    Project: jDatabase
    Join Date
    May 2003
    Location
    Manila, Philippines
    Posts
    96

    Wink UNICODE not required in 1.3

    I just built a new server using Ice 1.3 and I'm happy to find out that I doesn't require unicode anymore.

    Thanks for allowing this.

    Alex

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    The use of Microsoft's Unicode libraries is now optional. However, you should convert each string to UTF-8 before sending such string, otherwise an Ice for C++ application cannot talk to Ice for Java, because Java is all Unicode.

    Ice for C++ includes utility functions to convert Unicode in UTF-16 from and to UTF-8. If you use any other encoding, you should write a converter for such encoding.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help required with Slice design
    By Gordon in forum Help Center
    Replies: 2
    Last Post: 10-11-2010, 05:25 AM
  2. Help required with Python as client and server
    By bobc in forum Help Center
    Replies: 15
    Last Post: 01-13-2009, 03:38 PM
  3. Python and Unicode
    By cebix in forum Comments
    Replies: 3
    Last Post: 04-25-2008, 04:59 AM
  4. icepatch2 unicode error
    By incubator in forum Help Center
    Replies: 5
    Last Post: 11-22-2006, 04:04 AM
  5. Unicode question
    By Mr.Freeze in forum Help Center
    Replies: 1
    Last Post: 08-14-2003, 07:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •