<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: quick fix for mysql character set issues</title>
	<link>http://krisgale.com/quick-fix-for-mysql-character-set-issues/</link>
	<description>meanderings of a computer scientist on the brink of sheer insanity.</description>
	<pubDate>Sat, 19 May 2012 21:51:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: JHollanti</title>
		<link>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-3177</link>
		<author>JHollanti</author>
		<pubDate>Wed, 14 Jan 2009 17:53:49 +0000</pubDate>
		<guid>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-3177</guid>
		<description>It sure did help atleast me. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>It sure did help atleast me. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TN</title>
		<link>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-3096</link>
		<author>TN</author>
		<pubDate>Sat, 03 Jan 2009 22:53:11 +0000</pubDate>
		<guid>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-3096</guid>
		<description>YES !!

Brilliant solution. Works perfectly.

THX!

TN</description>
		<content:encoded><![CDATA[<p>YES !!</p>
<p>Brilliant solution. Works perfectly.</p>
<p>THX!</p>
<p>TN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krisgale</title>
		<link>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-607</link>
		<author>krisgale</author>
		<pubDate>Tue, 26 Feb 2008 18:37:28 +0000</pubDate>
		<guid>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-607</guid>
		<description>not just mysql+php, i'd have to say i've always had similar issues in coldfusion and jsp... the database libraries in web scripting languages/platforms really do just provide basic hooks to your database, the rest is left to the developer... though i agree that this stinks, i can't think of any elegant solutions, especially when it comes to cleansing data prior to an INSERT or UPDATE.  in some cases it's better that it requires implicit value-by-value preparation because otherwise you might eliminate tokens that are useful elsewhere in your code.  nature of the beast.</description>
		<content:encoded><![CDATA[<p>not just mysql+php, i&#8217;d have to say i&#8217;ve always had similar issues in coldfusion and jsp&#8230; the database libraries in web scripting languages/platforms really do just provide basic hooks to your database, the rest is left to the developer&#8230; though i agree that this stinks, i can&#8217;t think of any elegant solutions, especially when it comes to cleansing data prior to an INSERT or UPDATE.  in some cases it&#8217;s better that it requires implicit value-by-value preparation because otherwise you might eliminate tokens that are useful elsewhere in your code.  nature of the beast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Moiron</title>
		<link>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-530</link>
		<author>Jay Moiron</author>
		<pubDate>Wed, 06 Feb 2008 19:19:19 +0000</pubDate>
		<guid>http://krisgale.com/quick-fix-for-mysql-character-set-issues/#comment-530</guid>
		<description>Is there anything particularly wrong w/ Pear::DB?  

One thing that always chafed my balls about PHP is that none of the DB functionality actually works properly without understanding the vast cultural scaffolding you have to surround it with;  requiring manual escaping of data (with several escape functions that don't actually work littering the stdlib), manually creating db handles, and just all of the error recovery that comes with literally every step of grabbing data from a db.

I haven't touched a database in a while, and in fact I've been looking at non-relational alternatives to classic SQL databases recently and liking what I am seeing tremendously.  Read more at my blog link.</description>
		<content:encoded><![CDATA[<p>Is there anything particularly wrong w/ Pear::DB?  </p>
<p>One thing that always chafed my balls about PHP is that none of the DB functionality actually works properly without understanding the vast cultural scaffolding you have to surround it with;  requiring manual escaping of data (with several escape functions that don&#8217;t actually work littering the stdlib), manually creating db handles, and just all of the error recovery that comes with literally every step of grabbing data from a db.</p>
<p>I haven&#8217;t touched a database in a while, and in fact I&#8217;ve been looking at non-relational alternatives to classic SQL databases recently and liking what I am seeing tremendously.  Read more at my blog link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

