Jeremy Evans 49517b3bb4 Fix inspect for unicode codepoint 0x85
This is an inelegant hack, by manually checking for this specific
code point in rb_str_inspect.  Some testing indicates that this is
the only code point affected.

It's possible a better fix would be inside of lower-level encoding
code, such that rb_enc_isprint would return false and not true for
codepoint 0x85.

Fixes [Bug #16842]
2022-08-11 08:47:29 -07:00
..
2022-06-06 18:13:01 +09:00
2022-07-28 19:25:52 +09:00
2022-07-10 23:10:36 -07:00
2022-07-22 09:56:48 +09:00
2022-08-09 12:05:19 +09:00