PHP-GTK2 Newsletter
|
Sample Code 271: How to display math and greek characters using symbol font - Part 4 - uuencode unicode characters? |
| Written by kksou | ||||||
| Tuesday, 19 June 2007 | ||||||
|
Problem In Part 3, we encode math and greek unicode characters using urlencode. Instead of using urlencode, we can also use uuencode to encode the unicode characters as shown below:
Solution In case you haven't use it before, uuencode translates all strings (including unicode characters) into printable characters, making them safe for network transmissions. Everything is the same as outlined in How to display math and greek characters using symbol font - Part 3 - unicode characters in plain ANSI text file? The only difference is that instead of using Sample Code
Explanation The sample code above is based on How to display math and greek characters using symbol font - Part 2 - input unicode characters? What's new here:
Related Links
User reviews There are no user reviews yet. Note: You have to be a registered member to leave a comment. Free registration here. |
||||||
| < Prev | Next > |
|---|





