diff --git a/trunk/Properties/Settings.Designer.cs b/trunk/Properties/Settings.Designer.cs index 7a45e8e..ccd502c 100644 --- a/trunk/Properties/Settings.Designer.cs +++ b/trunk/Properties/Settings.Designer.cs @@ -866,18 +866,6 @@ namespace LSLEditor.Properties { } } - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("ANSI")] - public string OutputFormat { - get { - return ((string)(this["OutputFormat"])); - } - set { - this["OutputFormat"] = value; - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] @@ -1228,5 +1216,17 @@ namespace LSLEditor.Properties { return ((string)(this["Version"])); } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("UTF-8")] + public string OutputFormat { + get { + return ((string)(this["OutputFormat"])); + } + set { + this["OutputFormat"] = value; + } + } } } diff --git a/trunk/Properties/Settings.settings b/trunk/Properties/Settings.settings index 7b586d2..a404764 100644 --- a/trunk/Properties/Settings.settings +++ b/trunk/Properties/Settings.settings @@ -221,9 +221,6 @@ - - ANSI - False @@ -332,5 +329,8 @@ 2.43 + + UTF-8 + \ No newline at end of file diff --git a/trunk/app.config b/trunk/app.config index 9c52a69..96a36e4 100644 --- a/trunk/app.config +++ b/trunk/app.config @@ -185,9 +185,6 @@ - - UTF-8 - False @@ -239,6 +236,9 @@ True + + UTF-8 +