Separating Unicode ligature characters

后端 未结 3 1144
忘了有多久
忘了有多久 2020-12-18 18:45

Throughout the vast number of unicode characters, there are some that actually represent more than one character, like the U+FB00 ligature ff for two \'f\' characters. Is the

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-18 19:27

    You could try the java.text.Normalizer, but I am not really sure if that works for ligatures.

提交回复
热议问题