CONTRIBUTING guideWriting stock theme with Out-File replaces powerline glyphs with odd characters
[Description of the bug or feature]
Set-PoshPrompt -Theme emodiptWrite-PoshTheme | Out-File -FilePath ~/.go-my-posh.jsonSet-PoshPrompt -Theme ~/.go-my-posh.jsonExpected behavior: [What you expected to happen]
Custom prompt should look the same as stock emodipt

Actual behavior: [What actually happened]
Powerline Glyphs aren't rendered properly

@otaconjh this is a first guess, I'll look into it later today, but I think you need to set the encoding to utf8 in Out-File.
-Encoding utf8
@otaconjh confirmed on my machine to be working with the proper encoding, although it's oem:
Write-PoshTheme | Out-File -FilePath ~/.go-my-posh.json -Encoding oemThank you
Encoding works, might be worth updating the doc on the website with it! https://ohmyposh.dev/docs/upgrading
@boarder2 fair point, we do accept contributions 馃槈
@boarder2 馃檹馃徎