Closed Thread
Results 1 to 7 of 7

Thread: french caracters..

  1. #1
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    french caracters..

    hey guys i forgot what to set my database to when i want to insert éâ...

    latin_switich_ci

    or utf8_switich_ci

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: french caracters..

    latin should have support for those characters. utf8 has it without a doubt.

    But I do not recognize those collations you mention at all? what is switich?
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  4. #3
    Jordan Guest

    Re: french caracters..

    I can say nothing more than what Orjan has already stated. I'm assuming you are working with MySQL?

  5. #4
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: french caracters..

    ya its mysql.its funny cause i never had that problem?

    witch latin should i chose?or even utf8?

  6. #5
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: french caracters..

    I can't find a special french collation, and these days, I actually find it better to go with UTF8 normally, but then you need to make sure the application linked to the database also uses UTF8. the collation to use would probably be utf8_general_ci. If you want to keep with latin, it would be latin1_general_ci (ci stands for case insensitive. if you want case sensitive, choose a collation with cs instead)
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  7. #6
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: french caracters..

    whats funny is that in my databse i changed the errors but on my page it shows still with the square instead of the é??

    my page is coded

    meta http-equiv="Content-Type" content="text/html; charset=utf-8"

  8. #7
    techker is offline Programmer
    Join Date
    Aug 2008
    Location
    mtl
    Posts
    136
    Rep Power
    0

    Re: french caracters..

    funny thing i just switch my encoding to ISO-8859-1 the forms showed all good!but the page it self was wrong now?the characters were not showing ok??

    why is it the the drop down i did in php and mysql(gets data from databse) works but the rest is not good??

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. create french font in photoshop
    By cakka in forum Website Design
    Replies: 2
    Last Post: 07-09-2010, 10:46 PM
  2. Inserting french characters in mySQL DB table
    By steph03 in forum Database & Database Programming
    Replies: 3
    Last Post: 10-09-2009, 04:59 AM
  3. french.php
    By Edgar in forum ionFiles
    Replies: 10
    Last Post: 09-19-2008, 08:57 AM
  4. Profwalken - French user -
    By profwalken in forum Introductions
    Replies: 4
    Last Post: 12-05-2007, 11:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts