How to replace � in a string

前端 未结 10 565
挽巷
挽巷 2020-11-28 07:50

I have a string that contains a character � I haven\'t been able to replace it correctly.

String.replace(\"�\", \"\");

doesn\'t work, d

10条回答
  •  北海茫月
    2020-11-28 08:52

    profilage bas� sur l'analyse de l'esprit (french)

    should be translated as:

    profilage basé sur l'analyse de l'esprit

    so, in this case � = é

提交回复
热议问题