diff options
author | David Wührer <def@gmx.at> | 2023-05-13 17:15:33 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2023-05-13 17:15:33 +0200 |
commit | 9bd7b1078f0d23bd452110451d1762f118e99fbf (patch) | |
tree | 91791ba13253d28039564cd555a37d0628fd4ea6 /italicise | |
parent | dc3b063ef6b370d1b3594ed785c682ea2db09b41 (diff) |
improvements
Diffstat (limited to 'italicise')
-rwxr-xr-x | italicise | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |