4 lines
119 B
Text
4 lines
119 B
Text
|
|
'Hello, world!'->asBytes->size // 13
|
|||
|
|
'møøse'->asBytes->size // 7
|
|||
|
|
'𝔘𝔫𝔦𝔠𝔬𝔡𝔢'->asBytes->size // 28
|