<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating utf-8 tables in symfony 1.4 /doctrine 1.2</title>
	<atom:link href="http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 22 Dec 2011 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: internetnih strani</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-4156</link>
		<dc:creator>internetnih strani</dc:creator>
		<pubDate>Sun, 27 Mar 2011 14:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-4156</guid>
		<description>Thanks for this solution. I was struggling one hour with this issue before googling it :D</description>
		<content:encoded><![CDATA[<p>Thanks for this solution. I was struggling one hour with this issue before googling it <img src='http://blog.rajatpandit.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alireza</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-3701</link>
		<dc:creator>Alireza</dc:creator>
		<pubDate>Fri, 08 Oct 2010 06:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-3701</guid>
		<description>In my case when I set my db to pgsql without adding following parameters in the database.yml it works with unicode tables and fixtures.

attributes:
default_table_collate: utf8_general_ci
default_table_charset: utf8

But for mysql db the above lines must be added in database.yml.</description>
		<content:encoded><![CDATA[<p>In my case when I set my db to pgsql without adding following parameters in the database.yml it works with unicode tables and fixtures.</p>
<p>attributes:<br />
default_table_collate: utf8_general_ci<br />
default_table_charset: utf8</p>
<p>But for mysql db the above lines must be added in database.yml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alireza</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-3700</link>
		<dc:creator>Alireza</dc:creator>
		<pubDate>Fri, 08 Oct 2010 06:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-3700</guid>
		<description>Thank you Susan, Your database.yml configuration parameters worked fine.</description>
		<content:encoded><![CDATA[<p>Thank you Susan, Your database.yml configuration parameters worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-3538</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-3538</guid>
		<description>Hi,
can you tell me how I can configure partitions thru Doctrine YML? similar to defining indexes, is there a syntax? If not, can raw SQL be added to the set-up function?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
can you tell me how I can configure partitions thru Doctrine YML? similar to defining indexes, is there a syntax? If not, can raw SQL be added to the set-up function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating utf-8 tables in symfony 1.4 /doctrine 1.2 » HalGatewood.com</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2813</link>
		<dc:creator>Creating utf-8 tables in symfony 1.4 /doctrine 1.2 » HalGatewood.com</dc:creator>
		<pubDate>Sun, 02 May 2010 04:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2813</guid>
		<description>[...] via Creating utf-8 tables in symfony 1.4 /doctrine 1.2 &#124; Connecting the dots&#8230;. [...]</description>
		<content:encoded><![CDATA[<p>[...] via Creating utf-8 tables in symfony 1.4 /doctrine 1.2 | Connecting the dots&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2659</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2659</guid>
		<description>Hi,

you could also directly create a utf8-database:

config/databases.yml

all:
  doctrine:
    class: sfDoctrineDatabase
    param:
      dsn:      mysql:host=localhost;dbname=
      username: root
      password: 
      attributes:
        default_table_collate: utf8_general_ci
        default_table_charset: utf8


$ ./symfony doctrine:build-db</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you could also directly create a utf8-database:</p>
<p>config/databases.yml</p>
<p>all:<br />
  doctrine:<br />
    class: sfDoctrineDatabase<br />
    param:<br />
      dsn:      mysql:host=localhost;dbname=<br />
      username: root<br />
      password:<br />
      attributes:<br />
        default_table_collate: utf8_general_ci<br />
        default_table_charset: utf8</p>
<p>$ ./symfony doctrine:build-db</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UTF8 con Doctrine en Symfony 1.4 &#124; Symfony por David Vega</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2640</link>
		<dc:creator>UTF8 con Doctrine en Symfony 1.4 &#124; Symfony por David Vega</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2640</guid>
		<description>[...] Rajat Pandit   configure, database, doctrine, utf8      This entry was posted on Ene 21st, 2010 at 06:45 and is [...]</description>
		<content:encoded><![CDATA[<p>[...] Rajat Pandit   configure, database, doctrine, utf8      This entry was posted on Ene 21st, 2010 at 06:45 and is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rp</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2565</link>
		<dc:creator>rp</dc:creator>
		<pubDate>Mon, 04 Jan 2010 22:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2565</guid>
		<description>yes that would be another way of doing that! thanks for pointing that out!</description>
		<content:encoded><![CDATA[<p>yes that would be another way of doing that! thanks for pointing that out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dextro</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2552</link>
		<dc:creator>Dextro</dc:creator>
		<pubDate>Sat, 02 Jan 2010 22:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2552</guid>
		<description>You can put the main options for all tables at the top of your schema.yml file

options:
  collate: utf8_unicode_ci
  charset: utf8
User:
  columns:
    username: string(255)
    password: string(255)</description>
		<content:encoded><![CDATA[<p>You can put the main options for all tables at the top of your schema.yml file</p>
<p>options:<br />
  collate: utf8_unicode_ci<br />
  charset: utf8<br />
User:<br />
  columns:<br />
    username: string(255)<br />
    password: string(255)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rp</title>
		<link>http://blog.rajatpandit.com/2009/12/19/creating-utf-8-tables-in-symfony-1-4-doctrine-1-2/comment-page-1/#comment-2501</link>
		<dc:creator>rp</dc:creator>
		<pubDate>Sun, 20 Dec 2009 18:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=421#comment-2501</guid>
		<description>yea! thanks for that pointer, i suppose its best to use the superset, will be doing more debugging in the following week and possibly write about the findings.</description>
		<content:encoded><![CDATA[<p>yea! thanks for that pointer, i suppose its best to use the superset, will be doing more debugging in the following week and possibly write about the findings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

