瀏覽代碼

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.