Skip to content

Instantly share code, notes, and snippets.

@gashupl
Created October 6, 2016 08:17
Show Gist options
  • Save gashupl/ffced49047efb99bb72db401db097e88 to your computer and use it in GitHub Desktop.
Save gashupl/ffced49047efb99bb72db401db097e88 to your computer and use it in GitHub Desktop.
Polish alphabet file for CRM Early Bound Generator
{
"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