Created
October 6, 2016 08:17
-
-
Save gashupl/ffced49047efb99bb72db401db097e88 to your computer and use it in GitHub Desktop.
Polish alphabet file for CRM Early Bound Generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code": 1045, | |
"language": "Polish", | |
"alphabet": [ | |
[ "ą", "a" ], | |
[ "Ą", "A" ], | |
[ "ó", "o" ], | |
[ "Ó", "O" ], | |
[ "ę", "e" ], | |
[ "Ę", "E" ], | |
[ "ż", "z" ], | |
[ "Ż", "Z" ], | |
[ "ź", "z" ], | |
[ "Ź", "Z" ], | |
[ "Ś", "S" ], | |
[ "ś", "s" ], | |
[ "Ć", "C" ], | |
[ "ć", "c" ], | |
[ "Ł", "L" ], | |
[ "ł", "l" ] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment