mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
See ChangeLog
Monotone-Parent: 9cd6cf883ffe8961708e6bdb5a8b3a3f439eebbf Monotone-Revision: 2dbb637c5a189bc664f21c6d8985c3a246a77d7d Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-12T21:19:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -79,6 +79,7 @@ _xmlCharsetForCharset (NSString *charset)
|
||||
{ @"iso-2022-jp", XML_CHAR_ENCODING_2022_JP},
|
||||
// { @"iso-2022-jp", XML_CHAR_ENCODING_SHIFT_JIS},
|
||||
{ @"koi8-r", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger koi8-r -> utf8 conversion
|
||||
{ @"windows-1250", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1251 -> utf8 conversion
|
||||
{ @"windows-1251", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1251 -> utf8 conversion
|
||||
{ @"euc-jp", XML_CHAR_ENCODING_EUC_JP}};
|
||||
unsigned count;
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Version file
|
||||
|
||||
SUBMINOR_VERSION:=4
|
||||
SUBMINOR_VERSION:=0
|
||||
|
||||
# v0.9.1 requires Main v0.9.59
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<var:if condition="isSuperUser">
|
||||
|
|
||||
<var:if condition="isAdministration">
|
||||
<span class="active"><var:string label:value="Admnistration"
|
||||
<span class="active"><var:string label:value="Administration"
|
||||
/></span>
|
||||
</var:if>
|
||||
<var:if condition="isAdministration" const:negate="YES">
|
||||
|
||||
Reference in New Issue
Block a user