Skip to content

Commit

Permalink
Use UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dargones committed Aug 3, 2024
1 parent 9f78453 commit 93eb807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build From Source and Run
run: |
javac -d out -cp src src/acrosticsleuth/*.java
javac -encoding UTF-8 -d out -cp src src/acrosticsleuth/*.java
jar cfe AcrosticSleuth.jar acrosticsleuth.Main -C out . -C models .
java -jar AcrosticSleuth.jar -input data/demo -language EN -mode LINE -charset utf-8 -outputSize 4000 --concise > result.tsv
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ We have tested AcrosticSleuth on Mac, Mac-Arm, Ubuntu, and Windows [as part of o
The following two commands should build the jar file for you:

```bash
javac -d out -cp src src/acrosticsleuth/*.java
javac -encoding UTF-8 -d out -cp src src/acrosticsleuth/*.java
jar cfe AcrosticSleuth.jar acrosticsleuth.Main -C out . -C models .
```

Expand Down

0 comments on commit 93eb807

Please sign in to comment.