other
His Dad [06-19-17 - 08:19]
diff --git a/Delete-Account.lua b/Delete-Account.lua
index 1d8687e..2f77cbb 100644
--- a/Delete-Account.lua
+++ b/Delete-Account.lua
@@ -13,11 +13,11 @@ Utility to delete old Accounts
local dateformat = "%Y-%m-%d, %H:%M"
local dateformat_log = "%Y-%m-%d-%H-%M-%S"
---iup.SetGlobal("UTF8MODE","YES")
-- ========================
-version= "21"
+version= "38"
require( "iuplua" )
require( "iupluacontrols" )
+iup.SetGlobal("UTF8MODE","YES")
dofile "../../SavedVariables/History.lua"
function dump(o)
diff --git a/Delete-Character.lua b/Delete-Character.lua
index 74c6102..1b0430d 100644
--- a/Delete-Character.lua
+++ b/Delete-Character.lua
@@ -8,18 +8,18 @@ Utility to delete old chars
]]
---for version 29
+--for version 29 and later
-- Configuration ==========
local dateformat = "%Y-%m-%d, %H:%M"
local dateformat_log = "%Y-%m-%d-%H-%M-%S"
---iup.SetGlobal("UTF8MODE","YES")
-- ========================
version= "22"
require( "iuplua" )
require( "iupluacontrols" )
+iup.SetGlobal("UTF8MODE","YES")
dofile "../../SavedVariables/History.lua"
function dump(o)
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 0c09313..125bfa7 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,6 +1,6 @@
2017-06-13 version 38
- Translation fixes.
+ Translation fixes, UTF8 now working
Localised Dates.
Thanks, Snakefish!