dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Use MBString functions for 8bit data read #101

Closed bsweeney closed 2 years ago

bsweeney commented 2 years ago

Some of these aren't necessary? Then again the PHP documentation doesn't always explicitly state that functions read variable data in a byte-wise manner.

MBString was already in use in the library and thus a dependency already. As such this change does not break backwards compatibility. A future release should be able to remove the MBString dependency since overrides are going away and we should be able to use stock PHP methods.