From danttran@hotmail.com Thu Dec 19 18:50:57 2002 Return-Path: Mailing-List: contact turbine-torque-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-torque-dev@jakarta.apache.org Received: (qmail 19882 invoked by uid 98); 19 Dec 2002 18:50:57 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 19456 invoked from network); 19 Dec 2002 18:50:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 19 Dec 2002 18:50:54 -0000 Received: (qmail 94158 invoked by uid 500); 19 Dec 2002 18:49:39 -0000 Received: (qmail 94148 invoked from network); 19 Dec 2002 18:49:39 -0000 Received: from oe71.law11.hotmail.com (HELO hotmail.com) (64.4.16.206) by daedalus.apache.org with SMTP; 19 Dec 2002 18:49:39 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 19 Dec 2002 10:49:43 -0800 X-Originating-IP: [65.184.100.101] From: "Dan Tran" To: Subject: RE: Do I need to do anything special to support french characters Date: Thu, 19 Dec 2002 10:49:24 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 19 Dec 2002 18:49:43.0317 (UTC) FILETIME=[64CDDC50:01C2A78F] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N First you need to use NVARCHAR. ie change your sql table creation from VARCHAR to NVARCHAR second you need to get your appserver to support unicode. Use the following link to add unicode support for your appserver http://www.anassina.com/struts/i18n/i18n.html even thou the link is for struts, but I think it is generic enough -Dan