diff options
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | framework/I18N/core/MessageSource_XLIFF.php | 2 | 
2 files changed, 2 insertions, 1 deletions
| @@ -54,6 +54,7 @@ NEW: Ticket#853 - Added Drag and drop components (Christophe)  NEW: Ticket#891 - Added method that returns table name to TActiveRecord (Michael)  BUG: Ticket#38 - (trac:835) TValidationSummary, works different when it's showing Javascript Validation than Server Validation (Carl)  ENH: Ticket#32 - (trac:861) Implement ability to specify default service ID (Carl) +ENH: Ticket#31 - (trac:867) Consider UTF MessageSource_XLIFF class file (Carl)  Version 3.1.2 April 21, 2008  ============================ diff --git a/framework/I18N/core/MessageSource_XLIFF.php b/framework/I18N/core/MessageSource_XLIFF.php index f962e9a1..4c101bf0 100644 --- a/framework/I18N/core/MessageSource_XLIFF.php +++ b/framework/I18N/core/MessageSource_XLIFF.php @@ -502,7 +502,7 @@ class MessageSource_XLIFF extends MessageSource  	{
  		$date = @date('c');
  $xml = <<<EOD
 -<?xml version="1.0"?>
 +<?xml version="1.0" encoding="UTF-8"?>
  <xliff version="1.0">
   <file
  	source-language="EN"
 | 
