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

CASE Import may have a UTF-8 import issue. #154

Open
Lomilar opened this issue Jul 17, 2019 · 4 comments
Open

CASE Import may have a UTF-8 import issue. #154

Lomilar opened this issue Jul 17, 2019 · 4 comments

Comments

@Lomilar
Copy link
Member

Lomilar commented Jul 17, 2019

No description provided.

@Lomilar
Copy link
Member Author

Lomilar commented Jul 17, 2019

ACT Holistic Framework - Learning Skills on CE Production

@woodkri
Copy link
Member

woodkri commented Jul 22, 2019

It appears that Apache's HTTPClient uses ISO-8859-1 encoding by default, which as far as I can tell would affect all of the httpGet and httpPost calls. To be investigated if this is the cause of the other encoding issues we've had as well (such as cassproject/cass-editor#558).

@woodkri
Copy link
Member

woodkri commented Jul 25, 2019

Line added to installation instructions:

On windows machines or machines where the default character encoding is not UTF-8, you will need to set a Tomcat Java parameter: -Dfile.encoding=UTF-8 to avoid character encoding errors when dealing with unicode characters.

@Lomilar
Copy link
Member Author

Lomilar commented Jul 31, 2019

As was mentioned in cassproject/cass-editor#558, forcing the default encoding to UTF8 would make sense.

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

No branches or pull requests

2 participants