Martín Blech

Results 2 issues of Martín Blech

Minimal reproduction example in https://github.com/martinblech/pybind11_test When I run the `pybind11_test` target, I get `Library not loaded: /install/lib/libpython3.11.dylib `. It seems like the binary was linked using an incorrect dylib path....

bug
stall

It would be great if ftfy could fix cases like this: ``` python >>> s = u'¼Ò¸®¿¤ - »ç¶ûÇÏ´Â ÀÚ¿©' >>> print s.encode('latin1').decode('euc_kr') 소리엘 - 사랑하는 자여 ``` but it...