-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Special characters encoding issue #20
Comments
Hi @bartvermeersch, is this change also reflected in the object in Microsoft 365 or just in the logging? Background: This is caused by different encoding of files. Different applications use different encodings, resulting in characters being interpreted incorrectly. CodeX means something different in a different encoding. |
I got a bit further, all files are UTF8BOM, but the generated MOF is UTF-16 LE |
I'm stuck, I added some logging:
At the beginning of the built script, the same file returns é characters? What am I missing? |
I was able to fix the encoding of the MOF by removing
from the Pre Build task. Unfortunately, the final outcome remans wrong. In deploy.ps1 the MOF is UT8 and contains é characters (perfect), but the Start-DscConfiguration returns é instead... |
Can someone point me whether this issue is caused by the CICD process or by Microsoft365DSC itself?
When applying this DSC, the é character becomes é
Frédéric is rendered as Frédéric
I checked the psd1 file and it is UTF8withBOM
The text was updated successfully, but these errors were encountered: