Fix Scribble's handling of the trademark symbol.
original commit: 4b1e4f9312e5379d60c8e8344ae74aba0e5b4f3a
This commit is contained in:
parent
3a7876b93a
commit
16f2364f42
|
@ -826,6 +826,7 @@
|
||||||
[(#\↦) "$\\mapsto$"]
|
[(#\↦) "$\\mapsto$"]
|
||||||
[(#\⊤) "$\\top$"]
|
[(#\⊤) "$\\top$"]
|
||||||
[(#\¥) "{\\textyen}"]
|
[(#\¥) "{\\textyen}"]
|
||||||
|
[(#\™) "{\\texttrademark}"]
|
||||||
[else c])
|
[else c])
|
||||||
c)])))
|
c)])))
|
||||||
(loop (add1 i)))))))
|
(loop (add1 i)))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user