Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Character Sets, Collation, Unicode | Forum profile

Forum profile page for Character Sets, Collation, Unicode on http://www.mysql.com. This report page is the aggregated overview from a single forum: Character Sets, Collation, Unicode, located on the Message Board at http://www.mysql.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Character Sets, Collation, Unicode" on the Message Board at http://www.mysql.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MySQL AB - MySQL Forums - Character Sets, Collation, Unicode (site profile, domain info mysql.com)
Title: Character Sets, Collation, Unicode
Url: http://forums.mysql.com/list.php?103
Users activity: 14 post per thread
Forum activity: 5 active threads during last week
 

Posting activity on Character Sets, Collation, Unicode:

  Week Month 3 Months
Threads: 5 15 65
Post: 7 25 93
 

Character Sets, Collation, Unicode Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Rick James
4
user's latest post:
Re: Variable Collation...
Published (2009-12-28 22:22:00)
Hmmm... http://dev.mysql.com/doc/refman/5.1/en/charset-collate-tricky.html Plan A: ALTER TABLE ... MODIFY COLUMN v_DetailPath ... utf8_unicode_ci Plan B: See if this works: ... ExtractValue (v_XML, CONCAT(v_DetailPath,'@StepTypeID' COLLATE utf8_general_ci)) Or is the collation in trouble in v_XML? Or in ExtractValue?
Peter Gulutzan
1
user's latest post:
Re: Problem putting rare Chinese...
Published (2009-12-20 15:53:00)
Please read the FAQ in the MySQL Reference Manual. http://dev.mysql.com/doc/refman/5.1/en/faqs-cjk.html#qandaitem-23-11-1-6
Savas Zorlu
1
user's latest post:
Re: collation issues.
Published (2009-12-20 10:44:00)
Thanks for the reply Rick, Over the last 2 days, I have identified the problem correctly. Like you said it is not a collation issue. It is totally related to ODBC drivers. I thought it was ODBC 5.1 on the server but apparently the driver on the server is ODBC 3.51, and on my local copy the driver is ODBC 5.1. So when I back it up on the server and restore it on my local database, the characters don't show up right. However, I installed...
Paul Svirin
1
user's latest post:
collation issues.
Published (2009-12-20 00:11:00)
 

Latest active threads on Character Sets, Collation, Unicode::

MySQL AB - MySQL Forums
Started 2 days, 13 hours ago (2009-12-28 22:22:00)  by Rick James
Hmmm... http://dev.mysql.com/doc/refman/5.1/en/charset-col late-tricky.html Plan A: ALTER TABLE ... MODIFY COLUMN v_DetailPath ... utf8_unicode_ci Plan B: See if this works: ... ExtractValue (v_XML, CONCAT(v_DetailPath,'@StepTypeID' COLLATE utf8_general_ci)) Or is the collation in trouble in v_XML? Or in ExtractValue?
Thread:  Show this thread (2 posts)   Thread info: Re: Variable Collation doesn't match Extractvalue Variable Size: 487 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Variable Collation doesn't match Extractvalue Variable :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 2 days, 13 hours ago (2009-12-28 22:17:00)  by Rick James
SET NAMES utf8; Be sure the data in PHP is really utf8. Dump some characters in HEX to verify what they look like.
Thread:  Show this thread (2 posts)   Thread info: Re: Arabics chars when importing Size: 148 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Arabics chars when importing :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 1 week, 4 days ago (2009-12-19 18:54:00)  by Niko Huffman
Alternately, is there a way to ensure that the database default collation is applied when a table is created and only the default character set is specified? In the following script, table1, table3, and table4 are created with the correct character set and collation, but table2 ends up with a default collation of utf8_general_ci, presumably because of the default collation for the utf8 ...
Thread:  Show this thread (3 posts)   Thread info: Re: Change default collation for charset? Size: 1,372 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Change default collation for charset? :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 1 week, 3 days ago (2009-12-20 15:53:00)  by Peter Gulutzan
Please read the FAQ in the MySQL Reference Manual. http://dev.mysql.com/doc/refman/5.1/en/faqs-cjk.ht ml#qandaitem-23-11-1-6
Thread:  Show this thread (2 posts)   Thread info: Re: Problem putting rare Chinese characters into a UTF8 field Size: 245 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem putting rare Chinese characters into a UTF8 field :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 1 week, 5 days ago (2009-12-18 16:00:00)  by Savas Zorlu
Hi All, I have a mysql database that I use with classic ASP. Database tables are set to utf_general_ci My website's encoding is windows-1254 Most of the data inserted into the databse is through forms of the website. My problem is: special Turkish characters like ğşı are storded in the database as: ðþý and in binary they look even weirder (I cannot copy and paste those)...
Thread:  Show this thread (6 posts)   Thread info: collation issues. Size: 1,175 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "collation issues. :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 3 weeks, 5 days ago (2009-12-04 22:31:00)  by Rick James
SET NAMES utf8; (or whatever encoding your source uses.)
Thread:  Show this thread (2 posts)   Thread info: Re: i can not INSERT unicode to type txet Size: 64 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: i can not INSERT unicode to type txet :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 4 weeks ago (2009-12-02 14:24:00)  by Mary Kalinosky
Ted, did you ever find a solution to this problem?
Thread:  Show this thread (2 posts)   Thread info: Re: Problem Loading International (Spanish) Characters into MySQL Tables Size: 50 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem Loading International (Spanish) Characters into MySQL Tables :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 4 weeks, 1 day ago (2009-12-01 18:10:00)  by Paul Svirin
Try running 'SET NAMES utf8' from PHP script right after the connection launch. --- Paul Svirin StarWind Software developer ( http://www.starwindsoftware.com )
Thread:  Show this thread (7 posts)   Thread info: Re: Problems with ciliric collation!!! Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problems with ciliric collation!!! :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 1 month, 1 week ago (2009-11-23 12:11:00)  by Rick James
Thread:  Show this thread (10 posts)   Thread info: Character set problem Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Character set problem :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
MySQL AB - MySQL Forums
Started 1 month, 1 week ago (2009-11-22 15:06:00)  by Rick James
Please provide * SHOW CREATE TABLE tbl\G -- engine, indexes A PRIMARY KEY is a UNIQUE key, so it disallows duplicates.
Thread:  Show this thread (2 posts)   Thread info: Re: Integrity Constraints Error Size: 143 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Integrity Constraints Error :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
 

Hot threads for last week on Character Sets, Collation, Unicode::

Character Sets, Collation, Unicode
Started 2 days, 13 hours ago (2009-12-28 22:22:00)  by Rick James
Hmmm... http://dev.mysql.com/doc/refman/5.1/en/charset-col late-tricky.html Plan A: ALTER TABLE ... MODIFY COLUMN v_DetailPath ... utf8_unicode_ci Plan B: See if this works: ... ExtractValue (v_XML, CONCAT(v_DetailPath,'@StepTypeID' COLLATE utf8_general_ci)) Or is the collation in trouble in v_XML? Or in ExtractValue?
Thread:  Show this thread (2 posts)   Thread info: Re: Variable Collation doesn't match Extractvalue Variable Size: 487 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Variable Collation doesn't match Extractvalue Variable :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
Character Sets, Collation, Unicode
Started 2 days, 13 hours ago (2009-12-28 22:17:00)  by Rick James
SET NAMES utf8; Be sure the data in PHP is really utf8. Dump some characters in HEX to verify what they look like.
Thread:  Show this thread (2 posts)   Thread info: Re: Arabics chars when importing Size: 148 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Arabics chars when importing :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"
Character Sets, Collation, Unicode
Started 1 week, 4 days ago (2009-12-19 18:54:00)  by Niko Huffman
Alternately, is there a way to ensure that the database default collation is applied when a table is created and only the default character set is specified? In the following script, table1, table3, and table4 are created with the correct character set and collation, but table2 ends up with a default collation of utf8_general_ci, presumably because of the default collation for the utf8 ...
Thread:  Show this thread (3 posts)   Thread info: Re: Change default collation for charset? Size: 1,372 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Change default collation for charset? :: Character Sets, Collation, Unicode :: MySQL AB - MySQL Forums"

This page was found by:   mysql arabic Collation