Re: Numeric shaping in Pango



On Tue, 2003-09-23 at 10:04, Lina Kemmel wrote:
> Roozbeh Pournader wrote:
> 
> > May I have your sample code?
> 
> Not too much code :-), something like:
> 
> #include <stdio.h>
> 
> main()
> {
>   fprintf(stdout, "%Id", 3);
> }

Trying adding #include <locale.h>   setlocal (LC_ALL, ""); .. without
setting the locale, GLibc isn't going to know how to interpret the
I flag.

Regards,
					Owen





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]