Any tool to fix all files encoding to UTF-8?

For unknown reason, code generated by Radzen , some files at my working environment encoding were not UTF-8 (as I can remember all in .razor ).
I need to save it as UTF-8 whenever I found page not render as expected.
Is there a way to check all file about encoding, or even better just ensure all of them are in UTF-8?

All file that Radzen generates should be in UTF-8 encoding. What files weren't? Did you customize any of those files with an external editor?

1 Like

That reminds me I use homemade tool to clone mentioned files. Maybe that's the root cause.