/**
* default encoding if the locale does not specify one
*/
- define( "DEFAULT_ENCODING", "iso-8859-1" );
+ define( "DEFAULT_ENCODING", "utf-8" );
/**
* default direction for texts, if the locale does not specify one
}
}
}
-?>
\ No newline at end of file
+?>
var $callbacks = array();
var $message;
var $capabilities;
- var $defencoding = 'iso-8859-1';
+ var $defencoding = 'utf-8';
function IXR_Server($callbacks = false, $data = false) {
$this->setCapabilities();
if ($callbacks) {
}
}
-?>
\ No newline at end of file
+?>
* @param html|htmlall|url|quotes|hex|hexentity|javascript
* @return string
*/
-function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1')
+function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'UTF-8')
{
switch ($esc_type) {
case 'html':
/**
* default content-type that is going to be sent in HTTP headers
*/
- define( "DEFAULT_VIEW_CHARSET", "iso-8859-1" );
+ define( "DEFAULT_VIEW_CHARSET", "utf-8" );
/**
* default page where we should start if the "page" parameter is not
<?php
// set this to the encoding that should be used to display the pages correctly
-$messages['encoding'] = 'iso-8859-1';
+$messages['encoding'] = 'utf-8';
$messages['locale_description'] = 'English locale file for LifeType';
// locale format, see LTLocale::formatDate for more information
$messages['date_format'] = '%d/%m/%Y %H:%M';