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

Use UTF-8 encoding. #8

Open
jamesrcounts opened this issue Mar 31, 2015 · 1 comment
Open

Use UTF-8 encoding. #8

jamesrcounts opened this issue Mar 31, 2015 · 1 comment

Comments

@jamesrcounts
Copy link
Contributor

In the maven build we had to give special instructions to maven so that it would use a non-default code page. UTF8 is the default code page, but we cannot use UTF8 because there are a few non-utf8 characters in the project. In particular DeepDive06ModelViewController.infiniteB uses accented characters that are not in UTF8. We should replace them with UTF8 equivalents and tell eclipse and maven to each use UTF8.

@lynnlangit
Copy link
Member

Updated deep dive 06 to remove the non US-English character. We still need to fix the build to use UTF8.

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

2 participants