Thread: UTF hex to CHAR

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    1

    UTF hex to CHAR

    Hello,
    I have a string of multiplies of four hexadecimal characters, like
    1EE00100
    how can I convert for example 1EE0 to its Unicode character?

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Look up the Unicode standard, or find one of the "UTF-32 to UTF-8" converters.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. seg fault at vectornew
    By tytelizgal in forum C Programming
    Replies: 2
    Last Post: 10-25-2008, 01:22 PM
  2. lvalue error trying to copy between structures
    By emanresu in forum C Programming
    Replies: 2
    Last Post: 11-16-2006, 06:53 AM
  3. Replies: 11
    Last Post: 03-24-2006, 11:26 AM
  4. Half-life SDK, where are the constants?
    By bennyandthejets in forum Game Programming
    Replies: 29
    Last Post: 08-25-2003, 11:58 AM