| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Rename CPDF_TextObject::CountChars() to CharCount()
Previously, CountChars() had to actually count the characters and skip
the invalid ones. Now it just returns char_codes_.size(), so rename it
to more accurately reflect what it does. Also get rid of some internal
usage in CPDF_TextObject and use range-based for-loops instead.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |