> Here's my code:
> ...
> {
>     color(FL_BLUE);
>     begin();
>     btnDownload.label("डाउनलोड");
>     btnDownload.callback(cb_btnDownload);
>     btnAttendence.label("उपस्थिति");
>     btnAttendence.callback(cb_btnAttendence);
>     btnMeasurement.label("कार्य प्रगति");
>     btnMeasurement.callback(cb_btnMeasurement);
>     btnUpload.label("अपलोड");
>     btnUpload.callback(cb_btnUpload);
>     end();
> }

This is always tricky, because it depends on what is installed.
I can see the label calls above with non-Western characters in them
in my browser and mail program, but fltk-1.3.x does not show the same.
Do the attachments reflect what you see too?

Cheers
D.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to