Bladeren bron

added turkish chars

Nicolas Cannasse 7 jaren geleden
bovenliggende
commit
5c06208969
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. 5 0
      hxd/Charset.hx

+ 5 - 0
hxd/Charset.hx

@@ -21,6 +21,11 @@ class Charset {
 		Polish support
 	**/
 	public static var POLISH = "ĄĆĘŁŃÓŚŹŻąćęłńóśźż";
+	
+	/**
+		Turkish support
+	**/
+	public static var TURKISH = "ÂÇĞIİÎÖŞÜÛâçğıİîöşüû";
 
 	/**
 		Contains Hiragana, Katanaga, japanese punctuaction and full width space (0x3000) full width numbers (0-9) and some full width ascii punctuation (!:?%&()-). Does not include full width A-Za-z.