You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to node.js and tmi.js so this might look like a stupid question
I was wondering how I could send messages with special characters on twitch chat.
When I simply use client.say(channel, "this message has a special character é"), the "é" will not display at all in chat. Since I need to send messages in French, this is quite problematic.
I'm guessing there is some kind of encoding problem there, but could not find a way to fix it.
Does anybody know how I could fix this ? Any help would be very appreciated :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi !
I'm very new to node.js and tmi.js so this might look like a stupid question
I was wondering how I could send messages with special characters on twitch chat.
When I simply use
client.say(channel, "this message has a special character é")
, the "é" will not display at all in chat. Since I need to send messages in French, this is quite problematic.I'm guessing there is some kind of encoding problem there, but could not find a way to fix it.
Does anybody know how I could fix this ? Any help would be very appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions