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 19902 invoked by uid 98); 18 Dec 2002 15:16:32 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 19853 invoked from network); 18 Dec 2002 15:16:30 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 18 Dec 2002 15:16:30 -0000 Received: (qmail 78866 invoked by uid 500); 18 Dec 2002 15:15:17 -0000 Received: (qmail 78855 invoked from network); 18 Dec 2002 15:15:16 -0000 Received: from rgi.nb.vibe.net (HELO romulin.com) (156.34.200.45) by daedalus.apache.org with SMTP; 18 Dec 2002 15:15:16 -0000 Received: from adam by romulin.com with SMTP (MDaemon.v2.8.5.0.R) for ; Wed, 18 Dec 2002 11:25:48 -0400 From: "Adam Greene" To: "Torque" Subject: Do I need to do anything special to support french characters Date: Wed, 18 Dec 2002 11:18:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MDaemon-Deliver-To: turbine-torque-dev@jakarta.apache.org X-Return-Path: AGreene@romulin.com Reply-To: agreene@romulin.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am having trouble with French characters coming out of the database funny. I am using: Torque 3.0B3 SQL Server 2000 Microsoft SQL Drivers (latest ones) and anytime I put a french character (� for example) into a VARCHAR or TEXT it gets written as the two characters (©). Maybe this is a problem with SQL Server, but if I put data in via the Enterprise Manager, it goes in fine, comes out fine, but when I save it again, it goes funny. (I've tried using NVARCHAR and NTEXT and everything else I can think of). On top of all this, I can get half web pages to display the french letters, and half just show square boxes. I hate multi-language!! Has anyone else had this problem??