in reply to Re: [not perl] unicode/utf8 in browsers and OS's - where does conversion happen?
in thread [not perl] unicode/utf8 in browsers and OS's - where does conversion happen?

what I mean by the javascript thing is:

var data = myform.mytextarea.value;

i.e. just grabbing the data out of the textarea directly.

  • Comment on Re^2: [not perl] unicode/utf8 in browsers and OS's - where does conversion happen?
  • Download Code

Replies are listed 'Best First'.
Re^3: [not perl] unicode/utf8 in browsers and OS's - where does conversion happen?
by Anonymous Monk on Jan 06, 2008 at 20:31 UTC
    The javascript should see the characters, and should not see the bytes which represent those characters under utf-8, utf-16, iso-8859-1, ascii, windows-1252 or any other character encoding.