HomePhorge

(PUP-4385) Add support for 1-6 hex digits in \u escape
dd7f71ef572eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-4385) Add support for 1-6 hex digits in \u escape

Before this it was not possible to enter \u escapes unless the
char was expressed with exactly 4 hex digits.
1
This commit makes it possible to use 1-6 (max 10ffff value) hex
digits by enclosing them in braces. Thus "\u{1f452}" results in
an emoji hat icon.

Details

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPUdd7f71ef572e: (PUP-4385) Add support for 1-6 hex digits in \u escape (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Apr 8 2015, 1:33 AM