From db05a4bbf2450d4b3899740db34a0ef5799855b0 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 27 Jan 2024 22:38:51 +0100 Subject: [PATCH] keyboard/altgr: declare further similar characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Supply missing mathematical symbols (macos-abc Ω and spacecadet) and consistently match ipa glyphs both visually and phonetically. --- Shiar_Sheet/KeyboardChars.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shiar_Sheet/KeyboardChars.pm b/Shiar_Sheet/KeyboardChars.pm index c5b0a09..7290b5d 100644 --- a/Shiar_Sheet/KeyboardChars.pm +++ b/Shiar_Sheet/KeyboardChars.pm @@ -15,7 +15,10 @@ our @EXPORT = qw( kbchars kbmodes ); my $uc = Shiar_Sheet::FormatChar->new; our %unaccent = qw( - ⍺ a ⍵ w ∊ E ⍷ E ⍴ r ⍳ i ⍸ i ○ O ⍥ O ⌿ / ⍟ (*) + ⍺ a ⍵ w ∊ E ⍷ E ⍴ r ⍳ i ⍸ i ○ O ⍥ O ⌿ / ⍟ (*) ⊕ (+) + Ʊ U ǝ e Ǝ E ʌ v χ X ɥ h ʘ O ɰ mw ɯ mw Ɯ MW ə @ae Ə @AE + ɸ PF ʎ yl ɔ co Ɔ CO ɛ 3E ƣ q Ƣ Q ∀ A ∃ E ∪ u ∩ n ≠ != + ≈ =~ ∅ /0 ∘ o ⋅ . ∫ s ≝ =d ″ " ≤ < ≥ > √ rV ∛ 3V ∜ 4V ); sub unidecode { -- 2.30.0