A
Anonymous
Guest
[I think it has not yet been covered in the tips forum]
Want MP to be able to display your files or MP3 tags in the language that uses non-latin fonts? Let's say you want to display Greek (Russian, etc.) file names in MP and you still use English as a GUI language
1. Go to http://www.unicode.org/charts/ and get the max index of the character set you're going to display. for example - for Greek that would be 03FF. Convert that to decimals - 1023
2. Go to the language folder then go to the language you're using in MP (that would be "english") and edit your strings.xml - enter the value from step 1 into the characters tag.
3. Restart MP
A couple of notes
- version 0.1.0.10 supports up to 5000 characters, any bigger value you enter will not have any effect.
- current MP way of dealing with fonts is to preload all the characters in video memory, if you get blurry results that means that the character range you entered is too big for MP to handle and you're pretty much out of luck (I'd be glad to be proven wrong here)
- If you feel that staring of MP takes forever after you increased the number of characters, try to select a skin with fewer number of fonts, or modify your skin to reduce the number of fonts by reusing some of them. I found that this can noticeably improve startup time
Want MP to be able to display your files or MP3 tags in the language that uses non-latin fonts? Let's say you want to display Greek (Russian, etc.) file names in MP and you still use English as a GUI language
1. Go to http://www.unicode.org/charts/ and get the max index of the character set you're going to display. for example - for Greek that would be 03FF. Convert that to decimals - 1023
2. Go to the language folder then go to the language you're using in MP (that would be "english") and edit your strings.xml - enter the value from step 1 into the characters tag.
3. Restart MP
A couple of notes
- version 0.1.0.10 supports up to 5000 characters, any bigger value you enter will not have any effect.
- current MP way of dealing with fonts is to preload all the characters in video memory, if you get blurry results that means that the character range you entered is too big for MP to handle and you're pretty much out of luck (I'd be glad to be proven wrong here)
- If you feel that staring of MP takes forever after you increased the number of characters, try to select a skin with fewer number of fonts, or modify your skin to reduce the number of fonts by reusing some of them. I found that this can noticeably improve startup time