Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
French accents not handled correctly in --write-info-json output #349
Comments
|
This is completely correct, see RFC 4627 2.5, second paragraph. To parse JSON, use a proper JSON parser. If you just want the description, use While we could encode non-ASCII characters as UTF-8 in our JSON output, I fear doing so would raise other issues. |
Compare with --get-description:
Note "préférée" vs. "pr\u00e9f\u00e9r\u00e9e"