Forum Discussion
RokuKC
8 years agoRoku Employee
"johnmarsden" wrote:
How do you "map the characters properly"?
If I'm using Helvetica which is capable of displaying them: Ḁ ḁ Ḉ Ḍ ḓ ḗ Ḡ Ḳ Then shouldn't that work? I've tested that it works in browsers and stuff with various fonts, but using those same fonts won't show the characters Roku.
You shouldn't have to do anything other than using a font that includes those characters in its repertoire.
Where did you get your Helvetica font file? Have you verified that the .ttf / .otf has glyphs defined at those Unicode code points, and that the string/text you are trying to display has the corresponding Unicode character values?
I did a quick test with some of those characters and they displayed as expected using a Google Noto font.
ABDev25
7 months agoNewbie
I have a similar issue except instead of boxes the Roku is displaying unicode. For items like commas, apostrophes, ampersands, letters with accents, < > - it refuses to display the character. What's very interesting is that Roku displays unicode for { but it does display } as a character. When we input japanese characters it also does not yield a rectangle.
We had coded an MVP which displayed all the proper characters (and rectangles for japanese characters which was fine) - however now as we are pushing directly from Roku we have lost our ability to display characters and it displays unicode instead.
How can we fix this? RokuKC