infer-plugin icon indicating copy to clipboard operation
infer-plugin copied to clipboard

error: unmappable character for encoding ASCII

Open jaredsburrows opened this issue 8 years ago • 1 comments

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ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ";

jaredsburrows avatar Jan 24 '17 22:01 jaredsburrows

Any update on this?

jaredsburrows avatar Nov 02 '17 03:11 jaredsburrows