|
|
|
@ -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); |
|
|
|
|
|
|
|
|