2007-10-16, 06:15 PM
This is most probably not a slimmgbpvr problem, but I can't find a solution and couldn't find a help anywhere.
I export the currently recorded show's title into a textfile. Since I live in Hungary the titles will have hungarian characters in them.
Example file content:
If I read this file with the following command:
then Echo it to the screen:
then I'll have some garbled text printed:
So I'm just wondering if anyone have a solution for this... To see the same on the screen as in the file.
I know it is a character codepage problem, but don'T know the solution.
I Use a hungarian Windows XP.
Thanks in advance!
I export the currently recorded show's title into a textfile. Since I live in Hungary the titles will have hungarian characters in them.
Example file content:
Code:
Kikötő - Háttér
If I read this file with the following command:
Code:
@for /f "usebackq tokens=1 delims=§" %%G IN ("C:\lock-recording.txt") DO SET show=%%G
Code:
echo %show%
Code:
KikA6tA - HA!ttA)r
So I'm just wondering if anyone have a solution for this... To see the same on the screen as in the file.
I know it is a character codepage problem, but don'T know the solution.
I Use a hungarian Windows XP.
Thanks in advance!