-
Notifications
You must be signed in to change notification settings - Fork 860
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme specification of keys is ambiguous #464
Comments
Based on #283 and #337 it seems like the restriction to Relevant PR on the Rust side: toml-rs/toml-rs#177 |
Yes, the restriction is intentional. It would probably be better to rewrite the above as:
|
Yes, "ASCII letter" is a better wording, especially considering that
is useless because there would be no letters left, as ASCII is a proper subset of UTF-8. |
In the readme, it specifies bare keys as follows:
This can be confusing, because, for example,
çe = "value"
is not considered valid TOML though I expected it to be.
If possible, you should either:
(A-Za-z)
and instead specify letters as "unicode letters and unicode nonspacing marks (to include dependent vowels such as བོ) and numbers as "unicode decimal digists".Thanks!
The text was updated successfully, but these errors were encountered: