Skip to content

Build fails on Linux with: "error: unmappable character for encoding ASCII" #513

@cbvms123

Description

@cbvms123

Compiling and building on Linux fails because of an UTF-8 encoded source file:
richtextfx/src/main/java/org/fxmisc/richtext/model/TextEditingArea.java

Adding the encoding options
build.gradle: compileJava.options.encoding = 'UTF-8'

richtextfx/build.gradle(javadoc section): options.addStringOption('encoding', 'UTF-8')

Resolved the issue in my environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions