Skip to content

Commit e20cb7a

Browse files
acozzettezhangskz
authored andcommitted
Remove /utf-8 flag added in #14197
We have received several reports in #17036 that the addition of this flag actually broke the use of command argument files with non-ASCII characters in their names. It looks like #14253 ended up fixing the original issue with a different solution anyway. Hopefully this change fixes the issue with non-ASCII characters. PiperOrigin-RevId: 655660885
1 parent c9839cb commit e20cb7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_defs/cpp_opts.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ COPTS = select({
1515
"/wd4506", # no definition for inline function 'function'
1616
"/wd4800", # 'type' : forcing value to bool 'true' or 'false' (performance warning)
1717
"/wd4996", # The compiler encountered a deprecated declaration.
18-
"/utf-8", # Set source and execution character sets to UTF-8
1918
],
2019
"//conditions:default": [
2120
"-DHAVE_ZLIB",

0 commit comments

Comments
 (0)