diff options
| author | David Wührer <def@gmx.at> | 2026-08-10 19:08:31 +0200 |
|---|---|---|
| committer | David Wührer <def@gmx.at> | 2026-08-10 19:08:31 +0200 |
| commit | b05ad4ddf15b77a3c61450b69908122c1ad626f7 (patch) | |
| tree | 4b23bb0d1bc19b40dc3a13b8d743822a22643b2b /bin/embolden | |
| parent | 89312254e3eb1aa496dff15f2d503e97f3c985f2 (diff) | |
Diffstat (limited to 'bin/embolden')
| -rwxr-xr-x | bin/embolden | 4 |
1 files changed, 2 insertions, 2 deletions
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))) |
