rogeraabbccdd / Kento-Rankme

Rankme for CSGO
79 stars 46 forks source link

encoding problems #179

Open ghost opened 1 year ago

ghost commented 1 year ago

when i didn't use the sql command " UPDATE rankme set name = convert(cast(convert(name using latin1) as binary) using utf8) " , the name fucked upin sql but was great in " top ", it means it is great in web. when i use that command, it is great in sql and web, but it fucked up in " top ". so how to fix it?