Browse Source

cleanup

pull/1935/head
Ildar Khayrutdinov 4 years ago
parent
commit
ab3ca30fb0
  1. 2
      src/ImageSharp/Metadata/Profiles/Exif/ExifEncodedStringHelpers.cs

2
src/ImageSharp/Metadata/Profiles/Exif/ExifEncodedStringHelpers.cs

@ -25,7 +25,7 @@ namespace SixLabors.ImageSharp.Metadata.Profiles.Exif
private static ReadOnlySpan<byte> UndefinedCodeBytes => new byte[] { 0, 0, 0, 0, 0, 0, 0, 0 };
// 20932 EUC-JP Japanese (JIS 0208-1990 and 0212-1990)
// 20932 EUC-JP Japanese (JIS 0208-1990 and 0212-1990)
// https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=net-6.0
private static Encoding JIS0208Encoding => CodePagesEncodingProvider.Instance.GetEncoding(20932);

Loading…
Cancel
Save