public function testStripLow()
 {
     $s = "String with tab\tand \nNew Line1\nNew Line2";
     $this->assertEquals($s, Utf8String::stripLow($s));
 }