1
我想建立一個在線信息管理系統,這個系統會有一些中文輸入。但是,ZF2的驗證器無法驗證中文。我該怎麼做才能驗證中文輸入?創建一個自定義驗證器?如何創建一個?非常感謝你!!!如何讓ZF2的驗證器驗證中文輸入
There are actually 3 languages which are not accepted in their own script. These languages
are korean, japanese and **chinese** because this languages are using an alphabet where a
single character is build by using multiple characters.
In the case you are using these languages, the input will only be validated by using the
english alphabet.