ethangreen-dev / lovely-injector

A runtime lua injector for games built with LÖVE
MIT License
79 stars 11 forks source link

Fix panic caused by invalid utf8 log msg in lua print hook #4

Closed ethangreen-dev closed 7 months ago

ethangreen-dev commented 7 months ago

This fixes a panic caused by the lua print hook being passed invalid utf8. All this does, aside from my somewhat unnecessary reorganization, is make the utf8 conversion lossy.