CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2008
    Posts
    13

    Charset and unicode codes

    hi,

    i am using a textbox to receive input from user

    i gotta inspect every char and decide which charset it belongs

    m - english
    ة - arabic (m key in english keyboard)
    μ - greek (m key again) (windows - 1254 = EC) (Unicode = 3BC)
    i gotta understand charset from their unicode values
    and convert them to their own charset hex values
    like example below
    i ll receive 3bc as unicode and i ll decide this is greek input
    and convert it to EC
    i will really appreciate helps
    Last edited by phenixa; November 24th, 2008 at 09:24 AM.

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured