Quote: "Quote: should you not be directly pasting 'です' into AppGameKit?
1. No, I can't
...
I can not see any of Russian letter in AppGameKit IDE"
have you checked the IDE Edit/Preferences/Interface
Font Settings? Mine work for this:
and, using the togoshi font found
HERE:
togo = LoadFont("togoshi.ttf")
SetPrintFont(togo)
desu = CreateText("です")
SetTextSize(desu,32)
SetTextFont(desu,togo)
box = CreateEditBox()
SetEditBoxFont(box,desu)
SetEditBoxPosition(box,80,6)
SetEditBoxText(box,"です")
russ = CreateText("Превед")
SetTextSize(russ,24)
SetTextSpacing(russ,-8)
SetTextFont(russ,togo)
SetTextPosition(russ,0,100)
rbox = CreateEditBox()
SetEditBoxFont(rbox,togo)
SetEditBoxPosition(rbox,100,100)
SetEditBoxText(rbox,"Превед")
do
Print("")
Print("")
Print("で" + STR(ASC("で")))
Print("す" + STR(ASC("す")))
Sync()
loop

*i didn't see a text spacing option for edit boxes? they needs it. meanwhile, i've changed
SetEditBoxFont(rbox,desu) to
SetEditBoxFont(rbox,togo) in the snippet (and left my error showing in the image).
Quote: " Why it is impossible in AGH Studio ??"
i can't speak on Studio since i only have Classic. It may be a Studio IDE bug so, check the
Repo to see if it's already been reported, otherwise feel free to report it yourself?
@Chmava, is your issue resolved? this is your thread

you said "Anyway, I created a BOM stripper " and i'm not sure what that means (or if it was a solution?). If not, can you direct me to the font you're using?
meanwhile,
@Kong2020, any particular reason you Reported xcode77's last post? was that an accident? you can't yet receive PMs so i've asked here