Windows Invariant Culture Puzzle

后端 未结 4 1735
暖寄归人
暖寄归人 2021-01-15 02:08

I have a question about the windows invariant culture.

Succinctly, my question is:

does there exist any pair of characters c1, and c2 such

4条回答
  •  甜味超标
    2021-01-15 03:00

    Why not URL-encode the utf8 byte representation of the filename to get an ascii version which can be converted back to unicode easily without any possible loss?

提交回复
热议问题