Changeset be5d86c in Klonkt for src/server.js

Timestamp:
06/28/2026 02:06:48 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
a8b4f10
Parents:
73abbfd
Message:

feat(i18n): Unicode-aware hashtags + mentions (all scripts, not just ASCII)

The hashtag and @mention regexes were [A-Za-z0-9_] only, so Japanese/Cyrillic/Arabic/etc.
hashtags and handles weren't detected, linked or federated. Now \p{L}\p{M}\p{N} with the u flag
— UTF-8 content works across all languages. IDN domains left as-is (Node URL/fetch do punycode).

(No files)

Note: See TracChangeset for help on using the changeset viewer.