xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Support unicode escape sequences in PHP 5.6 #40

Closed thekid closed 6 years ago

thekid commented 6 years ago

Implements #38

$str= "\u{1F602}"; // 😂
thekid commented 6 years ago

Implementation notes on html_entity_decode, which isn't the fastest, but: