Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Explicitly specify encoding="UTF-8" for replace filters in build.xml
Browse files Browse the repository at this point in the history
Some localization files were improperly encoded (at least on Windows)
  • Loading branch information
Ede123 committed Aug 29, 2016
1 parent 4d54eb3 commit 020ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</copy>

<!-- Replace tokens everything -->
<replace dir="${target.xpi.dir}">
<replace dir="${target.xpi.dir}" encoding="UTF-8">
<replacefilter token="@ID@" value="${extension.id}" />
<replacefilter token="@NAME@" value="${extension.name}" />
<replacefilter token="@VERSION@" value="${extension.version}" />
Expand Down

0 comments on commit 020ad6d

Please sign in to comment.