# # Copyright 1999 Computing Research Labs, New Mexico State University # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT # OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR # THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # # Format # ------ # Column 1: The QWERTY keyboard keys in single quotes. # Column 2: The Unicode characters it should insert with no spaces in between # them. # # # Family: Persian # Layout: ISIRI 2901-1988 with CRL customizations for Pashto. QWERTY keyboard. # # Notes : The mapping of "$" to 0xA4 should actually display as the word # "rial" (0x0631 0x06CC 0x0627 0x0644). # # 09 August 1999 # Mark Leisher # ' ' 0x0020 '!' 0x0021 '#' 0x0022 '$' 0x00A4 '%' 0x0025 '&' 0x060C ''' 0x06AF '(' 0x0028 ')' 0x0029 '*' 0x00D7 '+' 0x002B ',' 0x0648 '-' 0x002D '.' 0x002E '/' 0x002F '0' 0 '1' 1 '2' 2 '3' 3 '4' 4 '5' 5 '6' 6 '7' 7 '8' 8 '9' 9 ';' 0x0643 '<' 0x0624 '=' 0x003D '>' 0x0623 '?' 0x061F '@' 0x0040 'A' 0x0679 'B' 0x06BC 'C' 0x0696 'D' 0x0691 'E' 0x064D 'F' 0x06BA 'G' 0x0629 'H' 0x0622 'I' 0x0652 'J' 0x067C 'K' 0x0685 'L' 0x0681 'M' 0x0621 'N' 0x064A 'Q' 0x064B 'R' 0x064E 'S' 0x0688 'T' 0x064F 'U' 0x0651 'V' 0x06AB 'W' 0x064C 'X' 0x0693 'Y' 0x0650 'Z' 0x0689 '[' 0x062C '\' 0x0698 ']' 0x0686 '^' 0x003A '_' 0x005F '`' 0x067E 'a' 0x0634 'b' 0x0630 'c' 0x0632 'd' 0x06CC 'e' 0x062B 'f' 0x0628 'g' 0x0644 'h' 0x0627 'hM' 0x0625 'i' 0x0647 'iM' 0x06C0 'j' 0x062A 'k' 0x0646 'l' 0x0645 'm' 0x0626 'n' 0x062F 'o' 0x062E 'p' 0x062D 'q' 0x0636 'r' 0x0642 's' 0x0633 't' 0x0641 'u' 0x0639 'v' 0x0631 'w' 0x0635 'x' 0x0637 'y' 0x063A 'z' 0x0638 '{' 0x00AB # # Custom additions added locally. # Ctrl+'j' 0x200D Ctrl+'l' 0x200E Ctrl+'n' 0x200C Ctrl+'r' 0x200F