assertEquals(utf8_to_utf16be($this->utf8), $this->utf16); } /** * Convert from UTF-16BE to UTF-8 */ function test_from16be(){ $this->assertEquals(utf16be_to_utf8($this->utf16),$this->utf8); } } //Setup VIM: ex: et ts=2 :