It is currently April 20th, 2024, 11:41 am

QuotePlugin Unicode

Share and get help with Plugins and Addons
flyingpnda
Posts: 2
Joined: March 12th, 2011, 7:53 am

QuotePlugin Unicode

Post by flyingpnda »

I have a few files that are edited by "Elements" for iOS which is downloaded to my computer by dropbox. When it is displayed it shows 

A quick google search shows that this is the BOM for UTF-8. I can edit the file with notepad without seeing the BOM but when it is displayed through the Quote Plugin it shows those characters. I then looked at the source for the Quote plugin and found that it identifies the first few characters to be 0xFEFF for unicode. Some research shows that FEFF corresponds to UTF-16.

I have contacted the developer of "Elements" and keeping UTF-8 would be a better solution since it allows for compatibility with many other programs. Is there anything to do besides recompiling with my own code?
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: QuotePlugin Unicode

Post by poiru »

Use Substitute="":"" on the measure.
flyingpnda
Posts: 2
Joined: March 12th, 2011, 7:53 am

Re: QuotePlugin Unicode

Post by flyingpnda »

Can't believe that was so simple.

Thank you!