Re: Derby and character set encodings

2007-09-12 Thread Ken Frank
the one remaining question, for the folks at derby-user (and adding derby-dev) is the first one: 1. when one creates a new derby database, is the database created with a certain encoding that will be used ? or is there an argument given to create command that can indicate the encoding to be

Re: Derby and character set encodings

2007-09-12 Thread Daniel John Debrunner
Ken Frank wrote: the one remaining question, for the folks at derby-user (and adding derby-dev) is the first one: 1. when one creates a new derby database, is the database created with a certain encoding that will be used ? No. The database doesn't have an encoding. Dan.

Derby and character set encodings

2007-09-06 Thread David Van Couvering
Hi, all. I am getting some questions from Ken Frank NetBeans internationalization quality team about Java DB and character set encodings. Rather than try and play go-between, I'm including him here so he can directly ask any follow-on questions. Ken would like to understand how Derby makes use

Re: Derby and character set encodings

2007-09-06 Thread Mike Matrigali
This is mixing a lot of things up. I also may use the wrong terminology here. Character set encodings really only come into play with tools like ij, and import getting the string from the environment into derby. The more standard interaction is using jdbc to load a java string into derby. At

Re: Derby and character set encodings

2007-09-06 Thread David Van Couvering
I think I can actually answer some of these questions :) On 9/6/07, Ken Frank [EMAIL PROTECTED] wrote: Thanks David for sending this. Let me note a few questions: 1. when one creates a new database, is the database created with a certain encoding that will be used ? And if so, is that

Re: Derby and character set encodings

2007-09-06 Thread David Van Couvering
I think this was actually meant to go to a different Andrei (sorry Andrey) On 9/6/07, David Van Couvering [EMAIL PROTECTED] wrote: I think I can actually answer some of these questions :) On 9/6/07, Ken Frank [EMAIL PROTECTED] wrote: Thanks David for sending this. Let me note a few

Re: Derby and character set encodings

2007-09-06 Thread Ken Frank
its the correct Andrey; he works with me on i18n; but also thanks for sending to Andrei also. Ken David Van Couvering wrote: I think this was actually meant to go to a different Andrei (sorry Andrey) On 9/6/07, David Van Couvering [EMAIL PROTECTED] wrote: I think I can actually answer

Re: Derby and character set encodings

2007-09-06 Thread Ken Frank
Thanks David for sending this. Let me note a few questions: 1. when one creates a new database, is the database created with a certain encoding that will be used ? And if so, is that encoding that of the locale I am in when I run the create database commands or is it utf-8 always ? (for