Merge pull request #777 from xylographe/xrfmt

Fixed Cyrillic _codePage init (Logic/SubtitleFormats/Pac)
This commit is contained in:
Nikolaj Olsson 2015-05-25 08:09:50 +02:00
commit 6cf1802e8c

View File

@ -1340,7 +1340,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
if (allOk)
return 4; // Hebrew
_codePage = 4;
_codePage = 6;
index = start;
p = GetPacParagraph(ref index, buffer);
sb = new StringBuilder("(1234567890, .!?-\r\n'\"):;&");