Watching this tonight.
#fontdesign #languages #fonts #LatinScript #graphicdesign #typedesign #GoodRabbitHoles #unicode
https://www.youtube.com/watch?v=EkpXPOcL5wA

Watching this tonight.
#fontdesign #languages #fonts #LatinScript #graphicdesign #typedesign #GoodRabbitHoles #unicode
https://www.youtube.com/watch?v=EkpXPOcL5wA

Petite news pour Lyon !
Retrouvez-moi ce vendredi à la conférence Mixit pour vous parler d'#Unicode !
N'hésitez pas à venir me voir et papoter, je ne peux malheureusement être là que le vendredi.
Toutes les infos dans le lien :
https://mixitconf.org/2026/a-la-decouverte-du-monde-au-travers-de-l-unicode
Yearning for simpler days? Annoyed by Liquid Glass? Type like it's 2001 with Lunicodes Mac OS X Aqua iOS keyboard theme.
With sort-of pixel-perfect recreations of MacOS Platinum, Windows 95, 2000 or the beautiful QNX Photon.
I'm still surprised the Aqua theme got through App Store Review 😗
→ https://lunicode.app?lang=en
#apple #swiftui #ios #liquidglass #app #unicode #retrocomputing #marketing

The next beta review period of Unicode, Unicode 18, is expected to last from May to July 2026. Beta Review Status. Given that according to PEP 790 – Python 3.15 Release Schedule | peps.python.org, no new features will be allowed starting in 3.15beta1, such feature would be added in the upcoming 3.16: PEP 826 – Python 3.16 Release Schedule | peps.python.org This may seem contrived now, but suppose that a future Unicode’s beta review period overlaps with a future Python version’s alpha releases. ...
more specifically, this PR exposes a curious side effect of the Unicode 15.0 → Unicode 15.1 upgrade when it comes to #Python identifiers: ZWJ is now allowed as a 'continue' character (i.e. you can use it in an identifier as long as it's not the first codepoint)
```
$ python3.12 -c 'print(str.isidentifier("A_\u200d_B"))'
False
$ python3.13 -c 'print(str.isidentifier("A_\u200d_B"))'
True
$ python3.13 -c 'print(str.isidentifier("A_\u200d"))' # unfortunately, a trailing ZWJ is legal too
```

This changeset implements #109559, adding Unicode 15.1 support to the internal databases that support the unicodedata module. The bulk of this Unicode update is the addition of a new CJK Ideograph ...
✍️ In case you haven’t heard of `font-variant-emoji`, neither have I.
One neat thing you can do with #Emacs is using it as a text-based #unicode input method. Just do C-x 8 <return> and type a description, such as “heavy double turned comma quotation mark ornament” for the highly extra ❝ symbol. (Never mind that it sounds like a martial arts combo...) Suggestions will pop up and you can choose from the list. Copy and paste into any desired app. Decently fast if you have quick access to Emacs, like in an #i3wm scratchpad in my case.