mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Forced encoding of text to UTF-8
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -726,8 +726,8 @@ module PluginManager
|
||||
end
|
||||
end
|
||||
end
|
||||
echoln ""
|
||||
if scripts.length > 0
|
||||
echoln ""
|
||||
Console.echo_h2("Successfully loaded #{scripts.length} plugin(s)", text: :green)
|
||||
else
|
||||
Console.echo_h2("No plugins found", text: :green)
|
||||
|
||||
Reference in New Issue
Block a user