I have a problem with powershell: in Powershell I cannot enter language specific characters (diacritic characters). It has wrong encoding, so I started digging in that direction, finally coming up with chagning codepage. And here's the deal: ISE has codepage 1250 and I can easily enter diacritics, while in Powershell code page is 852 and chcp 1250
or chcp 65001
doesn't help.
Please see below picture presenting different outputs of [Console]::OutputEncoding
and diacritics entered in ISE.