summaryrefslogtreecommitdiff
path: root/symbols/ir
Commit message (Collapse)AuthorAgeFilesLines
* move the Avestan layout from the Persian file to the Ancient fileBenno Schulenberg2023-04-271-66/+0
|
* symbols: miscellaneous small editsBenno Schulenberg2023-04-251-2/+2
|
* Add U+06C0 to the Persian layoutcs1272023-04-181-2/+3
| | | | | | | | | | | In Persian, an isolated form of the letter Ye is added after nouns that are connected to adjectives, and if the noun ends with the letter He, it is often merged with the following Ye, into the letter He with Ye above (U+06C0). This character exists on the second level of AC05 in the Persian layout of Microsoft Windows, but not in the standard layout. This commit extends the standard layout to include U+06C0 on the third level of AC05.
* symbols/ir: replace 0x100nnnn with Unnnn, and add some comments for theseBenno Schulenberg2023-03-211-105/+107
| | | | Also harmonize some whitespace, and replace "VoidSymbol" with "none".
* Add Persian digits to the Windows Persian variantcs1272023-03-211-10/+10
| | | | | | | | | In Windows, the Persian layout has Latin (ASCII) digits only, and some programs convert them to Persian digits as they are typed. This type of conversion does not exist on most systems, including freedesktop-based systems, making it impossible to type Persian digits when using the Windows variant of the Persian keyboard layout. This commit adds Persian digits to the third level of the number keys on row E (AE01 - AE10).
* Add Microsoft Windows variant for Persiancs1272023-03-201-0/+59
|
* symbols/ir: elide four includes, for a little more clarityBenno Schulenberg2023-03-101-23/+10
| | | | | The several includes obscured what the actual standard Persian layout is and how the "with keypad" variant differs from the standard.
* symbols/ir: fold one partial keyboard definition into anotherBenno Schulenberg2023-03-101-40/+18
| | | | | The basic part and the extension part were always used together, so just fold the latter into the former, for clarity.
* symbols/ir: use the correct symbol name for the € signBenno Schulenberg2022-09-021-1/+1
| | | | | | | | | | | | | | | | | 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>
* Fix includes order and add glyphs for South Azerbaijani.Alborz Jafari2022-09-011-7/+4
|
* Move South Azerbaijani layout to corrent file. see #348Alborz Jafari2022-09-011-0/+20
|
* Consistently declare layouts with "default partial"Marko Myllynen2020-02-261-1/+1
| | | | | Consolidate earlier inconsistent wording variants meaning the same thing to use "default partial" everywhere.
* fix: ir(ku_ara) digit unicodes and layout changeLayik Hama2018-04-221-10/+10
|
* symbols/*: Putting "hidden" first among keywords (but after "default").Benno Schulenberg2014-09-181-3/+3
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/ir: Using symbol names instead of hex codes for Farsi numerals.Benno Schulenberg2014-09-181-30/+31
| | | | | | And include ASCII numerals on fourth level also when defining keypad. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Decapitalizing and dehyphenating, in two options, for consistency.Benno Schulenberg2014-02-021-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/{inet,ir,tj}: Removing trailing whitespace.Benno Schulenberg2013-12-181-53/+51
| | | | | | | Also adding some blank lines for consistency, unfolding some lines, and tweaking a few comments and removing useless ones. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/*: Separating the keyword 'default' with two spaces from any others.Benno Schulenberg2013-10-021-1/+1
| | | | | | To make it stand out a little more. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* symbols/*: Putting the keyword 'default' always first among any keywords.Benno Schulenberg2013-10-011-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Replacing the deprecated 'quoteleft'/'quoteright' with canonical forms.Benno Schulenberg2013-09-051-3/+3
| | | | | | | They have been deprecated since at least 2003. They are replaced with the standard key symbols 'grave' and 'apostrophe'. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Sync group names with layout namesSergey V. Udaltsov2011-04-121-1/+1
|
* A number of group names synced with rules/base.xml.inSergey V. Udaltsov2011-04-041-7/+7
|
* The extra symbols are merged back into the base filesSergey V. Udaltsov2011-03-021-0/+66
| | | | | | | The rules are not powerful enough to support the extras subdir. So the variants are merged into "main" files. From now on, the "extra" term only affects the directory: whether the record is in base.xml.in or base.extras.xml.in
* Remove RCS tagsAlexandr Shadchin2011-02-191-3/+0
| | | | Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
* Unicode mappings changed to keysym mappingsSergey V. Udaltsov2010-10-011-18/+20
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=30548
* fixed syntax of include linesSergey V. Udaltsov2010-06-041-8/+8
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=28387
* Add ZWNJ/ZWJ parts to nbsp groupBehnam Esfahbod2010-01-291-13/+13
| | | | | - Add 8 options for ZWNJ and ZWJ on space key to nbsp group - Use the partial layouts in af, in, ir, lk, sy
* Update Iran - Persian layoutBehnam Esfahbod2009-09-121-51/+46
| | | | | | | - Update the standard info to ISIRI 9147 - Reduce the number of Persian layouts to only 2 - Use "pes_" for the name of Persian parts - Add Narrow NBSP
* using mit license for ir(ku_ara), b.fd.o#9541svu2007-01-041-0/+4
|
* removing problematic copyright notice, b.fd.o#4102svu2006-11-171-2/+0
|
* Added Kurdish Arabic-Latinsvu2006-08-311-0/+73
|
* added Kurdish to Iran/Iraq/Syriasvu2006-05-041-13/+17
|
* fixing #4102svu2005-08-151-63/+162
|
* massive change in the group namessvu2004-12-221-1/+1
|
* adding the keywordsvu2004-10-091-0/+1
|
* no dummy XFree keywordsvu2004-09-131-2/+0
|
* first feed-in of the layouts. The revolution is comingsvu2004-04-101-0/+69