mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Filesystems/AppleMFS/Info.cs:
* DiscImageChef.Filesystems/AppleMFS/Encoding.cs: Added MacRoman to Unicode. * DiscImageChef.Filesystems/LisaFS/Encoding.cs: Corrected Unicode mapping.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
// 0x98
|
||||
'\u00F2','\u00F4','\u00F6','\u00F5','\u00FA','\u00F9','\u00FB','\u00FC',
|
||||
// 0xA0
|
||||
'\u0086','\u00B0','\u00A2','\u00A3','\u00A7','\u0095','\u00B6','\u00DF',
|
||||
'\u2020','\u00B0','\u00A2','\u00A3','\u00A7','\u2022','\u00B6','\u00DF',
|
||||
// 0xA8
|
||||
'\u00AE','\u00A9','\u2122','\u00B4','\u00A8','\u2260','\u00C6','\u00D8',
|
||||
// 0xB0
|
||||
@@ -88,7 +88,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
// 0xB8
|
||||
'\u220F','\u03C0','\u222B','\u00AA','\u00BA','\u03A9','\u00E6','\u00F8',
|
||||
// 0xC0
|
||||
'\u00BF','\u00A1','\u00AC','\u221A','\u0083','\u2248','\u2206','\u00AB',
|
||||
'\u00BF','\u00A1','\u00AC','\u221A','\u0192','\u2248','\u2206','\u00AB',
|
||||
// 0xC8
|
||||
'\u00BB','\u2026','\u00A0','\u00C0','\u00C3','\u00D5','\u0152','\u0153',
|
||||
// 0xD0
|
||||
|
||||
Reference in New Issue
Block a user