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

UTF-8 Support and Compatibility #46

Open
1 task
nsoblath opened this issue Mar 11, 2019 · 0 comments
Open
1 task

UTF-8 Support and Compatibility #46

nsoblath opened this issue Mar 11, 2019 · 0 comments
Assignees

Comments

@nsoblath
Copy link
Member

nsoblath commented Mar 11, 2019

We only need to worry about explicitly supporting UTF-8 where we manually process strings. Otherwise encoding is handled by the source or destination of strings (e.g. the shell for the CLI, and files for param codecs).

Both JSON and YAML support UTF-8, and the parsing libraries we use take UTF-8 as the default encoding.

Areas for concern:

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

No branches or pull requests

1 participant