This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Author: [email protected] | |
* Desc: 為了解決中文筆劃排序的問題(只適用繁體中文) | |
* php 可以直接執行 cht_strokesort. | |
*/ | |
final class ChtStroke | |
{ | |
const BIG5_HB_MIN = 0x81; // 高位元組最小值 |