geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Fix messed up profile name #14

Closed stveit closed 3 years ago

stveit commented 3 years ago
github-issue-text

some profiles end up looking like this.

pbsds commented 3 years ago

probably an issue with the encoding we decode the XML with

pbsds commented 3 years ago

unable to reproduce

stveit commented 3 years ago

And now I am unable to reproduce after a windows update

pbsds commented 3 years ago

We are unable to set encoding in XElement and XDocument when using .Parse(). And we download the XMl with forced UTF-8 encoding. If this still is an issue, then it probably is WPF

jornane commented 3 years ago

I really cannot reproduce this any which way. Maybe the problem was server-side? Closing this for now as I can't reproduce it.