changeset 2:e883b490ff93

Convert to UTF8 no BOM ... ><
author Xiiph
date Sat, 05 Feb 2011 21:31:50 +0100
parents 6af2d0a0c537
children 43155c3c1700
files ICU.lua ICU.toc enUS.lua
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ICU.lua	Sat Feb 05 20:27:14 2011 +0100
+++ b/ICU.lua	Sat Feb 05 21:31:50 2011 +0100
@@ -3,6 +3,7 @@
 
 local icu = LibStub("AceAddon-3.0"):NewAddon("ICU", "AceEvent-3.0", "AceTimer-3.0");
 
+-- UTF8
 -- Accepted flasks
 local flaskID = {
 	79469, -- Flask of Steelskin
--- a/ICU.toc	Sat Feb 05 20:27:14 2011 +0100
+++ b/ICU.toc	Sat Feb 05 21:31:50 2011 +0100
@@ -1,7 +1,7 @@
 ## Interface: 40000
 ## Title: ICU
 ## Author: Xiiph
-## Version: 1.0-@project-version@
+## Version: @project-version@
 ## Notes: Check for flasks/food buffs
 ## SavedVariables: icuDB
 
@@ -12,5 +12,6 @@
 #Localization
 enUS.lua
 
+
 #Core
 ICU.lua
\ No newline at end of file
--- a/enUS.lua	Sat Feb 05 20:27:14 2011 +0100
+++ b/enUS.lua	Sat Feb 05 21:31:50 2011 +0100
@@ -1,7 +1,7 @@
 -- enUS.lua
 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true)
 if not L then return end
-
+-- UTF8
 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@
 --@do-not-package@
 L["Well Fed reminder!"] = true