Skip to content

Instantly share code, notes, and snippets.

@rsky
Created April 1, 2019 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsky/eb3c6cbf248a19995e74522b7277466b to your computer and use it in GitHub Desktop.
Save rsky/eb3c6cbf248a19995e74522b7277466b to your computer and use it in GitHub Desktop.
新元号(令和)のために予約されているコードポイントからの変換ルールはまだない。
<?php
$s = "\u{337E} \u{337D} \u{337C} \u{337B} \u{32FF}\n";
echo $s;
echo Normalizer::normalize($s, Normalizer::FORM_KC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment