Display math and greek letters in php-gtk2 on winxp
This looks easy, doesn’t it? Just use modify_font() and set it to use window’s Symbol font.
I thought it was easy too when I saw pbm’s post titled “Symbol font in PHP-GTK2″.
I ended up spending two nights playing around with unicode, utf-8 and OpenSymbol font.
So here are the results of my testing — 4 examples to teach you how to display math and greek letters in php-gtk2, and how to enter these unicode characters in your text editor.
- How to display math and greek characters using symbol font - Part 1? 06/19/2007
- How to display math and greek characters using symbol font - Part 2 - input unicode characters? 06/19/2007
- How to display math and greek characters using symbol font - Part 3 - unicode characters in plain ANSI text file? 06/19/2007
- How to display math and greek characters using symbol font - Part 4 - uuencode unicode characters? 06/19/2007
/kksou
http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes