Skip to content

Commit

Permalink
Fix #31903 - big5-hkscs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Aug 2, 2017
1 parent efdd667 commit e12b425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/base/node/encoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export function toCanonicalName(enc: string): string {
return 'utf-16le';
case 'utf16be':
return 'utf-16be';
case 'big5hkcs':
return 'big5-hkcs';
case 'big5hkscs':
return 'big5-hkscs';
case 'eucjp':
return 'euc-jp';
case 'euckr':
Expand Down

0 comments on commit e12b425

Please sign in to comment.