infer-plugin
infer-plugin copied to clipboard
error: unmappable character for encoding ASCII
Versions:
Infer gradle plugin - 0.7.4
Infer binary - 0.9.4.1
Error:
/Users/<>/Class.java:24: error: unmappable character for encoding ASCII private static final String CAPITALS = "A-Z????????????????????????????????????????????????????????????";
Should be:
private static final String CAPITALS = "A-ZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ";
Any update on this?