Re: Charset questions

2006-03-10 Thread Gabriel PREDA
Yes Ryan,

Shawn is wright... this is dark art... and few are experimenting it !
I did some dark art because of my need to get into *latin2
(latin2_general_ci)*.
Even though is adark art I do still there are people who know to answer
you... but i believe you were to vague...
Please be *more* specific on your problem.

What is the server default charset and collation ?
What is the database  default charset and collation ?
What charsets and collations are the tables and/ or even the columns you
were talking about ?

Finally I didn't found any ColdFusion secific connector... so I assume ODBC
!

Have you searched for ODBC related issues ? Maybe is ODBC's fault.

What server version do you use ? 4 or 5 ? Please specify minor also !

What about connection charset and/or collation ? Have you set them ?

so... ?:)

--
Gabriel PREDA
Senior Web Developer


RE: Charset questions

2006-03-09 Thread Ryan Stille
Are my emails not coming through?  Or is this question way too 'newbie'
and no one wants to touch it?

-Ryan

Ryan Stille wrote:
 I'm still hoping someone can else can share their input on this.
 
 What do other people usually do as far as the collation setting?
 
 Thanks,
 -Ryan
 
 Ryan Stille wrote:
 When we migrated to MySQL from MS SQL, I left everything set to the
 default as far as collations - latin1_swedish_ci.
 This was based on digging through the manual and google. But now I am
 migrating the application to a newer version of ColdFusion and am
 running into some issues with charsets on some ColdFusion functions.
 I am wondering if my database charset has anything to do with it.
 
 What do other people usually do as far as the collation setting?
 
 We are in the US, but do have a few sites that make use of German
 and Spanish characters. 
 
 Thanks,
 -Ryan



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Charset questions

2006-03-09 Thread SGreen
Ryan Stille [EMAIL PROTECTED] wrote on 03/09/2006 09:59:32 AM:

 Are my emails not coming through?  Or is this question way too 'newbie'
 and no one wants to touch it?
 
 -Ryan
 
 Ryan Stille wrote:
  I'm still hoping someone can else can share their input on this.
  
  What do other people usually do as far as the collation setting?
  
  Thanks,
  -Ryan
  
  Ryan Stille wrote:
  When we migrated to MySQL from MS SQL, I left everything set to the
  default as far as collations - latin1_swedish_ci.
  This was based on digging through the manual and google. But now I am
  migrating the application to a newer version of ColdFusion and am
  running into some issues with charsets on some ColdFusion functions.
  I am wondering if my database charset has anything to do with it.
  
  What do other people usually do as far as the collation setting?
  
  We are in the US, but do have a few sites that make use of German
  and Spanish characters. 
  
  Thanks,
  -Ryan
 
 

I don't think that your question was too newbie. I believe that within the 
world of MySQL that changing charsets and collations is still something of 
a dark art. Not many users need something other than the default settings 
and those that do experiment with the various charsets and collations 
until they find one that works for them.

There have been frequent posts on this list looking for help in setting up 
a character set or trying to resolve why certain characters no longer 
appear as they were when they went into the database.  The basic thing 
to remember is that each and every communications channel can have it's 
OWN charset setting. If you are pushing data in using utf-8 and you are 
pulling data out through a connection using UCS-2, you may run into a few 
translation errors (that was just an example, I don't know if they are 
incompatible or not)

I think that the default charset and collation covers most or all of the 
european alphabets so you may not need to use anything but the defaults 
for English, Spanish, Italian, Portuguese, French, German, and the Nordic 
languages (I can't name them all, sorry to those who live there).  I have 
to admit that I haven't had to delve deeply into this subject so I cannot 
speak from deep experience but that's basically what I have gathered by 
lurking on the other posts dealing with this topic.

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine



RE: Charset questions

2006-03-08 Thread Ryan Stille
I'm still hoping someone can else can share their input on this.

What do other people usually do as far as the collation setting?

Thanks,
-Ryan

Ryan Stille wrote:
 When we migrated to MySQL from MS SQL, I left everything set
 to the default as far as collations - latin1_swedish_ci.
 This was based on digging through the manual and google.  But
 now I am migrating the application to a newer version of
 ColdFusion and am running into some issues with charsets on
 some ColdFusion functions.  I am wondering if my database
 charset has anything to do with it.
 
 What do other people usually do as far as the collation setting?
 
 We are in the US, but do have a few sites that make use of
 German and Spanish characters.
 
 Thanks,
 -Ryan



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Charset questions

2006-03-03 Thread Ryan Stille
When we migrated to MySQL from MS SQL, I left everything set to the
default as far as collations - latin1_swedish_ci.  This was based on
digging through the manual and google.  But now I am migrating the
application to a newer version of ColdFusion and am running into some
issues with charsets on some ColdFusion functions.  I am wondering if my
database charset has anything to do with it.

What do other people usually do as far as the collation setting?

We are in the US, but do have a few sites that make use of German and
Spanish characters.

Thanks,
-Ryan


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]