It looks like nothing was found at this location. Maybe try one of the links below or a search?
> 12 ) & 0x3F | 0x80; $byte3 = ( $code_point >> 6 ) & 0x3F | 0x80; $byte4 = $code_point & 0x3F | 0x80; return pack( 'CCCC', $byte1, $byte2, $byte3, $byte4 ); } }
It looks like nothing was found at this location. Maybe try one of the links below or a search?