<?xml version="1.0" encoding="utf-8"?>
		<feed xmlns="http://www.w3.org/2005/Atom">
			<title type="text">Akelos PHP Framework Forum - localized number format</title>
			<updated>2010-09-06T09:49:27+02:00</updated>
			<id>http://forum.akelos.org/</id>
			<link rel="alternate" type="text/html" hreflang="en"
				href="http://forum.akelos.org/discussion/?DiscussionID=740&amp;page=1"/>
			<link rel="self" type="application/atom+xml"
				href="http://forum.akelos.org/discussion/?DiscussionID=740&amp;Feed=ATOM&amp;page=1"/>
			<generator
				uri="http://getvanilla.com/"
				version="1.1.4">
				Lussumo Vanilla &amp; Feed Publisher
			</generator>
			<entry>
		<title>localized number format</title>
		<link rel="alternate" href="http://forum.akelos.org/discussion/740/?Focus=3021#Comment_3021" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.akelos.org/discussion/740/?Focus=3021#Comment_3021</id>
		<published>2009-02-10T03:49:34+01:00</published>
		<updated>2010-09-06T09:49:27+02:00</updated>
		<author>
			<name>dpinte</name>
			<uri>http://forum.akelos.org/account/373/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Hi,

I have an application with three languages : english, french and dutch. The french locale should auhtorize the users to enter numbers like &quot;2,7&quot; and the english ones should enter ...
		</summary>
		<content type="html">
			<![CDATA[Hi,<br /><br />I have an application with three languages : english, french and dutch. The french locale should auhtorize the users to enter numbers like &quot;2,7&quot; and the english ones should enter &quot;2.7&quot;. When users use this in our application (Akelos 0.8), the english users have a correct number saved into the db but the french users see only &quot;2.0&quot;. <br /><br />It seems the decimal part has been lost. <br /><br />Is akelos &quot;locale decimal format aware&quot; ? It there a recommended way to treat such things ?<br /><br />Thanks<br /><br />Didrik]]>
		</content>
	</entry>
	<entry>
		<title>localized number format</title>
		<link rel="alternate" href="http://forum.akelos.org/discussion/740/?Focus=3028#Comment_3028" type="application/xhtml+xml" hreflang="en"/>
		<id>http://forum.akelos.org/discussion/740/?Focus=3028#Comment_3028</id>
		<published>2009-02-11T05:50:14+01:00</published>
		<updated>2010-09-06T09:49:27+02:00</updated>
		<author>
			<name>bermi</name>
			<uri>http://forum.akelos.org/account/1/</uri>
		</author>
		<summary type="text" xml:lang="en">
			I normally use number_format() and Ak::locale('number_format') for displaying localized numbers, but there is no Akelos way of normalizing users input.
		</summary>
		<content type="html">
			<![CDATA[<p>I normally use number_format() and Ak::locale('number_format') for displaying localized numbers, but there is no Akelos way of normalizing users input.</p>
]]>
		</content>
	</entry>
	
		</feed>