Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji 馃 escaped #600

Closed
cristianvasquez opened this issue Dec 21, 2020 · 5 comments
Closed

Emoji 馃 escaped #600

cristianvasquez opened this issue Dec 21, 2020 · 5 comments

Comments

@cristianvasquez
Copy link

Hello,

Thanks for js-yaml!.

My report:

const jsYaml = require('js-yaml');
console.log(jsYaml.safeDump({'key': "馃"}))
// outputs:
// key: "\U0001F990"

I expect to have the 馃 back.

@rlidwka
Copy link
Member

rlidwka commented Dec 21, 2020

This is going to be fixed in 4.0.0 (you can look it up now in dev branch in this repository).

closing as duplicate of #587

@rlidwka rlidwka closed this as completed Dec 21, 2020
@cristianvasquez
Copy link
Author

Thanks @rlidwka !

@cristianvasquez
Copy link
Author

Hello @rlidwka what happened with the dev branch of this repo?

@puzrin
Copy link
Member

puzrin commented Feb 22, 2021

It's merged to master. Your request should be in released v4.

@cristianvasquez
Copy link
Author

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants