Hacker News new | ask | show | jobs
by raiph 4039 days ago
What do you make of NFG, as mentioned in another comment below?
1 comments

NFG uses the negative numbers down to about -2 billion as a implementation-internal private use area to temporarily store graphemes. Enables fast grapheme-based manipulation of strings in Perl 6. Though such negative-numbered codepoints could only be used for private use in data interchange between 3rd parties if the UTF-32 was used, because neither UTF-8 (even pre-2003) nor UTF-16 could encode them.
Thanks.