Skip to content

Commit d4c7b5b

Browse files
committed
C#: Update encoding of SBCS to UTF8 with BOM.
1 parent 6b55f86 commit d4c7b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • csharp/ql/test/library-tests/encoding
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class SBCS
1+
class SBCS
22
{
3-
string sbcs = "";
3+
string sbcs = "";
44
}

0 commit comments

Comments
 (0)