mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
fix comment typo
This commit is contained in:
@@ -423,7 +423,7 @@
|
|||||||
|
|
||||||
if (stringToken.EncodedWith == StringToken.Encoding.Iso88591)
|
if (stringToken.EncodedWith == StringToken.Encoding.Iso88591)
|
||||||
{
|
{
|
||||||
// iso 88591 (or really PdfDocEncoding non-contentstream circumstances0 shouldn't
|
// iso 88591 (or really PdfDocEncoding in non-contentstream circumstances shouldn't
|
||||||
// have these chars but seems like internally this isn't obeyed (see:
|
// have these chars but seems like internally this isn't obeyed (see:
|
||||||
// CanCreateDocumentInformationDictionaryWithNonAsciiCharacters test) and it may
|
// CanCreateDocumentInformationDictionaryWithNonAsciiCharacters test) and it may
|
||||||
// happen during parsing as well -> switch to unicode
|
// happen during parsing as well -> switch to unicode
|
||||||
|
|||||||
Reference in New Issue
Block a user