Not an expert here, but my understanding is that if you include the following meta in your html, <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=UTF-8"> then the input will be suitably encoded - with no further conversion needed.
At least I hope so, since that's what I'm doing in my project, which is in the earliest stages. Arnold Shore Annapolis, MD USA -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ramesh Kesavanarayanan Sent: Monday, January 07, 2002 5:27 AM To: [EMAIL PROTECTED] Subject: conversion problem Hi all, Its the korean character set again. when i try to insert a set of korean characters into os/390, it inserts all junk characters. till the db access it is fine but after inserting into the database i read and it gives alljunk sets. i am using euc_kr character encoding in my jsp pages. is it possible if i try to insert them as unicode? if so how will i convert the user input (in any language) to unicode values. any light on this is highly appreciated =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
