Nicolas Cannasse 7 роки тому
батько
коміт
5c06208969
1 змінених файлів з 5 додано та 0 видалено
  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.