Skip to content

Commit 40efba6

Browse files
committed
Force encoding type for non-shells like php-exec
1 parent 57b7f55 commit 40efba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ data_sources:
4343
# This flag allows for files like jquery.plugin.js or foo.bar.css to compile properly
4444
config:
4545
allow_periods_in_identifiers: true
46+
# force encoding for non-shell (php-exec, etc)
47+
encoding: utf-8
4648

4749
# Configuration for the “watch” command, which watches a site for changes and
4850
# recompiles if necessary.

0 commit comments

Comments
 (0)