udp:sendto wont send special characters like a simple dot

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
coliflor
Prole
Posts: 1
Joined: Wed Nov 22, 2023 3:45 pm

udp:sendto wont send special characters like a simple dot

Post by coliflor »

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.

Code: Select all

 love.textinput = function(text)
			udp:sendto("textinput: " .. text, ip, port)
end
i rechecked it hundred times and the code gets executed correctly but sendto wont send those special characters
I attached the whole program, its a linux dependent program
Attachments
messages.lua
(912 Bytes) Downloaded 207 times
config.lua
(154 Bytes) Downloaded 216 times
terminal.love
(107.91 KiB) Downloaded 219 times
Post Reply

Who is online

Users browsing this forum: No registered users and 75 guests