Strange UTF8 string comparison

前端 未结 3 411
难免孤独
难免孤独 2021-01-14 00:43

I\'m having this problem with UTF8 string comparison which I really have no idea about and it starts to give me headache. Please help me out.
Basically I have this strin

3条回答
  •  一向
    一向 (楼主)
    2021-01-14 01:20

    Let's try blindly: maybe both UTF-8 strings have not the same underlying representation (you can get characters with accents as a sequence or as a unique character). You should give use some hex dump of both UTF8 strings and someone may be able to help.

提交回复
热议问题