On Monday, 14 July 2014 at 22:39:08 UTC, Nordlöw wrote: > might be were to start. Is it really this simple? bool isValidCodePoint(dchar c) { return c < 0xD800 || (c >= 0xE000 && c < 0x110000); }