Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Add support for emitting Unicode characters over codepoint U+FFFF #20

Merged
merged 1 commit into from
Mar 5, 2023

Commits on Mar 5, 2023

  1. Adding support for emitting Unicode characters over codepoint U+FFFF

    Previously the Rust string "\u{1F389}" would get emitted as the YAML
    double quoted scalar "\U0001F389". Now it will be serialized as "馃帀".
    dtolnay committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    6519d67 View commit details
    Browse the repository at this point in the history