We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dbb95 commit 8a88e51Copy full SHA for 8a88e51
tests/include/bundledLibsTest.php
@@ -2,6 +2,7 @@
2
3
@define('S9Y_PEAR_PATH', dirname(__FILE__) . '/../../bundled-libs/');
4
@define('IN_serendipity', true);
5
+@define('LANG_CHARSET', 'UTF-8');
6
require_once dirname(__FILE__) . '/../../include/compat.inc.php';
7
if (!class_exists('XML_RPC_Base')) {
8
include_once(S9Y_PEAR_PATH . "XML/RPC.php");
0 commit comments