General: (atz) Work item 17024 - Unknown codepage: 10007
Additional Mac codepages git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83889 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
5cf4740204
commit
7fce476f0c
|
@ -83,9 +83,15 @@ class PHPExcel_Shared_CodePage
|
|||
case 1258: return 'CP1258'; break; // ANSI Vietnamese
|
||||
case 1361: return 'CP1361'; break; // ANSI Korean (Johab)
|
||||
case 10000: return 'MAC'; break; // Apple Roman
|
||||
case 10006: return 'MACGREEK'; break; // Macintosh Greek
|
||||
case 10007: return 'MACCYRILLIC'; break; // Macintosh Cyrillic
|
||||
case 10029: return 'MACCENTRALEUROPE'; break; // Macintosh Central Europe
|
||||
case 10079: return 'MACICELAND'; break; // Macintosh Icelandic
|
||||
case 10081: return 'MACTURKISH'; break; // Macintosh Turkish
|
||||
case 32768: return 'MAC'; break; // Apple Roman
|
||||
case 32769: throw new Exception('Code page 32769 not supported.');
|
||||
break; // ANSI Latin I (BIFF2-BIFF3)
|
||||
case 65000: return 'UTF-7'; break; // Unicode (UTF-7)
|
||||
case 65001: return 'UTF-8'; break; // Unicode (UTF-8)
|
||||
}
|
||||
|
||||
|
|
|
@ -52,6 +52,8 @@ Fixed in SVN:
|
|||
- General: (MBaker) Ensure use of system temp directory for all temporary work files, unless explicitly specified
|
||||
- General: (char101) Work item 16359 - [Patch] faster stringFromColumnIndex()
|
||||
- General: (whit1206) Work item 16028 - Fix for projects that still use old autoloaders
|
||||
- General: (atz) Work item 17024 - Unknown codepage: 10007
|
||||
Additional Mac codepages
|
||||
|
||||
|
||||
2011-02-27 (v1.7.6):
|
||||
|
|
Loading…
Reference in New Issue