阿拉伯语(维语)转中文

String XM = "è?¨???éo|????·éo|éo|?"; //乱码转中文
XM=XM.matches("^[a-zA-Z0-9_.@\u4e00-\u9fa5]+$")?XM:new String(XM.getBytes("iso8859-1"),"utf-8").replaceAll("[^a-zA-Z0-9_.·\\s@\u4e00-\u9fa5]", "");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-12-27
  • 2021-07-27
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-11
  • 2021-12-27
  • 2021-08-22
相关资源
相似解决方案