Re: [GENERAL] National Number to text conversion

2006-05-29 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > is there any known way to convert numbers to their text > equivalent in English and other languages? See: http://search.cpan.org/~rvasicek/Lingua-Num2Word-0.07/Num2Word.pm Easy enough to put into a pl/perlu. I've used the English version success

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread A. Kretschmer
am 29.05.2006, um 17:09:10 +0200 mailte Samer Abukhait folgendes: > Hello, > > is there any known way to convert numbers to their text equivalent in > English and other languages? > > like 25 --> Twenty Five IIRC i have @work a book about sed and awk, and, iirc, there are a code for awk or sed

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread Tom Lane
"Samer Abukhait" <[EMAIL PROTECTED]> writes: > I am seeking for a dynamic way to combine text numbers There's some code in the "money" datatype for this, but it's hard-wired for English. I have a vague feeling that I've seen a Perl module for the task, which might possibly have international capa

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread Jorge Godoy
Em Segunda 29 Maio 2006 12:22, brian ally escreveu: > I was thinking the same. But Bob's reply has me wondering if there are > any online resources for this sort of thing. Specifically, i have a > look-up table, with most (possibly all - i don't know) countries' > 2-letter ISO codes and english nam

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread brian ally
Bob Pawley wrote: Make a table that you can reference. Fill it with Arabic, English or any language that you wish. Make it available to the list so those who wish can particpate and receive a copy of the finished product. Bob - Original Message - From: Samer Abukhait To: pgsq

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread Samer Abukhait
Not sure that i understand..Fill what exactly in the table?I am seeking for a dynamic way to combine text numbersPlease also note that in Arabic .. text numbers behave differently according to the item you are counting (male or female Items) On 5/29/06, Bob Pawley <[EMAIL PROTECTED]> wrote:

Re: [GENERAL] National Number to text conversion

2006-05-29 Thread Bob Pawley
 Make a table that you can reference. Fill it with Arabic, English or any language that you wish.   Make it available to the list so those who wish can particpate and receive a copy of the finished product.   Bob   - Original Message - From: Samer Abukhait To: pgsql-gene