Re: [ODBC] Multibyte ODBC

2002-03-04 Thread Hiroshi Inoue
Dave Page wrote: > > > OK I put a trial driver on http://w2422.nsk.ne.jp/~inoue/ > > (psqlodbc30W.zip). Note that it's another driver and you have > > to register the driver newly. The name of the dll is > > psqlodbc30.dll. Create new DSNs for the driver and test it. > > Also note that you have t

Re: [ODBC] Multibyte ODBC

2002-03-03 Thread Hiroshi Inoue
Dave Page wrote: > > > -Original Message- > > From: Hiroshi Inoue [mailto:[EMAIL PROTECTED]] > > > > OK I put a trial driver on http://w2422.nsk.ne.jp/~inoue/ > > (psqlodbc30W.zip). Note that it's another driver and you have > > to register the driver newly. The name of the dll is > > psq

Re: [ODBC] Multibyte ODBC

2002-03-03 Thread Dave Page
> -Original Message- > From: Hiroshi Inoue [mailto:[EMAIL PROTECTED]] > Sent: 01 March 2002 06:08 > To: Dave Page > Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] [ODBC] Multibyte ODBC > > >

Re: Multibyte ODBC

2002-03-03 Thread Dave Page
> -Original Message- > From: Hiroshi Inoue [mailto:[EMAIL PROTECTED]] > Sent: 28 February 2002 23:50 > To: Dave Page > Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Multibyte ODBC > > I hope Unico

Re: [ODBC] Multibyte ODBC

2002-03-01 Thread Jean-Michel POURE
Le Vendredi 1 Mars 2002 10:18, Hiroshi Inoue a ?crit : > I was able to handle(select/update) Japanase data > using Access with the driver. There was a problem > with VB+ADO but I fixed the bug and just replaced > the driver on my web site Dear Hiroshi, Thank you so much for this update. This is

Re: [ODBC] Multibyte ODBC

2002-03-01 Thread Hiroshi Inoue
Dave Page wrote: > > The psqlODBC driver doesn't export *any* W functions in it's .def. > > So, could this be the problem? Access XP wants Unicode, but the driver is > only providing it with UTF-8 encoded data (ie, multibyte data encoded into > ASCII)? OK I put a trial driver on http://w2422.ns

Re: Multibyte ODBC

2002-02-28 Thread Hiroshi Inoue
Dave Page wrote: > > > -Original Message- > > From: Hiroshi Inoue [mailto:[EMAIL PROTECTED]] > > > > Dave Page wrote: > > > > > > 4) Using the Arial Unicode MS font, the data in Access looks like > > > garbage. > > > > You need to set the *Japanese* locale if you'd like to > > display Jap

Re: [ODBC] Multibyte ODBC

2002-02-28 Thread Jean-Michel POURE
A very interesting article can be found at : http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 > The psqlODBC driver doesn't export *any* W functions in it's .def. I guess W stand for "Wide" character. W functions are for UCS-2 and UTF-16 data. Are W functions also needed for UTF-8 data? I dou

Re: Multibyte ODBC

2002-02-28 Thread Dave Page
> -Original Message- > From: Hiroshi Inoue [mailto:[EMAIL PROTECTED]] > Sent: 27 February 2002 23:45 > To: Dave Page > Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Multibyte ODBC > > > D

Re: [ODBC] Multibyte ODBC

2002-02-28 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED]] > Sent: 28 February 2002 07:09 > To: Dave Page > Cc: 'Hiroshi Inoue'; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] [ODBC] Multibyte ODBC > >

Re: [ODBC] Multibyte ODBC

2002-02-28 Thread Jean-Michel POURE
Dear Dave, UTF-8 / AccessXP Japanese problem : - Try import the linked dobc table into an Access table. Can you display the Japanese glyphs? Did you write you could also display the glyphs when copying/pasting into a table? - If AccessXP can display the data from its tables and not from ODBC,

Re: Multibyte ODBC

2002-02-27 Thread Hiroshi Inoue
Dave Page wrote: > > Hiroshi, please disregard my earlier email requesting a precompiled MB copy > of the driver - I found Eiji Tokuya's download. > > I have now tried the following tests using my own compilation of the MB > driver and Eiji's: > > 1) Created a unicode database in 7.2/cygwin and

Re: Multibyte ODBC

2002-02-27 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED]] > Sent: 27 February 2002 13:29 > To: Dave Page > Cc: 'Hiroshi Inoue'; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: Multibyte ODBC > > > Le Mercredi 27 Févri

Re: Multibyte ODBC

2002-02-27 Thread Jean-Michel POURE
Le Mercredi 27 Février 2002 14:24, Dave Page a écrit : > 2) Created a datasource, and added SET CLIENT_ENCODING='SJIS' to the > connect settings. If you are using a full Unicode chain (PostgreSQL, ODBC, AccessXP), try SET CLIENT_ENCODING='UNICODE', otherwise this will not work. If it does not wo

Multibyte ODBC

2002-02-27 Thread Dave Page
Hiroshi, please disregard my earlier email requesting a precompiled MB copy of the driver - I found Eiji Tokuya's download. I have now tried the following tests using my own compilation of the MB driver and Eiji's: 1) Created a unicode database in 7.2/cygwin and loaded Jean-Michel's Japanese tes