NoteWorthy Composer Forum

Forums => Announcements => Topic started by: NoteWorthy Online on 2014-06-05 12:59 pm

Title: Forum converted to utf-8 encoding
Post by: NoteWorthy Online on 2014-06-05 12:59 pm
The forum has officially been converted to use utf-8 encoding. This should make the exchange of new NWC 2.75 notation clips via the BBC CODE tags work correctly and consistently for all.

Title: Forum just restored from backup
Post by: NoteWorthy Online on 2014-06-05 05:31 pm
During this process, we had a little double encoding accident, which required restoring the forum from backup. I had to manually restore the last few posts, so there might be a little quirkiness with these few posts.

Everything should be good now.
Title: Re: Forum converted to utf-8 encoding
Post by: Rick G. on 2014-07-07 04:39 pm
The forum has officially been converted to use utf-8 encoding. This should make the exchange of new NWC 2.75 notation clips via the BBC CODE tags work correctly and consistently for all.
Perhaps not. See: Quickly Set Visibility for Selected Items (https://forum.noteworthycomposer.com/?topic=5623.msg36506#msg36506)

In the Code: (php) block is this little gem:
Quote
$clip = new NWC2Clip('php://stdin');
and it is not the only one. It seems that single quotes have been converted to HTML Entities (http://www.w3schools.com/html/html_entities.asp).

PHP won't like that ...

I have fixed many, but not all of my affected posts.
Title: Re: Forum converted to utf-8 encoding
Post by: NoteWorthy Online on 2014-07-17 10:32 am
Thanks for the report.

I updated the code highlighting mechanisms to properly parse ' entities. Since my fix was very narrow, there might be other issues. If you notice other issues like this, please post here.