Encoding bug with Items / Sitemaps?

I created a simple Iteam and Sitemap and am facing the following rendering problem, which looks like some kind of encoding issue:

I am using recent 2.10 snapshot build and the encoding in my text editor for all config files is utf-8.

This is my item, bzw:
Number TemperatureMax “Temperature [%.2f °C]” {weather=“locationId=OPENWEATHERMAP, forecast=1, type=temperature, property=max”}

And this my sitemap:
sitemap default label=“My first sitemap”
{
Text item=TtemperatureMax
}
I did not find much about this problem anywhere. Anybody aware of this? Is it a mistake on my behalf or a documented bug?

No, working fine:

Look for any weird characters in your label definition and set your text editor to UTF-8 without BOM if possible.
Or use the Eclipse Smarthome Designer to avoid typo errors.

I redid the files using Eclipse Smarthome Designer and the issue is now resolved. It seems I had some sort of encoding problem or special character in my original file. Thanks for your support.

1 Like