Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1489

Help: Rainmeter Skins • Re: German letters Ä-Ö-Ü

$
0
0
In my VLC project I query the window title using terminal command to get the currently playing title. I tested it for now, but without luck.

Code:

Parameter="$windowTitle = (Get-Process -Name "vlc").MainWindowTitle; Write-Host $windowTitle; exit"
The skin .ini will be encoded as UTF-16 LE, which is what you always want. Now by default, Powershell will output in ANSI / UTF-8, so just set OutputType=UTF8 on the RunCommand measure, and it should be fine with song titles with umlauts and accents and such.

https://docs.rainmeter.net/manual/plugins/runcommand/#OutputType

Statistics: Posted by jsmorley — Today, 3:46 pm



Viewing all articles
Browse latest Browse all 1489

Trending Articles