Forced encoding of text to UTF-8

This commit is contained in:
Maruno17
2021-12-20 21:46:29 +00:00
parent 3c85c3fe55
commit dfb3a51815
3 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
$VERBOSE = nil
Font.default_shadow = false if Font.respond_to?(:default_shadow)
Graphics.frame_rate = 40
Encoding.default_internal = Encoding::UTF_8
Encoding.default_external = Encoding::UTF_8
def pbSetWindowText(string)
System.set_window_title(string || System.game_title)