1LoL1 Posted September 15, 2015 Share Posted September 15, 2015 Can anyone help me with this? i don't know where i must use this. i say in server "č" but in my database i see "Ä". and i want when i say in server "č" i will see in database "č". test = { ['č'] = 'Ä', } here: exports.logs:outputServerLogDB(string.gsub((getPlayerName( thePlayer )..": "..message), '#%x%x%x%x%x%x', ''), "GlobalChat") Link to comment
Rudy Posted September 15, 2015 Share Posted September 15, 2015 Use UTF-8 encoding in your database. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now