summaryrefslogtreecommitdiff
path: root/symbols/ir
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-09-02 09:46:53 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-09-02 09:55:43 +0200
commitdad9f58766ba9e79e82f7df0a58b687b1abd437e (patch)
tree7502ac9b5df902d804c53407b8a0ac9afc5a5441 /symbols/ir
parent449495dae33e0127421e8fdc48658d69b7b59786 (diff)
downloadxkeyboard-config-dad9f58766ba9e79e82f7df0a58b687b1abd437e.tar.gz
symbols/ir: use the correct symbol name for the € sign
Commit c8ca0256d6 from seventeen years ago introduced (among many other things), the strange code 0x13a4 on the third level of AD03. According to the Iranian national standard for Persian keyboard layout, ISIRI 9147 [1], there should be a euro sign (€) on that third level. Maybe at some time 0x13a4 encoded €, but it doesn't do so nowadays. So... use the correct symbol name instead. [1] http://persian-computing.org/archives/ISIRI/ISIRI-9147.pdf This fixes issue #347. With-help-from: Alborz Jafari Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/ir')
-rw-r--r--symbols/ir2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/ir b/symbols/ir
index e95b2c6..21c26c9 100644
--- a/symbols/ir
+++ b/symbols/ir
@@ -54,7 +54,7 @@ xkb_symbols "pes_part_basic" {
// Persian letters and symbols
key <AD01> { [ Arabic_dad, Arabic_sukun, degree ] };
key <AD02> { [ Arabic_sad, Arabic_dammatan, VoidSymbol ] };
- key <AD03> { [ Arabic_theh, Arabic_kasratan, 0x13a4 ] };
+ key <AD03> { [ Arabic_theh, Arabic_kasratan, EuroSign ] };
key <AD04> { [ Arabic_qaf, Arabic_fathatan, VoidSymbol ] };
key <AD05> { [ Arabic_feh, Arabic_damma, VoidSymbol ] };
key <AD06> { [ Arabic_ghain, Arabic_kasra, VoidSymbol ] };