googlefonts / sfntly

A Library for Using, Editing, and Creating SFNT-based Fonts
451 stars 162 forks source link

error #100

Closed hktalent closed 5 years ago

hktalent commented 6 years ago

compile: [mkdir] Created dir: /root/mytools/sfntly/java/build/classes [javac] Compiling 200 source files to /root/mytools/sfntly/java/build/classes [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:23: error: unmappable character (0xE2) for encoding US-ASCII [javac] APPH("Phonetic transcription???Americanist conventions", ""), [javac] ^ [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:23: error: unmappable character (0x80) for encoding US-ASCII [javac] APPH("Phonetic transcription???Americanist conventions", ""), [javac] ^ [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:23: error: unmappable character (0x94) for encoding US-ASCII [javac] APPH("Phonetic transcription???Americanist conventions", ""), [javac] ^ [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:156: error: unmappable character (0xE2) for encoding US-ASCII [javac] IPPH("Phonetic transcription???IPA conventions", ""), [javac] ^ [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:156: error: unmappable character (0x80) for encoding US-ASCII [javac] IPPH("Phonetic transcription???IPA conventions", ""), [javac] ^ [javac] /root/mytools/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/LanguageTag.java:156: error: unmappable character (0x94) for encoding US-ASCII [javac] IPPH("Phonetic transcription???IPA conventions", ""), [javac] ^ [javac] 6 errors

BUILD FAILED /root/mytools/sfntly/java/common.xml:21: Compile failed; see the compiler error output for details.