2023-07-01 11:58:00 -04:00
|
|
|
|
import "./upc" for Graphemes
|
|
|
|
|
|
|
|
|
|
|
|
System.print(Graphemes.clusterCount("møøse"))
|
|
|
|
|
|
System.print(Graphemes.clusterCount("𝔘𝔫𝔦𝔠𝔬𝔡𝔢"))
|
2025-08-11 18:05:26 -07:00
|
|
|
|
var jose = "J\u0332o\u0332s\u0332e\u0301\u0332"
|
|
|
|
|
|
System.print(Graphemes.clusterCount(jose))
|