Charset is always utf-8.

This commit is contained in:
Michal Čihař
2010-03-11 18:26:04 +01:00
parent c60dd8b7c6
commit 0fb8f2c7ef

View File

@@ -1,7 +1,9 @@
<?php
/* $Id$ */
$charset = __('utf-8');
/* We use only utf-8 */
$charset = 'utf-8';
/* l10n: Text direction, use either ltr or rtl */
$text_dir = __('ltr');
/* l10n: Thousands separator */