Hello Mohsen,
> Does Glibc support persian numbers?
Yes. This is what 'I' flag defined for. (see printf manual part 3)
You can change your '%d' and '%f' with '%Id' and '%If' in printf
parameters like this:
printf ("%Id", 12345);
And you will see Persian digits if you set you locale to fa_IR.
For reading localized digits, it is not implemented correctly but it is
under development.
> Is there any application in linux supporting persian numbers?Should
> this support be added to any application that is supposed to support
> persian language?
>
Gedit is going to be the first application which support Persian digits.
It would be in the next version.
Hamed
_______________________________________________
PersianComputing mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/persiancomputing