Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. UNICODE

UNICODE

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    The_Server
    wrote on last edited by
    #1

    Hi, all. ======== I want my app to support unicode. There for I want to know the unicode structure. Unicode characters are typed as short (2 * char). My guess is... that the short is the character number in the ascii table. My friend's guess is... that the 1st char is the table type, and the 2nd char is the character number in the ascii table. Can some please enlighten me ? thanks. BTW: come to #CodeProject on DalNet (mIRC)

    P 1 Reply Last reply
    0
    • T The_Server

      Hi, all. ======== I want my app to support unicode. There for I want to know the unicode structure. Unicode characters are typed as short (2 * char). My guess is... that the short is the character number in the ascii table. My friend's guess is... that the 1st char is the table type, and the 2nd char is the character number in the ascii table. Can some please enlighten me ? thanks. BTW: come to #CodeProject on DalNet (mIRC)

      P Offline
      P Offline
      Per
      wrote on last edited by
      #2

      Hi For the first 255 charachters the unicode codes matches the ansi table. Instead of having different tables with 255 charachters each unicode is one big table with roughly 65000 charachters covering the worlds all different languages and some special symbols aswell. /Per

      T 1 Reply Last reply
      0
      • P Per

        Hi For the first 255 charachters the unicode codes matches the ansi table. Instead of having different tables with 255 charachters each unicode is one big table with roughly 65000 charachters covering the worlds all different languages and some special symbols aswell. /Per

        T Offline
        T Offline
        The_Server
        wrote on last edited by
        #3

        So how do I know the structure of this one big table with more then charachters? How can I know where one language ends and the other begins ? BTW: come to #CodeProject on DalNet (mIRC)

        M P 2 Replies Last reply
        0
        • T The_Server

          So how do I know the structure of this one big table with more then charachters? How can I know where one language ends and the other begins ? BTW: come to #CodeProject on DalNet (mIRC)

          M Offline
          M Offline
          markkuk
          wrote on last edited by
          #4

          See the Unicode Charts page at http://www.unicode.org/

          1 Reply Last reply
          0
          • T The_Server

            So how do I know the structure of this one big table with more then charachters? How can I know where one language ends and the other begins ? BTW: come to #CodeProject on DalNet (mIRC)

            P Offline
            P Offline
            Per
            wrote on last edited by
            #5

            You could look in the Charachter Map in your accessories. Some fonts supports Unicode. I'm not sure but I think you have to have w2k to be able to see the Unicode charchters. /Per

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups