Y
Hacker News
new
|
ask
|
show
|
jobs
by
monkeyninja
4589 days ago
"noe\u{0308}".size => 4
You code is wrong
1 comments
judofyr
4589 days ago
You forgot the "l":
"noe\u{0308}" # => "noë"
link