Howdy fellows!<BR><BR>I have an .XLS file containing a bunch of names, some of which have non-standard characters in them (accents over the "o", stuff like that). I would very much like to get this ...
Typically, using standard formats when programming can help you migrate information between different programs. Using the Comma Separated Value file format, for example, lets you create lists of data ...
NO UTF-8 SUPPORT ... you MUST store data as Unicode ucs-2 (or a specific charset). This completely messes up XMLHTTP which must use utf-8. Nearrgghh! You can set session.codepage = 65001 and this will ...