I can add that there may be a difference (or bug?) in the encoding of the files... When opening the files in Notepad++ the encoding of the old file is "UTF-8". The new file is "UTF-8 without BOM" (whatever that is).
I know temprary solution until we are waiting 7.2.2.:
1) Use Notepad.exe (from Windows OS) to edit partial views - it always add BOM at begin of file, but it can't open by FTP and have many of disabilities.
2) Use PSPad (http://www.pspad.com/). I use it to open and edit files by FTP. In PSPad you need to choose UTF-16 BE format at top menu, before saving file.
Partials encoding bug?
I upgraded to 7.2.1 this morning. And now I'm migrating my old scripting files to partial views. In one particular file I have this odd situation:
Code in old scription file:
Renders: ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ
Code in new partial view file:
Renders: ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ
As you can see the code is 100% the same but the results are quite different. But why? And how to make it right??
Any suggestions are welcome :-)
I can add that there may be a difference (or bug?) in the encoding of the files... When opening the files in Notepad++ the encoding of the old file is "UTF-8". The new file is "UTF-8 without BOM" (whatever that is).
Hi Kasper,
We're in the process of fixing this issue, see: http://issues.umbraco.org/issue/U4-5981
Great :-) Then I'll be sure to upgrade when 7.2.2 is out.
Thank you for your response!
I know temprary solution until we are waiting 7.2.2.:
1) Use Notepad.exe (from Windows OS) to edit partial views - it always add BOM at begin of file, but it can't open by FTP and have many of disabilities.
2) Use PSPad (http://www.pspad.com/). I use it to open and edit files by FTP. In PSPad you need to choose UTF-16 BE format at top menu, before saving file.
is working on a reply...