Testing unicode grapheme cluster equality in Dart?

后端 未结 0 759
孤街浪徒
孤街浪徒 2021-01-28 16:29

A unicode character like \'é\' can be represented as a UTF16 string (Dart\'s native implementation) in two ways:

  1. \'\\u00e9\'
  2. \'\\u0065\\u0301\' (e + combi
相关标签:
回答
  • 消灭零回复
提交回复
热议问题