Exemplo n.º 1
0
 /**
  * @see Localizer::convertDoubleWidth
  *
  * @since 0.1
  *
  * @param integer $flag
  */
 public function convertDoubleWidth()
 {
     $this->string = Normalizer::convertDoubleWidth($this->string);
 }
Exemplo n.º 2
0
 public function testConvertDoubleWidth()
 {
     $this->assertEquals('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', Normalizer::convertDoubleWidth('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'));
 }