Hello,
I want to filter only broken links so I use filter on my powershell "Select-String Broken". But charset of filtered content is not correct because I have there "ÔöťÔöÇBROKENÔöÇ" instead of "├─BROKEN─". The same problem is if i want to save this output into file. I tried that via UTF8, ASCII, windows 1250 etc. , but problem is +- same.
Can u help me how to fix it on windows, or what charset to use?
Hello, I want to filter only broken links so I use filter on my powershell "Select-String Broken". But charset of filtered content is not correct because I have there "ÔöťÔöÇBROKENÔöÇ" instead of "├─BROKEN─". The same problem is if i want to save this output into file. I tried that via UTF8, ASCII, windows 1250 etc. , but problem is +- same. Can u help me how to fix it on windows, or what charset to use?
Environment: