D
Don Chen
Hello,
I have vb.net code behind returns utf8encode string to a web form hidden
field. The returned string contains bunch of ? marks. It doesn't do that
with IE and Safari. Only with FireFox. I can't understand why. Can anybody
help me?
Code snippet:
Dim utf8Converter As New UTF8Encoding
Dim decryptedString As String
decryptedString = utf8Converter.GetString(fromEncrypted)
Return decryptedString
Thanks!
I have vb.net code behind returns utf8encode string to a web form hidden
field. The returned string contains bunch of ? marks. It doesn't do that
with IE and Safari. Only with FireFox. I can't understand why. Can anybody
help me?
Code snippet:
Dim utf8Converter As New UTF8Encoding
Dim decryptedString As String
decryptedString = utf8Converter.GetString(fromEncrypted)
Return decryptedString
Thanks!