time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
383 stars 52 forks source link

(f***g) german umlauts in layout file #206

Closed RalfPeter closed 3 months ago

RalfPeter commented 3 months ago

Hi, i just found your very interesting project and tried to change an layout file. First Problem i got were german umlauts. I wanted to name the 'ALT' into german word 'Höhe'. As you can see i have a special sign inside. In the resulting video i got some special sign, but not the german umlaut. The layout file is coded in utf-8. Pleas can you give me an advice? TY

RalfPeter commented 3 months ago

I found it myself. I have to use unicode encodinf: ä = ä (html encoding ä is not working!).

time4tea commented 3 months ago

Ah, I am glad about this. XML files must be processed in utf-8 or utf-16 so this sort of thing "should just work".