Thanks for your valuable suggestion,here the scenario is that i have korean data in the database and i have to retrive and show it after encoding the data into korean lang.i am using
Dim target() As Byte = System.Text.Encoding.GetEncoding(1361).GetBytes(Tr im(string))
System.Text.Encoding.GetEncoding(50225).GetString( target)
i am partly succesfull but data is having ??? marks after each charecter.
how am i to eleminate this.
thanks
hemant
|