Bug #16481
closedchange labels in locallang.xml to utf-8 gives ??? in frontend
0%
Description
I've started using typo3 v4.0. Instalation caries indexedsearch 2.9.0 extension as system extension. I try to change labels to macedonian using utf-8. But I'm getting ????
I've added this line to pi/locallang.xml :<languageKey index="mk">EXT:indexed_search/pi/mk.locallang.xml</languageKey>
and created new file mk.locallang.xml in the same directory. mk.locallang.xml is copy of locallang.xml only contains macedonian labels (cyrilic utf-8) and changed <fileId>EXT:indexed_search/pi/mk.locallang.xml</fileId>,<ext_filename_template>EXT:indexed_search/pi/###LANGKEY###.locallang.xml</ext_filename_template>.
But when I view the page I'm getting ?????.
I've tryed almost everything I have foun on this topic. Still nothing?!
Is it me, or ...?!
(issue imported from #M4078)
Updated by Michael Stucki over 18 years ago
This must be a mistake of yourself. All locallang_*.xml files are saved as UTF-8 and this usually works just fine.
Maybe you have opened the file in your editor as <some other charset> which caused a duplicate conversion, or probably you just saved it in the wrong charset.
I guess this is not a bug.
Updated by Christian Kuhn over 15 years ago
Resolved, unable to reproduce:
- No feedback for a long time
- Very probably not a TYPO3 problem