[MonetDB-users] What code page does Monetdb currentlly use?
We are Chinese users, and hoping Monetdb will support multi-byte character encodings like UTF-8 and GBK. _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/
I hava successfully inserted some Chinese strings into a test table from the default "Monetdb SQL Client" shortcut created by the windows installer, and mclient.exe can show the Chinese strings correctlly. But when I start a new mclient session from a normal command line using the following: mclient.exe -lsql -d demo -E XXXX I have tried -E utf-8, -E GBK, -E GB2312 with the -E option, they all can't show Chinese characters, what's the problem? What charset does the default "MonetDB SQL Client" bat use? BTW, using the "create schema default character set XXXX" statement we can specify a character set, what is it used for?
Date: Sun, 28 Dec 2008 16:16:09 +0100> From: Fabian.Groffen@cwi.nl> To: monetdb-users@lists.sourceforge.net> Subject: Re: [MonetDB-users] What code page does Monetdb currentlly use?> > On 28-12-2008 22:30:10 +0800, 小波 顾 wrote:> > We are Chinese users, and hoping Monetdb will support multi-byte> > character encodings like UTF-8 and GBK.> > MonetDB is fully UTF-8, and does not support any other encoding than> that.> > ------------------------------------------------------------------------------> _______________________________________________> MonetDB-users mailing list> MonetDB-users@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/monetdb-users
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/photos.aspx
On Fri, Jan 02, 2009 at 03:38:52PM +0800, 小波 顾 wrote:
I hava successfully inserted some Chinese strings into a test table from the default "Monetdb SQL Client" shortcut created by the windows installer, and mclient.exe can show the Chinese strings correctlly. But when I start a new mclient session from a normal command line using the following: mclient.exe -lsql -d demo -E XXXX I have tried -E utf-8, -E GBK, -E GB2312 with the -E option, they all can't show Chinese characters, what's the problem?
What charset does the default "MonetDB SQL Client" bat use?
BTW, using the "create schema default character set XXXX" default character set XXXX is not used. Only the parser handles it.
Niels
statement we can specify a character set, what is it used for?
Date: Sun, 28 Dec 2008 16:16:09 +0100 From: Fabian.Groffen@cwi.nl To: monetdb-users@lists.sourceforge.net Subject: Re: [MonetDB-users] What code page does Monetdb currentlly use?
On 28-12-2008 22:30:10 +0800, å°æ³¢ 顾 wrote:
We are Chinese users, and hoping Monetdb will support multi-byte character encodings like UTF-8 and GBK.
MonetDB is fully UTF-8, and does not support any other encoding than that.
--------------------------------------------------------------- ---------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users __________________________________________________________
Get easy photo sharing with Windows Live⢠Photos. [1]Drag nâ drop
References
------------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
I hava successfully inserted some Chinese strings into a test table from the default "Monetdb SQL Client" shortcut created by the windows installer, and >mclient.exe can show the Chinese strings correctlly. But when I start a new mclient session from a normal command line using the following:>mclient.exe -lsql -d demo -E XXXX>I have tried -E utf-8, -E GBK, -E GB2312 with the -E option, they all can't show Chinese characters, what's the problem? What charset does the default "MonetDB SQL Client" bat use?
News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx
On 2009-01-02 10:31, 小波 顾 wrote:
I hava successfully inserted some Chinese strings into a test table from the default "Monetdb SQL Client" shortcut created by the windows installer, and >mclient.exe can show the Chinese strings correctlly. But when I start a new mclient session from a normal command line using the following: mclient.exe -lsql -d demo -E XXXX I have tried -E utf-8, -E GBK, -E GB2312 with the -E option, they all can't show Chinese characters, what's the problem?
What charset does the default "MonetDB SQL Client" bat use?
When you use the shortcut in the start menu, the client is started with the option -Ecp437, in other words, the character set it uses then is cp437. -- Sjoerd Mullender
小波 顾 wrote:
We are Chinese users, and hoping Monetdb will support multi-byte character encodings like UTF-8 and GBK. UTF-8 is being used as default
Usage: mclient --language=(sql|xquery|mal|mil) [ options ] Options are: -d database | --database=database database to connect to -e | --echo echo the query -E charset | --encoding=charset specify encoding (character set) of the terminal
------------------------------------------------------------------------ check out the rest of the Windows Live™. More than mail–Windows Live™ goes way beyond your inbox. More than messages http://www.microsoft.com/windows/windowslive/ ------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (5)
-
Fabian Groffen
-
Martin Kersten
-
Niels Nes
-
Sjoerd Mullender
-
小波 顾