Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Problems with international characters #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I set labelnames using Swedish characters like this:
Group item=gGF label="Undervåning" icon="groundfloor"
There is a faulty characters inserted, and if I use the web code for the 'å' 
instead:
Group item=gGF label="Undervåning" icon="groundfloor"
the visual is correct but when I click nothing happens

/Martin

Original issue reported on code.google.com by tellb...@gmail.com on 26 Apr 2012 at 7:58

GoogleCodeExporter commented 8 years ago
Hi Martin,

I have just tried it with the Swedish character (not with the web code) and it 
is displayed correctly and the link works as well.
All files must be in UTF-8 format for openHAB. Did you use the Designer to edit 
the files? Then it should be in the right format. If you have used a normal 
text editor, it is likely that your file ended up with a different encoding. 
Could you please check?

Regards,
Kai

Original comment by kai.openhab on 26 Apr 2012 at 8:04

GoogleCodeExporter commented 8 years ago
Hi,

fantastic quick support I must say,

I used Notepad++ to edit the files and that usually works well with UTF-8 files 
but not this time.

My mistake

Worked much better with the designer 
/Martin

Original comment by tellb...@gmail.com on 26 Apr 2012 at 8:12

GoogleCodeExporter commented 8 years ago
Glad to hear that you solved it!

Original comment by kai.openhab on 26 Apr 2012 at 8:14