如何在 Visual Basic 6 中解码 UTF-8?
我遇到一个问题,无论出于何种原因,ANSI 127 及更高版本都无法正确解码。
例如,\xc3\x84被解码为\xc3\x83,我不知道为什么。
\xc3\x84
\xc3\x83
vb6 utf-8
utf-8 ×1
vb6 ×1