MAC CodePoint in Windows

94 Views Asked by At

When I examine different code pages on Windows OS, there is a code point named "MAC-CP" stands for default Macintosh code page,

> (Get-WinSystemLocale).TextInfo 

ANSICodePage   : 1254
OEMCodePage    : 857
MacCodePage    : 10081
EBCDICCodePage : 20905
LCID           : 1055
CultureName    : en-US
IsReadOnly     : False
ListSeparator  : ;
IsRightToLeft  : False

I heard that Macintosh cp usage is very rare. However, I wonder when I may need this character set, what kind of things will be affected by the current operating system I changed it to?

0

There are 0 best solutions below