Problem with TV shows plots in Hebrew - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59) +---- Thread: Problem with TV shows plots in Hebrew (/showthread.php?tid=35935) |
Problem with TV shows plots in Hebrew - psike - 2008-08-15 Hebrew working great with XBMC no gibberish and right to left works great but when trying to view TV shows plot the lines order is reversed. for example when trying Dexter plot instead of: Based on Jeff Lindsay's novel "Darkly Dreaming Dexter," this new crime thriller tells the story of a strange man named Dexter Morgan. Once an abused and abandoned child, Dexter is now a successful forensics pathologist. It shows like thins: abandoned child, Dexter is now a successful forensics pathologist. tells the story of a strange man named Dexter Morgan. Once an abused and Based on Jeff Lindsay's novel "Darkly Dreaming Dexter," this new crime thriller - jmarshall - 2008-08-15 Ah - this will be because we treat the plot as a single string. What needs to happen if I understand it correctly is to line break it all and then convert from utf8->wchar. Currently we convert from utf8->wchar and THEN line break. It sounds like all we need to do is reverse the order of the lines? Please post a bug report on trac. In the mean time, I'll discuss with yuvalt. Cheers, Jonathan - psike - 2008-08-16 yes only need to reverse the order of the lines. i've post the bug report. thank you. - jmarshall - 2008-08-16 Awesome, thanks! |