Answer the question
In order to leave comments, you need to log in
Powershell. How to solve the problem with question marks instead of Russian letters?
Good afternoon. I get the result via JSON API. But Russian letters are displayed as question marks..
Any ideas, comrades? Thanks in advance
What I'm running:
$url2 = "http://********/rooms?limit=3&access_token=******"
$rres = Invoke-WebRequest -Method GET -Uri $url2 -ContentType "application/json;charset=utf-8" | ConvertFrom-Json
$Lmres = $rres.chunk
Write-Host $Lmres[0].Content
@{body=???? ??????) ; msgtype=m.text}
@{body=??????????????; msgtype=m.text}
@{body=??????????; msgtype=m.text}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question