the key point is "Modified UTF-8" is not like "Regular UTF-8", a legal Rgular UTF8 code sequence may be considered illegal against Modified UTF8.

One work around in NDK level is : converting utf8 to native utf16, then use NewString() instead of NewStringUTF().

相关文章:

  • 2021-03-31
  • 2021-11-30
  • 2021-08-29
  • 2021-10-28
  • 2021-07-03
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-12-09
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案