summaryrefslogtreecommitdiff
path: root/bin/embolden
diff options
context:
space:
mode:
Diffstat (limited to 'bin/embolden')
-rwxr-xr-xbin/embolden4
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)))