Page 1 of 1

Apostrophe not displaying correctly

Posted: October 21st, 2017, 10:03 pm
by NocteSerpent
So I've finished creating my skin which displays a different quote for each day but on today's (Sunday) quote, instead of apostrophes it displays an a circumflex, euro sign and TM sign. Any fix for this? https://pastebin.com/tVnHnj0X

Re: Apostrophe not displaying correctly

Posted: October 21st, 2017, 10:40 pm
by jsmorley
Try using ' instead of in the quotes.

Re: Apostrophe not displaying correctly

Posted: October 21st, 2017, 10:52 pm
by eclectic-tech
It may also help if you encode the file properly...
Manual wrote:Using Unicode in Rainmeter
Rainmeter skins


Like all Windows applications (since Windows 98), Rainmeter manages and displays all text using the UTF-16 LE Unicode standard. If you wish to embed Unicode characters in Rainmeter .ini (skin) .inc (include) or text files read by the Quote plugin, simply encode the file as:

Unicode (Windows Notepad.exe)
UCS-2 LE BOM (Notepad++)
UTF-16 LE (Sublime Text)

It's that simple. Now you can embed strings like Самое прекрасное в стандартах то, что есть так много, чтобы выбрать из. in your file(s) and Rainmeter will handle them properly on any user's system.

We will refer to this as UTF-16 from here out. While the naming convention varies from editor to editor, it is basically the same standard in each.

NEVER encode any of these files in UTF-8. Rainmeter and the Quote plugin will not be able to properly read them.

Re: Apostrophe not displaying correctly

Posted: October 22nd, 2017, 2:28 am
by NocteSerpent
Thanks jsmorley, guess the website I copied it from was using a weird apostrophe