<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/500/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dkg</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/500/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dkg"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/Special:Contributions/Dkg"/>
	<updated>2026-04-17T05:15:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/500/en/index.php?title=error/admin/unicoderequired&amp;diff=26647</id>
		<title>error/admin/unicoderequired</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/500/en/index.php?title=error/admin/unicoderequired&amp;diff=26647"/>
		<updated>2007-09-05T18:00:13Z</updated>

		<summary type="html">&lt;p&gt;Dkg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m getting this error on a new moodle 1.8.2+ installation (package pulled 2007-09-05).  It reads, in full (in horrible light-grey-on-light-red colors):&lt;br /&gt;
&lt;br /&gt;
::It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).&lt;br /&gt;
&lt;br /&gt;
I&#039;m doing this on a postgresql 7.4 server (debian etch), which apparently does not default to creating the database with a utf8 encoding.&lt;br /&gt;
&lt;br /&gt;
To resolve the issue, i switched to the postgresql user, removed the old database, and recreated the new one, with a utf8 encoding:&lt;br /&gt;
&lt;br /&gt;
 postgres@mongoose:~$ dropdb moodle&lt;br /&gt;
 DROP DATABASE&lt;br /&gt;
 postgres@mongoose:~$ createdb -E utf8 -O www-data moodle&lt;br /&gt;
 CREATE DATABASE&lt;br /&gt;
 postgres@mongoose:~$&lt;/div&gt;</summary>
		<author><name>Dkg</name></author>
	</entry>
</feed>