Re: Bug 100111

2009-10-21 Thread Yuka Kamiya
Hello, samuel jawahar wrote: > Hello, I have a requirement “number to text conversion” > Example:-123 is the number the equivalent text is:” one hundred and three” > All the standings are as per international scientific standard > Is there any API in java addressing this request?

Re: Bug 100111

2009-10-20 Thread Yoshito Umaoka
FYI: Such API is not currently available in JDK. The Unicode CLDR project (http://www.unicode.org/cldr) maintains "Rule-Based Number Formatting" for various types in various locales - http://www.unicode.org/reports/tr35/#Rule-Based_Number_Formatting An implementation is provided by the ICU pro

Re: Bug 100111

2009-10-19 Thread samuel jawahar
Hello, I have a requirement “number to text conversion” Example:-123 is the number the equivalent text is:” one hundred and three” All the standings are as per international scientific standard Is there any API in java addressing this request? If not shall I send my implementation as part my

Re: Bug 100111

2009-10-19 Thread samuel jawahar
> > Hello, I have a requirement “number to text conversion” > Example:-123 is the number the equivalent text is:” one hundred and three” > All the standings are as per international scientific standard > Is there any API in java addressing this request? > If not shall I send my implementation