You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using UltraEdit 25.20 as my text editor in Windows 10. I changed save settings yesterday to get around a UTF-8 display issue. It doesn't negatively affect any other file in my project, but the Jbuilder template now fails after saving it today.
There are a number of encoding options when saving, including:
The latter works fine. Given that this only seems to affect JBuilder files, I thought this might be an issue for you.
In the interim I'll choose the "no BOM" option when saving JBuilder files. I may try https://github.com/amatsuda/jb which may or may not have the same issue.
The text was updated successfully, but these errors were encountered:
I am turning off the "Write UTF-8 BOM header to all UTF-8 files when saved" option in UltraEdit. I am also turning off "Automatically detect encoding".
If anything else comes up, I'll come back to this issue.
I am using UltraEdit 25.20 as my text editor in Windows 10. I changed save settings yesterday to get around a UTF-8 display issue. It doesn't negatively affect any other file in my project, but the Jbuilder template now fails after saving it today.
There are a number of encoding options when saving, including:
These are explained quite well here: https://www.ultraedit.com/support/tutorials-power-tips/ultraedit/unicode.html
The former causes a server error when trying to load the JSON from a browser (eg. localhost/widgets/123.json) with an unhelpful error message:
The latter works fine. Given that this only seems to affect JBuilder files, I thought this might be an issue for you.
In the interim I'll choose the "no BOM" option when saving JBuilder files. I may try https://github.com/amatsuda/jb which may or may not have the same issue.
The text was updated successfully, but these errors were encountered: