Thread: Unicode

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    29

    Angry Unicode

    Dear all,

    Can anyone point me in direction of libraries that handle unicode strings ?

    Basically I need to convert a unicode string like for example <FEFF004100420043> into a human readable sequence of chars. This string will translate to <ABC>.

    The particular problem I have is to convert japanese unicode strings into japanese chars that can then be written to a file.

    Thanks,

    Steve Matthews

  2. #2
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    Ehhh, what about the standard C library?
    I think the function wcstombs is what you're looking for.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. <string> to LPCSTR? Also, character encoding: UNICODE vs ?
    By Kurisu33 in forum C++ Programming
    Replies: 7
    Last Post: 10-09-2006, 12:48 AM
  2. Unicode - a lot of confusion...
    By Jumper in forum Windows Programming
    Replies: 11
    Last Post: 07-05-2004, 07:59 AM
  3. Should I go to unicode?
    By nickname_changed in forum C++ Programming
    Replies: 10
    Last Post: 10-13-2003, 11:37 AM
  4. printing non-ASCII characters (in unicode)
    By dbaryl in forum C Programming
    Replies: 1
    Last Post: 10-25-2002, 01:00 PM
  5. UNICODE and GET_STATE
    By Registered in forum C++ Programming
    Replies: 1
    Last Post: 07-15-2002, 03:23 PM