Einhugur

Results 4 comments of Einhugur

This issue is probably gone now, it seems fine on 2018r2

And here is the proof that it is indeed the ToCharArray there that messes it up. So having set the code page to PC861_ICELANDIC then the only way to get...

Yes, I think extension of the print method would be excellent yes.... One that takes then the code page. Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var chars = System.Text.Encoding.GetEncoding(861).GetBytes(token.Text); So it would be something like...

I will see about doing it on the weekend. There is no enum, I imagine it will just throw, if code page is invalid.