krh5150
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013
05:17 PM
Accented Characters Not Displaying
Hi,
I'm retrieving data from an XML file that is encoded as UTF-8. Some of the data contains names of people that contain accented characters.
For example, fullName = "André Maranne"
However, when displayed on my channel that I'm creating, it displays as Andr Maranne with no é. Can someone provide an example of how to either set the encoding for Roku to display these accented characters or an example (code) to display the name above as "André Maranne"?
Also, FYI...I have looked through the developer forum board and have not found any exact solution or examples.
This has been driving me crazy for the last two evenings!
Thanks,
Kevin
I'm retrieving data from an XML file that is encoded as UTF-8. Some of the data contains names of people that contain accented characters.
For example, fullName = "André Maranne"
However, when displayed on my channel that I'm creating, it displays as Andr Maranne with no é. Can someone provide an example of how to either set the encoding for Roku to display these accented characters or an example (code) to display the name above as "André Maranne"?
Also, FYI...I have looked through the developer forum board and have not found any exact solution or examples.
This has been driving me crazy for the last two evenings!
Thanks,
Kevin
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013
07:12 PM
Re: Accented Characters Not Displaying
The built in character set doesn't include those characters. If you do want to use accents and such, you'll have to create your own screen using roScreen or roImageCanvas, and load a .ttf or .otf font in your project.
- Joel
- Joel