Skip to content

Commit 218e853

Browse files
committed
Comment
1 parent 900b402 commit 218e853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioForWindowsInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private static IEnumerable<VisualStudioInstallation> QueryVsWhere()
230230

231231
const string arguments = "-prerelease -format json";
232232

233-
// We've seen issues with json parsing in utf8 mode and with specific code pages (like in Korea)
233+
// We've seen issues with json parsing in utf8 mode and with specific non-UTF code pages like 949 (Korea)
234234
// So try with utf8 first, then fallback to non utf8 in case of an issue
235235
// See https://github.com/microsoft/vswhere/issues/264
236236
try

0 commit comments

Comments
 (0)