<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : entering special chars in profile</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 19:26:41 -0000</pubDate>

		<item>
			<title>urlkiller</title>
			<description><![CDATA[found the mistake.<br />
<br />
indeed the problem did not arose from the special chars.<br />
it was more a problem about the conversion of database and given input.<br />
<br />
i had entered something that was outputted wrong later on and saved again in the new format.<br />
this was causing the false var to get not converted in utf not from the site itself nor the database.<br />
<br />
after i changed it manually in the database it worked fine. dont know, somehow it missed this char only... was kinda frustating searching for the problem. because it wasnt really one.<br />
<br />
;)]]></description>
			<pubDate>Zo, 07 Jun 2009 23:25:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=2617&d=0#post13064]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[That's quite weird because it is known to save national characters without any problems. E.g. if I type location in Russian, it saves fine. There's nothing in code that could cause it, because it is simply imported as TXT<br />
<div class="highlight"><pre class="php">$ruserlocation = sed_import('ruserlocation','P','TXT');</pre></div>
and then escaped for MySQL query<br />
<div class="highlight"><pre class="php">user_location='&quot;.sed_sql_prep($ruserlocation).&quot;',</pre></div>
Have you tried it on some other server?]]></description>
			<pubDate>Zo, 07 Jun 2009 16:16:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=2617&d=0#post13061]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[my db is utf8 unicode as well as the settings on the webpage.7both utf8 but nothing is working with special chars..<br />
<br />
any solutions?]]></description>
			<pubDate>Za, 06 Jun 2009 21:00:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=2617&d=0#post13058]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[You need to check your database. It needs to be UTF8 I believe.<br />
There are some topics about it in the forum.]]></description>
			<pubDate>Vr, 17 Apr 2009 19:44:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=2617&d=0#post11525]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[got a small prob i think.<br />
<br />
if i change my profile and entering at location something with an: ä ö ü or ß it only saving the letters without the special chars.<br />
<br />
is this already reported? or not a bug? special char security?]]></description>
			<pubDate>Vr, 17 Apr 2009 19:40:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=2617&d=0#post11524]]></link>
		</item>
	</channel>
</rss>