Bug #210
closedCapitalisation issue working in 3.1
100%
Description
Text with acents are in minus letter. for example, before you could read IMÁGENES, now you read IMáGENES.
In 3.1 the text was right: IMÁGENES
You can reproduce it, choosing SPAIN as country and SPANISH as language.
Updated by buzz over 12 years ago
Just to note - this is related to a skin change, although it should be possible to work around it. Previously the confluence skin had an additional UPPERCASE font. rather than load additional fonts into memory, the new skin and code supports additional skin tags to uppercase a font, saving memory. the issue is the uppercase function is not working right on nonascii / wide characters.
Updated by buzz over 11 years ago
- Category set to User Interface
- Status changed from New to Resolved
- Assignee set to buzz
- Priority changed from Low to Normal
- Target version set to 3.3
- % Done changed from 0 to 100
- Resolution set to fixed
- Affected Version set to 3.3
this is now partially sorted in r31765. XBMC had similar issues on some platforms that were lacking locale support. The workaround, which is the same as XBMC will be using upstream is to have capitalised strings translated for the main menu.
I sorted this for English and Spanish. Any other languages will need some strings added.
Updated by buzz over 11 years ago
I have now also added language strings for other languages in r31776