File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ _docs = struct(
40
40
# The stardoc output changed in https://github.com/bazelbuild/bazel/commit/bd1c3af2ea14e81268e940d2b8ba5ad00c3f08d7
41
41
# This may be required for "diff tests" that assert on the generated API docs.
42
42
kwargs_name_with_double_star = ge ("8.0.0-pre.20240603.2" ),
43
+ # Starting with Bazel 8.1.0, all strings exported to Stardoc (docstrings,
44
+ # rule names, etc.) are interpreted as UTF-8. Previously, they were
45
+ # interpreted as Latin-1, resulting in double-encoding if the underlying
46
+ # Starlark file was actually UTF-8-encoded. See
47
+ # https://github.com/bazelbuild/bazel/pull/24935.
48
+ utf8_enabled = ge ("8.1.0" ),
43
49
)
44
50
45
51
_external_deps = struct (
You can’t perform that action at this time.
0 commit comments