Search found 1 match

by coliflor
Wed Nov 22, 2023 3:58 pm
Forum: Support and Development
Topic: udp:sendto wont send special characters like a simple dot
Replies: 0
Views: 81853

udp:sendto wont send special characters like a simple dot

I don't know what its happening but on the following code udp:sendto wont send special characters(or at least the client is not receiving them) like a simple dot character it only sends a-z A-Z and ignores the rest. love.textinput = function(text) udp:sendto("textinput: " .. text, ip, port...