-
-
Save ornyx/1213662 to your computer and use it in GitHub Desktop.
Czech/Slovak unicode range - including normal characters and euro sign
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
U+0020, /* Space */ | |
U+0041-U+005A, /* Upper-Case [A..Z] */ | |
U+0061-U+007A, /* Lower-Case a-z */ | |
U+0030-U+0039, /* Numbers [0..9] */ | |
U+0020-U+002F, /* Interpunkce [!@#%...] */ | |
U+003A-U+0040,U+005B-U+0060,U+007B-U+007E,U+02C6,U+02dc,U+2013-U+2014,U+2018-U+201a, | |
U+201c-U+201e,U+2020-U+2022,U+2026,U+2030,U+2039-U+203a,U+20ac,U+2122, | |
U+00C1,U+00C9, /* Cestina by vancura */ | |
U+00CD,U+00D3,U+00DA,U+00DD,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FD,U+010C,U+010D, | |
U+010E,U+010F,U+011A,U+011B,U+0147,U+0148,U+0158,U+0159,U+0160,U+0161,U+0164,U+0165, | |
U+016E,U+016F,U+017D,U+017E, | |
U+00E4,U+010F, /* slovencina */ | |
U+013A,U+013E,U+0148,U+0155,U+0165,U+00FA,U+00F4,U+00C4,U+010E,U+0139,U+013D,U+0147, | |
U+0154,U+0164,U+00DA,U+00D4, | |
U+20AC /* euro sign */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment