Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Why cannot open .txt file with Encoding = UNICODE using javascript window.open()? (http://www.velocityreviews.com/forums/t138840-why-cannot-open-txt-file-with-encoding-unicode-using-javascript-window-open.html)

ml 11-30-2004 07:46 AM

Why cannot open .txt file with Encoding = UNICODE using javascript window.open()?
 
I cannot directly open the text file with Encoding = UNICODE using the
javascript window.open() method, do anyone know why??

Thanks a lot!

Ann 11-30-2004 09:36 AM

Re: Why cannot open .txt file with Encoding = UNICODE using javascript window.open()?
 

"ml" <miyuki.lui@gmail.com> wrote in message
news:68ac9319.0411292346.50478099@posting.google.c om...
> I cannot directly open the text file with Encoding = UNICODE using the
> javascript window.open() method, do anyone know why??
>
> Thanks a lot!


JavaScript.equals("Java") is false



John C. Bollinger 11-30-2004 02:10 PM

Re: Why cannot open .txt file with Encoding = UNICODE using javascriptwindow.open()?
 
ml wrote:

> I cannot directly open the text file with Encoding = UNICODE using the
> javascript window.open() method, do anyone know why??


comp.lang.javascript is just down the hall. On your way there, you
might want to contemplate the fact that Unicode is not a character
encoding in the same sense that UTF-8 or ISO-8859-1 is. I don't know
enough about Javascript to be able to tell you what Encoding=UNICODE
would mean, if it is meaningful at all.


John Bollinger
jobollin@indiana.edu


All times are GMT. The time now is 04:42 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57