Support for Korean language characterset
Can anyone tell me whether ss supports the capturing of Korean alphabet characters?
The page I'm trying to scrape contains these, however I only seem to get lot's of ????'s where the Korean characters ought to be.
Any ideas?
Thanks
jt
One catch is that you have to
One catch is that you have to use a Unicode font. windows supplies a couple, specifically "Arial Unicode MS". You'll have to restart screen-scraper after changing that option in the settings, but if you're using the UTF-8 encoding you should start to see some results. We've had some trouble figuring out a few specific encodings, but if you can play around with those things, you should be able to see some results in the "Last Response" tab of your scrapeableFile.
Interested to hear of any success,
Tim
Tim, using UTF-8 encoding and
Tim,
using UTF-8 encoding and Arial Unicode MS font and still nothing.
By the way the page(s) in question is/are as follows: -
http://logis.korail.go.kr/driveinfo/TrainLocSearchp.jsp?carNo=
You need to suffix the URL with a number from the following ranges until you get a page returned which contains two tables: -
7001 through 7015 OR 8201 through 8255
The actual text I'm after is contained in the middle row of the second table, specifically the 2nd and 4th cell from the left.
Any further tips would be apppreciated.
Thanks
jt