From kde-devel Wed May 31 10:36:41 2006 From: Allan Sandfeld Jensen Date: Wed, 31 May 2006 10:36:41 +0000 To: kde-devel Subject: Re: QLocale for float Arabic Numbers Message-Id: <200605311236.41816.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=114907186124043 On Wednesday 31 May 2006 11:56, Arash wrote: > Dear all, > I noticed that the QLocale could not read/write the Arabic/Persian float > numbers, coudl somebody confirm it? I just checked. QLocale can't handle non-european numbers _at all_, neither as float nor as integers. The string<->int functions only deal with separators not with different characters. We might have to add that somethere in kdecore ourselves then. `Allan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<