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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primitive Char should be encoded with a single quote #261

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

orchestr7
Copy link
Owner

What's done:

  • As per the TOML specification, there is no predefined Char type. However, we've introduced the concept in our TOML implementation to align more closely with Kotlin's syntax. So we are expecting Chars to have single quote on the decoding. We need to make it more convenient and do encoding and decoding in a similar way.

### What's done:
- As per the TOML specification, there is no predefined Char type. However, we've introduced the concept in our TOML implementation to align more closely with Kotlin's syntax. So we are expecting Chars to have single quote on the decoding. We need to make it more convenient and do encoding and decoding in a similar way.
@orchestr7 orchestr7 merged commit f17001b into main Mar 8, 2024
4 checks passed
@orchestr7 orchestr7 deleted the bugfix/char branch March 8, 2024 15:05
@orchestr7 orchestr7 linked an issue Mar 8, 2024 that may be closed by this pull request
@orchestr7 orchestr7 mentioned this pull request Mar 8, 2024
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

Successfully merging this pull request may close these issues.

Char encoding error
1 participant