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 Encoding Rejected by CI #201

Open
calebpower opened this issue Jun 14, 2018 · 0 comments
Open

UTF-8 Encoding Rejected by CI #201

calebpower opened this issue Jun 14, 2018 · 0 comments

Comments

@calebpower
Copy link
Contributor

In order to properly show non-English characters (i.e. Chinese or Korean) properly in a text file an encoding other than ANSI should be used (i.e. UTF-8). However, modifying the encoding of the [bp_name].json file causes the build test to fail. If UTF-8 is used, executing npm test and npm install will result in the following error.

ERROR! json file name [bp_name].json parse error, please check first (maybe has some unnecessary space or comma symbol like ",")

Changing the encoding back to ANSI patches this issue, but non-English characters do not display properly when editing the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant