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
Re: Representing UNICode equavalant ofa Chatracter
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
Re: Representing UNICode equavalant ofa Chatracter
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
Re: Representing UNICode equavalant ofa Chatracter