Skip to Content.
Sympa Menu

freetds - Re: [freetds] Problem of unicode ( non-english character )

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: edwardspl AT ita.org.mo
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Problem of unicode ( non-english character )
  • Date: Fri, 26 Mar 2004 00:25:42 +0800

"ZIGLIO, Frediano, VF-IT" wrote:

> >
> > > >
> > > > Dear All,
> > > >
> > > > How can we control php convert the unicode from MS-SQL 2000 ?
> > > >
> > > > Many thank for your help !
> > > >
> > > > Edward.
> > > >
> > >
> > > See client charset setting on UserGuide
> > >
> > > freddy77
> >
> > Dear freddy77,
> >
> > I have ever visit http://www.freetds.org/userguide/nonwestern.htm...
> > BUT, I don't quite understand which value of client charset support
> > Chinese ( Traditional and Simplified ) !
> > So, can you help me more ?
> >
> > Thank you a lots.
> >
> > Edward.
> >
>
> Well, I don't speak chinese that much :)
>
> I think BIG-5 should do the work. Naturally you can't disable libiconv
> (do not use --disable-libiconv).
> FreeTDS do some tweak to support different name on different iconv
> implementations...
> You can also use utf8.
>
> freddy77

I just compiled with the following commands :

./configure --prefix=/usr/local/freetds

For freetds.conf ( example ) :

[mssql]
host = mssql
port = 1433
tds version = 7.0
client charset = BIG-5 ; or UTF-8

Right ?

Thank for your help again !

Edward.






Archive powered by MHonArc 2.6.24.

Top of Page