If a string contains a superscript char like `m²`, then the `PDF::Inspector::Text.analyze(some_pdf).strings` array will produce 2 strings: ``` m ² ``` instead of a single array entry with `m²`
If a string contains a superscript char like
m², then thePDF::Inspector::Text.analyze(some_pdf).stringsarray will produce 2 strings:instead of a single array entry with
m²