Why Nostr? What is Njump?
2023-10-16 09:04:09

mroach on Nostr: TIL that since 2008, there has been a capital letter form of ß in German and that ...

TIL that since 2008, there has been a capital letter form of ß in German and that letter ẞ has been a part of Unicode since 5.1.0 (2008).

Now I'm wondering when/how/if i18n libs will start using this.
Currently Elixir, Ruby, and Python convert ß to SS when capitalising text and Perl uses the wrong (lowercase) letter.

elixir --eval '"heiß" |> Sting.upcase() |> IO.puts()'
HEISS

ruby -e 'puts "heiß".upcase'
HEISS

python -c 'print("heiß".upper())'
HEISS

perl -e 'print uc("heiß")'
HEIß
Author Public Key
npub1jm640dm2se8v7rp9d4d9tuuwr7le59d37lgucxfvpurct84yaxgqr5vwex