From 9bd7b1078f0d23bd452110451d1762f118e99fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Sat, 13 May 2023 17:15:33 +0200 Subject: improvements --- italicise | 2 ++ 1 file changed, 2 insertions(+) (limited to 'italicise') diff --git a/italicise b/italicise index 237238a..d9fcb57 100755 --- a/italicise +++ b/italicise @@ -1,7 +1,9 @@ #!/bin/bash + # For bold and italic we can use the Mathematical font variant mappings, # although those are only defined for Latin and Greek. +# Latin letter small capital a: UTF-8: e1 b4 80 UTF-16BE: 1d00 Decimal: ᴀ Octal: \016400 # Latin bold capital: u1d400 - u1d419 # Latin bold small: u1d41a - u1d433 # Latin italic capital: u1d434 - u1d44d -- cgit v1.2.3