فهرست منبع

added turkish chars

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.