Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AndroidのJavaクラスに移動する必要がある古いVB6クラスに次のものがあります。
tmp = StrConv(vValue, vbUnicode, AESLOCALE) tmp = StrConv(vData, vbFromUnicode, AESLOCALE)
ここで、AESLOCALE は 1033 です
私は狩りをしましたが、これに取り組む方法がわかりません。ありがとう