Welcome Guest, Not a member yet? Register   Sign In
Watermarks (image_lib) for non-latin or special characters
#5

[eluser]popovich[/eluser]
The solution:
- encode everything as UTF-8 (your database table and field);
- user a TrueType (.ttf) font; though the freetype documentation states, that Type1 and OpenType can be used, the cyrillic characters will not be found in the font table; however, it works fine with latin characters;
- apply html_entity_decode() to be able to display special chars;
- triple check what you are testing — from strings you are trying to display to, well, the MVC setup (my case);

Cheers.


Messages In This Thread
Watermarks (image_lib) for non-latin or special characters - by El Forum - 03-14-2008, 05:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB