Prototype con codificación distinta a utf


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. onCreate: function(resp) {
  2. resp.transport.overrideMimeType("text/html; charset=ISO-8859-1");
  3. },

Report this snippet


Comments


You need to login to view comments.