On Sun, Sep 12, 2004 at 01:22:02PM -0700, Skip Tavakkolian wrote:
> 
> I see. The font I use shows lower case 'L' the same as upper case 'I'.
> For what it is worth, according to ISO C99, if __STDC_ISO_10646__
> macro is defined, you can use the "l" (lower case 'L') modifier for
> char ("%c") format to print a UNICODE char:
> 
> Is the upper case "i" (eye) for printf in the ISO C standard?
> 
No it isn't.  ISO C only reserves lowercase letters.  
'I' is defined by glibc for both printf and scanf.

Hamed

_______________________________________________
PersianComputing mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/persiancomputing

Reply via email to