コード例 #1
0
ファイル: CharsetTest.php プロジェクト: ephigenia/ephframe
 public function testIsNotASCII()
 {
     $this->assertFalse(Charset::isASCII('ö'));
 }