So, when you open some files in Notepad, you'll get things like "ÇÁ·ÎÆÛƼ°¡ ³Î" what i found, is when you open the same file in Microsoft word, it will turn into Korean, and if you want you can translate it :} maybe this will help someone.
Printable View
So, when you open some files in Notepad, you'll get things like "ÇÁ·ÎÆÛƼ°¡ ³Î" what i found, is when you open the same file in Microsoft word, it will turn into Korean, and if you want you can translate it :} maybe this will help someone.
Lol u posted in the help section, and its the wrong section... LOL O.O
Actually it kinda is in the right section.. It's help for flyff isn't it? lol
You couldve deleted the post and made another thread in the right section o-o
It doesn't help.
For example at propItem.txt at top, there are written
the same things like in the 2nd. row, just in korean.
And all the othes, are just useless commands.
This could be helpful xD i wrote it it for translation xP
Have fun its in html/php.PHP Code:<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-KR">
<?php
$filename="test.txt";
$fp = fopen($filename,'r');
while($line=fgets($fp))
{
print $line."<br>";
}
fclose($fp);
?>
Just make a test.txt and put that weird text in it xP
That's clever using the browser to render it. "charset=EUC-KR">" +1 for even thinking of that. Using a browser to read korean would have been the last thing on my mind i must say. Not that you really need to read the korean shit anyway but still love the method.
As caja said, just use Notepad++.
It will read it ;)
Beside, notepad++ is a great application to have.
I don't think Notepad++ will read it if the language isn't installed on your computer. With my computer, The text doesn't change in Notepad++ and is still in the weird text. I'm just going to assume I don't have the language pack installed.
Yeah, if you don't have the language pack installed, almost nothing will read it correctly.