Previously @CodepointsNet on Twitter.
[bridged from https://typo.social/@codepoints on the fediverse by https://fed.brid.gy/ ]
"AFAIK, Mastodon is the first global social networking service that displays Mongolian script posts vertically" https://github.com/mastodon/mastodon/issues/36405#issuecomment-3871161138
Quoting this […]
[Original post on mastodon.social]
"AFAIK, Mastodon is the first global social networking service that displays Mongolian script posts vertically" https://github.com/mastodon/mastodon/issues/36405#issuecomment-3871161138
Quoting this […]
[Original post on mastodon.social]
Now the program can compare its […]
Now the program can compare its […]
SET NAMES utf8mb4;
-- helper: safe code point to utf8mb4 string using JSON unescape
DELIMITER //
DROP FUNCTION IF EXISTS unichar//
CREATE FUNCTION unichar(cp INT)
RETURNS VARCHAR(4) CHARSET utf8mb4
DETERMINISTIC
BEGIN
DECLARE v INT;
DECLARE […]
SET NAMES utf8mb4;
-- helper: safe code point to utf8mb4 string using JSON unescape
DELIMITER //
DROP FUNCTION IF EXISTS unichar//
CREATE FUNCTION unichar(cp INT)
RETURNS VARCHAR(4) CHARSET utf8mb4
DETERMINISTIC
BEGIN
DECLARE v INT;
DECLARE […]