We open and read a file which has UTF 8 characters and prepare an image using the content read. But when we render that image to Browser we do not see the UTF8 characters instead we see some junk characters.
How can we make the image to be displayed with UTF 8 character format? Do we need to display or read in some specialized format?