strong icon indicating copy to clipboard operation
strong copied to clipboard

Doesnt work on UTF-8

Open emdete opened this issue 3 years ago • 0 comments

require 'strong'

function love.draw()
	s = 'läla'
	love.graphics.print(s(4), 10, 10)
end

Gives "l", not 'a' which would be the fourth letter. s(3) even fails with "UTF-8 decoding error: Invalid UTF-8".

Is strong not made for international strings?

emdete avatar May 15 '21 19:05 emdete