Поддержка кириллицы в скрипте lua - PullRequest
0 голосов
/ 13 ноября 2018

Может кто-нибудь помочь мне с этим кодом?Я должен как-то добавить поддержку кириллицы, иначе вместо правильного текста у меня появился странный символ

function ch0script()
--ch0-main
if cl == 1 then
    bgUpdate('residential')
    audioUpdate('2')
    cw('Тестовый тест')
elseif cl == 2 then  
    cw('bl', 'Тест')
elseif cl == 3 then
    cw('bl', 'That girl is Sayori, my neighbor and good friend since we were children.')
elseif cl == 4 then
    cw('bl',"You know, the kind of friend you\'d never see yourself making today, but it just kind of works out because you've known each other for so long?")
elseif cl == 5 then
    cw('bl','We used to walk to school together on days like this, but starting around high school she would oversleep more and more frequently, and I would get tired of waiting up.')
elseif cl == 6 then
    cw('bl','But if she\'s going to chase after me like this, I almost feel better off running away.')
elseif cl == 7 then
    cw('bl','However, I just sigh and idle in front of the crosswalk and let Sayori catch up to me.')

ИЗОБРАЖЕНИЕ

3DS фото

...