From b05ad4ddf15b77a3c61450b69908122c1ad626f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Mon, 10 Aug 2026 19:08:31 +0200 Subject: double-strike enscript frakture monospace sans-serif --- bin/embolden | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/embolden') diff --git a/bin/embolden b/bin/embolden index 75df549..8d3ba38 100755 --- a/bin/embolden +++ b/bin/embolden @@ -252,7 +252,7 @@ declare -A italic=( [e]=$'\xf0\x9d\x91\x92' [f]=$'\xf0\x9d\x91\x93' [g]=$'\xf0\x9d\x91\x94' - [h]=$'\xf0\x9d\x98\xa9' # Sans-serif, because f0 9d 91 95 is not assigned. + [h]=$'\xe2\x84\x8e' # Planck's constant [i]=$'\xf0\x9d\x91\x96' [j]=$'\xf0\x9d\x91\x97' [k]=$'\xf0\x9d\x91\x98' @@ -374,7 +374,7 @@ declare -A italic=( # [𝐳]= ) -# case $0 in embolden) italicise) script) fracture) double-strike) sans-serif) monospace) stretch) loop) mathise) +# case $0 in embolden) italicise) enscript) fracture) double-strike) sans-serif) monospace) stretch) loop) mathise) while IFS= read -r line do for i in $(seq 0 $((${#line}-1))) -- cgit v1.2.3