KL WIKI

Unicode
Unicode


Unicode

サロゲートペア (前半 U+D800 〜 U+DBFF、後半 U+DC00 〜 U+DFFF)
$hi = ($uni - 0x10000) / 0x400 + 0xD800;
$lo = ($uni - 0x10000) % 0x400 + 0xDC00;
$uni = 0x10000 + ($hi - 0xD800) * 0x400 + ($lo - 0xDC00);
MENU

1.0.0-0.0.7

doc
doc/format

(C) Copyright Masao Kondo , 2009 - 2017 All rights reserved

KL WIKI Ver 1.0.0-0.0.7