C
Calvin Lai
Does anyone know the difference and usage of them? Great thanks!
Calvin Lai said:Does anyone know the difference and usage of them? Great thanks!
Calvin Lai said:Thanks for the clarification. However one problem remaining:
If my web application now has the responseEncodig set as iso8859-1,
and the ChatSet of resposne set as "big5". The unicode data
retrieved from database has no problem displaying in the client side
browser.
How could I transform (using Text.Encoding.Convert, GetString, Get
Bytes methods) the data so that the client can still display
correctly if I change the responseEncoding to big5? Is there any
way? Thanks a lot. I have tried so many diferent combinations (which
might still be wrong tho). I really need help here.