mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Fixed bug in last PAC commit - thx xylographe :)
This commit is contained in:
parent
b7c45dae48
commit
e067d7a91b
@ -1156,7 +1156,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
sb.Append(GetHebrewString(buffer, ref index));
|
||||
else if (_codePage == CodePageCyrillic)
|
||||
sb.Append(GetCyrillicString(buffer, ref index));
|
||||
else if (_codePage == CodePageCyrillic)
|
||||
else if (_codePage == CodePageThai)
|
||||
sb.Append(GetEncoding(_codePage).GetString(buffer, index, 1).Replace("€", "ต"));
|
||||
else
|
||||
sb.Append(GetEncoding(_codePage).GetString(buffer, index, 1));
|
||||
|
Loading…
Reference in New Issue
Block a user