-
Notifications
You must be signed in to change notification settings - Fork 70
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
REXML don't support UTF8 BOM on Windows 11 #231
Comments
I think REXML supports UTF-8 with BOM. Lines 193 to 194 in b70388c
Could you give us an XML file that can reproduce this problem? |
if i install last version of Puppet and replace REXML tool from 3.3.6 on other older (3.2.6 or 3.2.5) - all works. if I replace on 3.2.7 and newer - puppet send errors. (UTF8 WorldWide support - disabled!) |
I can't seem to reproduce this in my m1 Mac environment...
|
on Windows 11 or 10 any build!!! |
and try not File.open - try File.read (same using puppetlabs-chocolatey in their code) |
Hi!
After update Puppet aggent to 8.9.0 (they updated REXML from 3.2.5 to 3.3.6 version) - puppet chocolatey provider can't use correct parsing XML witn UTF-8 BOM codding. Only if enable support beta UTF8 WordWide in Windows 10/11 - everything work fine. If disable this feature - puppet send error again. (tried on cyrrilic and english - same issues)
The text was updated successfully, but these errors were encountered: