php / pecl-file_formats-yaml

YAML-1.1 parser and emitter
https://pecl.php.net/package/yaml
MIT License
71 stars 33 forks source link

yaml_emit method cannot dump Unicode characters #84

Open maxsky opened 3 months ago

maxsky commented 3 months ago

This is result: - name: "\U0001F1ED\U0001F1F0香港", its escaped.

And this is Symfony\Component\Yaml library dump result: - name: '🇭🇰香港'

HK is an Emoji symbol, like this:

20240531025712