OILS
/
spec
/
testdata
/ unicode.sh
View on Github
|
oilshell.org
13 lines, 2 significant
1
# This file is encoded in utf-8
2
3
4
# https://evanhahn.com/javascript-string-lengths/
5
6
farmer=
'
👩🏾🌾
'
7
8
9
# https://hsivonen.fi/string-length/
10
11
facepalm=
'
🤦🏼♂️
'
12
13