mysql:1281
From: <takeshi@xxxxxxxxxx>
Date: Sat, 16 Oct 1999 12:48:35 +0900
Subject: [mysql 01281] Re: X-client with Japanese characters
Hi! At Sat, 16 Oct 1999 00:43:12 +0700, Mustiantono <simus@xxxxxxxxxx> wrote: > > konichiwa. Mustiantono desu. > > I am looking for xmysql client where I can input some Japanese > characters. some X clients are: use Gtk GtkSQL : http//www.mygale.org/~bbrox/GtkSQL/ gmysql : http://www.loth.demon.co.uk/gmysql/ dbmetrix : http://www.tamos.net/sw/dbMetrix/ lesstif xmysql : TcX & mirror sites xmysqladmin : TcX & mirror sites Qt kmysql : http://www.xnot.com/kmysql/ these programs can handle EUC code, so, these can use EUC-JP , maybe... (if you change font resource, you can view KANJI characters, i think.... # i tried change these, but i had no success. # i don't use Qt library, so i don't know that Qt can handle EUC-JP. ) these doesn't have kanji convert function, so, can't handle SJIS. > I have been trying to install rubymysqladmin but with no success. The > error which points to line 13 of rubymysqladmin says that it cannot find > mysql. > I'm using ruby-1.4.2, ruby-gtk-0.21 and mysql-ruby-2.1.6 line 13 ?? require 'mysql' mysql-ruby was installed complete? or library path is correct? i use libmysqlclient.a to avoid library call error: mysql-ruby's extconf.rb: $libs = "/full/path/to/libmysqlclient.a -lm -lz" ; # for linux libc5 $libs = "/full/path/to/libmysqlclient.a -lm -lz -lcrypt -lnsl" ; # for linux libc6 -- takeshi@xxxxxxxxxx
1280 1999-10-16 02:43 [Mustiantono <simus@x] X-client with Japanese characters -> 1281 1999-10-16 12:48 ┗[<takeshi@xxxxxxxxxx>]