c# - UnicodeEncoding.GetBytes sometime doesn't get the right Bytes -


i want encode utf-8 text german latin encoding.

unicodeencoding unicodeencoding = new unicodeencoding(); byte[] bytes = unicodeencoding.getbytes(text); 

the problem method encodes ä ä(0x00e4) or a(0x0061) , "(0x0308).


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -