You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: