Kodi Community Forum
scrollsuffix limitation? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: scrollsuffix limitation? (/showthread.php?tid=139639)



scrollsuffix limitation? - adrian ballard - 2012-09-03

Using scrollsuffix, it defaults to " / " [wiki says " | "] . However, I'd like to use a bullet " • " [U+2022].
Anyway to make this work even if it means using a strings entry?

Asking about the strings entry as I can use bullets in labels once the string is defined.


RE: scrollsuffix limitation? - Hitcher - 2012-09-03

Just make sure your XML files are UTF-8 encoded and you can use the bullet directly.


RE: scrollsuffix limitation? - adrian ballard - 2012-09-03

Obviously, I'm doing something wrong. I use dreamweaver for the XML files. I made sure that dreamweaver had converted to UTF-8 and saved. Still didn't work. Thoughts?

Just tried it with Notepad++ as well. Still didn't work.


RE: scrollsuffix limitation? - Hitcher - 2012-09-03

What's not working exactly?

You can't save the XML or the bullet doesn't work in skin?


RE: scrollsuffix limitation? - adrian ballard - 2012-09-03

Bullet doesn't work in <scrollsuffix> • </scrollsuffix>
Works just find as <label> • </label>


RE: scrollsuffix limitation? - Hitcher - 2012-09-03

Nope, you're right it doesn't work.


RE: scrollsuffix limitation? - adrian ballard - 2012-09-03

Thanks for checking. I was hoping I was just doing something wrong as I really like the bullet over the / or |.
Hopefully it will get fixed.


RE: scrollsuffix limitation? - adrian ballard - 2012-09-03

ticket opened

http://trac.xbmc.org/ticket/13299



RE: scrollsuffix limitation? - pieh - 2012-09-03

and fixed https://github.com/xbmc/xbmc/commit/6382ff1b26b9d9c736b7e40b990ee2b04e6415fe
thanks for report


RE: scrollsuffix limitation? - Hitcher - 2012-09-04

Thanks.