- July 21, 2008
- 4
- 1
1. When I try to compile MP2 from github, two files "MediaPortal.UI.Players.Video.Subtitles.TextConversion" and "MediaPortal.UI.SkinEngine.Controls.Visuals.CellPhoneTextInputHandler" complains about encoding related error.
They contain non-ansi characters, and in my machine (not sure if there any git config problem) both file has the "Western 1252" encoding.They should be saved into UTF-8, or a better way may use unicode escape like "\uXXXX" instead of hardcode.
2. Runing compiled MP2 client, it seems can't display Unicode characters well. I have Chinese names in my directory path and they can't displayed. Also there is a setting for language, but most options don't display well. Do I miss any configuration?
They contain non-ansi characters, and in my machine (not sure if there any git config problem) both file has the "Western 1252" encoding.They should be saved into UTF-8, or a better way may use unicode escape like "\uXXXX" instead of hardcode.
2. Runing compiled MP2 client, it seems can't display Unicode characters well. I have Chinese names in my directory path and they can't displayed. Also there is a setting for language, but most options don't display well. Do I miss any configuration?