<?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: Maintaining localization between Python and PHP (it&#8217;s not fun)</title>
	<atom:link href="http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/</link>
	<description>because at 3am anything sounds good</description>
	<lastBuildDate>Sat, 14 Aug 2010 23:52:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Les</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-63345</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-63345</guid>
		<description>I wish you luck. I had to share data between ASP.NET and PHP pages running on the same domain. You can&#039;t share Sessions. I passed some params and used Cookies but the security model breaks each time. 
I came to the conclusion that you should use one or the other. In the end jQuery and Web Services came to my aid; it&#039;s the best way to share this type of work.</description>
		<content:encoded><![CDATA[<p>I wish you luck. I had to share data between ASP.NET and PHP pages running on the same domain. You can&#8217;t share Sessions. I passed some params and used Cookies but the security model breaks each time.<br />
I came to the conclusion that you should use one or the other. In the end jQuery and Web Services came to my aid; it&#8217;s the best way to share this type of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Clouser</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-58023</link>
		<dc:creator>Wil Clouser</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-58023</guid>
		<description>&lt;blockquote&gt;I remember reading somewhere that you’d written some Django middleware that allowed you to access PHP sessions from Django.  
I need to do something similar to this for a project I’m working on at the moment. Is this code available anywhere?&lt;/blockquote&gt;

That was Dave Dash.  I think it&#039;s mostly this commit http://github.com/jbalogh/zamboni/commit/5f5c3c881e5ff9d6867749f9be162942ea03d169 but you should look at the newer versions of those files since that&#039;s from months ago.</description>
		<content:encoded><![CDATA[<blockquote><p>I remember reading somewhere that you’d written some Django middleware that allowed you to access PHP sessions from Django.<br />
I need to do something similar to this for a project I’m working on at the moment. Is this code available anywhere?</p></blockquote>
<p>That was Dave Dash.  I think it&#8217;s mostly this commit <a href="http://github.com/jbalogh/zamboni/commit/5f5c3c881e5ff9d6867749f9be162942ea03d169" rel="nofollow">http://github.com/jbalogh/zamboni/commit/5f5c3c881e5ff9d6867749f9be162942ea03d169</a> but you should look at the newer versions of those files since that&#8217;s from months ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Stone</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-57985</link>
		<dc:creator>Paul Stone</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-57985</guid>
		<description>I remember reading somewhere that you&#039;d written some Django middleware that allowed you to access PHP sessions from Django. 

I need to do something similar to this for a project I&#039;m working on at the moment. Is this code available anywhere?</description>
		<content:encoded><![CDATA[<p>I remember reading somewhere that you&#8217;d written some Django middleware that allowed you to access PHP sessions from Django. </p>
<p>I need to do something similar to this for a project I&#8217;m working on at the moment. Is this code available anywhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-57982</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-57982</guid>
		<description>Btw, take a look at intl, it is an ICU based module and covers some of of the issues you describe here.

http://www.php.net/intl</description>
		<content:encoded><![CDATA[<p>Btw, take a look at intl, it is an ICU based module and covers some of of the issues you describe here.</p>
<p><a href="http://www.php.net/intl" rel="nofollow">http://www.php.net/intl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwayne Bailey</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-57953</link>
		<dc:creator>Dwayne Bailey</dc:creator>
		<pubDate>Tue, 09 Mar 2010 01:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-57953</guid>
		<description>Glad to see that the &lt;a href=&quot;http://bit.ly/9Kmw47&quot; rel=&quot;nofollow&quot;&gt;Translate Toolkit&lt;/a&gt; has helped you in the manipulation of localisation files, your scripts should be in v 1.6.0.  I&#039;ve always wanted to see the toolkit emerge as a &lt;a href=&quot;http://bit.ly/c46vom&quot; rel=&quot;nofollow&quot;&gt;powerful platform&lt;/a&gt; for the manipulating and managing localisation files.  So nice to see it getting wider contributions and finding new uses.

If you can get that msgctxt patch into Python then you will be my hero :)</description>
		<content:encoded><![CDATA[<p>Glad to see that the <a href="http://bit.ly/9Kmw47" rel="nofollow">Translate Toolkit</a> has helped you in the manipulation of localisation files, your scripts should be in v 1.6.0.  I&#8217;ve always wanted to see the toolkit emerge as a <a href="http://bit.ly/c46vom" rel="nofollow">powerful platform</a> for the manipulating and managing localisation files.  So nice to see it getting wider contributions and finding new uses.</p>
<p>If you can get that msgctxt patch into Python then you will be my hero <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Balogh</title>
		<link>http://micropipes.com/blog/2010/03/08/maintaining-localization-between-python-and-php-its-not-fun/comment-page-1/#comment-57951</link>
		<dc:creator>Jeff Balogh</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://micropipes.com/blog/?p=115#comment-57951</guid>
		<description>Are you going to contribute the improvements back to Babel?</description>
		<content:encoded><![CDATA[<p>Are you going to contribute the improvements back to Babel?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
