YAML standard allows raw astrals, `js-yaml` refuses to parse them: ``` > require('../').load('𐌀') JS-YAML: the stream contains non-printable characters at line 1, column 1: 𐌀 ^ ```
YAML standard allows raw astrals,
js-yamlrefuses to parse them: