I've got a VI that uses the Internet Toolkit to load a list of pages from the Web (one at a time) and then parses the HTML to extract elements such as the page title. It works great...except when I hit Asian-language pages.
For instance.
http://digital.ni.com/worldwide/bwcontent.nsf/web/all/576474D6E4C6F53D49256BD50029AE5D
I've got the Japanese language pack installed, so the title shows up fine in my browser (dual-byte characters display). However, when I "View Source", the title tag looks like this:
LabVIEW Visionソフトウェアが組込み式ビジョン能力を提供 - News - National Instruments
That's basically what LabVIEW is seeing as well. Any tips for converting these to dual-byte characters? Ultimately, I'm putting the information in a spreadsheet. I've got the Japanese IME installed in Excel, but that doesn't seem to help me out much.
Any ideas?
TIA,
Tim