<div dir="auto">Hi Gerald,</div><div dir="auto">Some of those are already implemented, for example you can input subscripts and superscripts like \^n or \_0. Also you can extend the named characters by adding entries to the Dictionary of named characters (in UnicodeCodePoint class), you can add entries to the dictionary or change the initialization method that creates the default named characters.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 7, 2023 at 01:55 Gerald Klix <<a href="mailto:cuis.01@klix.ch">cuis.01@klix.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi all, Hi Juan,<br>
<br>
I found it a bit tedious to remember various Unicode codes points<br>
to just input characters like ⧐, therefore I added a method<br>
to input them conveniently.<br>
<br>
With the attached change set, you type \.||> ("\." is the prefix<br>
just like "\+" for numerical input) in any text editor,<br>
this input will be replaced replaced by ⧐ after you enter a space.<br>
<br>
*Question: Is this the way to go?*<br>
<br>
The implementation is a bit crude<br>
and needs to be refined if we add this concept to the core image.<br>
<br>
<br>
Best Regards,<br>
<br>
Gerald<br>
<br>
<br>
<br>
Encl.:<br>
Current symbol mappings:<br>
<br>
   '<br>
   "    ̈<br>
   $$    $<br>
   $B    ฿<br>
   $C    ₵<br>
   $E    €<br>
   $L    ₺<br>
   $N    ₪<br>
   $NIS    ₪<br>
   $P    £<br>
   $R    ₹<br>
   $W    ₩<br>
   $Y    ¥<br>
   ''    ́<br>
   (C)    ©<br>
   (TM)    ™<br>
   **    ×<br>
   +-    ±<br>
   --    —<br>
   -->    ⟶<br>
   --|    ⊣<br>
   -/->    ↛<br>
   ->    →<br>
   ->>    ↠<br>
   ->|    ⇥<br>
   -^^    ↟<br>
   -|->    ⇸<br>
   -||->    ⇻<br>
   -[>    ⇾<br>
   -__    ↡<br>
   ...    …<br>
   .;^    ⋰<br>
   //    ÷<br>
   0*    ⊛<br>
   0+    ⊕<br>
   0+>    ⟴<br>
   0-    ⊖<br>
   0.    ⊙<br>
   0/    ⊘<br>
   00    ∘<br>
   0;    ⊝<br>
   0=    ⊜<br>
   0C    ℃<br>
   0F    ℉<br>
   0O    ∙<br>
   0x    ⊗<br>
   2->    ⇉<br>
   2^    ⇈<br>
   2_    ⇊<br>
   3->    ⇛<br>
   :-)    😀<br>
   ;-)    😉<br>
   ;;;    ⋯<br>
   ;;>    ⇢<br>
   ;;^    ⇡<br>
   ;;_    ⇣<br>
   <-    ←<br>
   <--    ⟵<br>
   <-->    ⟷<br>
   <--|    ⟻<br>
   <-/-    ↚<br>
   <-<    ↢<br>
   <->    ↔<br>
   <-|    ↤<br>
   <-|-    ⇷<br>
   <-|->    ⇹<br>
   <-||-    ⇺<br>
   <-||->    ⇼<br>
   <3-    ⇚<br>
   <::    ⇠<br>
   <<    «<br>
   <<-    ↞<br>
   <=    ⇐<br>
   <==>    ⟺<br>
   <==|    ⟽<br>
   <=>    ⇔<br>
   <=|    ⤆<br>
   <|    ⊲<br>
   <||    ⧏<br>
   <~    ⇜<br>
   <]-    ⇽<br>
   <{    ⟨<br>
   =/    ≠<br>
   =<    ≤<br>
   =>    ⇒<br>
   >->    ↣<br>
   ><<    ⧒<br>
   >=    ≥<br>
   >>    »<br>
   >><    ⧑<br>
   >><<    ⧓<br>
   >^    ↑<br>
   >_    ↓<br>
   \/\_    ↯<br>
   ^+    ⁺<br>
   ^-    ⁻<br>
   ^0    ⁰<br>
   ^1    ¹<br>
   ^2    ²<br>
   ^3    ³<br>
   ^4    ⁴<br>
   ^5    ⁵<br>
   ^6    ⁶<br>
   ^7    ⁷<br>
   ^8    ⁸<br>
   ^9    ⁹<br>
   ^;.    ⋱<br>
   ^><<    ⧕<br>
   ^|    ⌉<br>
   ^i    ⁱ<br>
   ^n    ⁿ<br>
   ^o    °<br>
   ^_    ↕<br>
   |+    ⊧<br>
   |-    ⊦<br>
   |--    ⊢<br>
   |-->    ⟼<br>
   |->    ↦<br>
   |<-    ⇤<br>
   |==    ⊨<br>
   |==>    ⟾<br>
   |=>    ⤇<br>
   |>    ⊳<br>
   |^    ⌈<br>
   |^>    ↥<br>
   ||-    ⊩<br>
   ||=    ⊫<br>
   ||>    ⧐<br>
   |||-    ⊪<br>
   |]    ⟧<br>
   |_    ⌊<br>
   |_>    ↧<br>
   |}    ⦄<br>
   ~    ̃<br>
   ~=    ≠<br>
   ~>    ⇝<br>
   ~~>    ⟿<br>
   [+]    ⊞<br>
   [.]    ⊡<br>
   [|    ⟦<br>
   [x]    ⊠<br>
   _+    ₊<br>
   _-    ₋<br>
   _0    ₀<br>
   _1    ₁<br>
   _2    ₂<br>
   _3    ₃<br>
   _4    ₄<br>
   _5    ₅<br>
   _6    ₆<br>
   _7    ₇<br>
   _8    ₈<br>
   _9    ₉<br>
   _|    ⌋<br>
   _h    ₕ<br>
   _i    ᵢ<br>
   _j    ⱼ<br>
   _k    ₖ<br>
   _l    ₗ<br>
   _m    ₘ<br>
   _n    ₙ<br>
   _p    ₚ<br>
   _r    ᵣ<br>
   _s    ₛ<br>
   _t    ₜ<br>
   _u    ᵤ<br>
   _v    ᵥ<br>
   `    ̀<br>
   {|    ⦃<br>
   }>    ⟩' .<br>
</blockquote></div></div>