2021-08-23, 07:34
My problem is on Windows but I'm curious about it across all OSes, as I may expand my clients: for Kodi to properly read an NFO with diacritics (of any kind, from French characters to temperature degree sign), it MUST be encoded as UTF-8-BOM? Is that it or are there other (OS language, skin, etc) dependencies...?
This is in the context of Kodi 19, MariaDB and semi-automatically created NFOs (we're taking music videos here...) in a combo of Notepad++ and Autohotkey.
With a Unicode character but not saved as UTF-8-BOM Kodi refuses to identify the NFO file (pressing info on the video leads to "No information found for..." with the NFO file right next to it). Fixing the encoding with UTF-8-BOM makes things work, but since I'm working to automate all these things, I'd like to be sure.
This is in the context of Kodi 19, MariaDB and semi-automatically created NFOs (we're taking music videos here...) in a combo of Notepad++ and Autohotkey.
With a Unicode character but not saved as UTF-8-BOM Kodi refuses to identify the NFO file (pressing info on the video leads to "No information found for..." with the NFO file right next to it). Fixing the encoding with UTF-8-BOM makes things work, but since I'm working to automate all these things, I'd like to be sure.