CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2005
    Posts
    64

    Representing UNICode equavalant ofa Chatracter

    Hi,
    I am convert an application in to UNicode.
    Hhow to get the unicode equavalant of a character.
    say I typed a message in some language say chineese.. and I want its equavalant message in unicode.. so where I can get the equavalant representation of this...



    typed character above is "te" in chinese.
    how I can get its Unicode equavalant.
    Pl. suggest some links..

    Regards

  2. #2
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Representing UNICode equavalant ofa Chatracter

    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

  3. #3
    Join Date
    Feb 2005
    Posts
    64

    Re: Representing UNICode equavalant ofa Chatracter

    Hi,
    I checked the links...
    Conversion related with the strings, I have atready performed, so that it is compiling properly..
    now the problem is that,the characters of a language , needs to be converted , in to unicode, so that they display properly.
    But I am not getting the way how to do that.
    The links which u provided have good stuff, but for my case, they won'thelp me.

    Regs 

  4. #4
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Representing UNICode equavalant ofa Chatracter

    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

  5. #5
    Join Date
    Feb 2005
    Posts
    64

    Re: Representing UNICode equavalant ofa Chatracter

    Hi,
    I made all the changes, which are specified in that link and for my problem I got a solution, in which message will be follwed by &#x and the browser will show correct display.

    Is there any STANDARD way, which will identify the from which character set the message is coming.

    although rtf string contains fcharset, but I am looking for a statndard way,which will help to implement the conversion.. as charset other than ANSI, needs to be combined.

    Regs

  6. #6
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Representing UNICode equavalant ofa Chatracter

    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

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