If enabled (or set to 'error'), fail if Starlark files are not UTF-8
encoded. If set to 'warning', emit a warning instead. If set to 'off',
Bazel assumes that Starlark files are UTF-8 encoded but does not verify
this assumption. Note that Starlark files which are not UTF-8 encoded can
cause Bazel to behave inconsistently.