Hi to all,
i've some problem with letters like à, è, ì, etc.

Anyone can help me?

Many thanks in advance.

Comments

ax’s picture

if you ask like this. it's like asking "i have a problem with my car. please help". what would you answer?

did you read the submission guidelines?

Before posting a forum topic, please search the forums first; chances 
are your questions has been asked a couple times.

When asking a question, describe the symptoms of your problem, the 
environment in which it occurs (Drupal version, webserver, database),
the research and diagnostics steps you did to try and understand the 
problem.
Anonymous’s picture

I'm sorry, i'm a newbie.

This is my problem:

When i write some word like 'facoltà' or other word with letter accented letter, this is displayed with some strange character.

I hope that this explanation is sufficient.

Many thanks

Anonymous’s picture

Make sure your browser is set to use the page's encoding rather than overriding with a custom one. Drupal now uses UTF8 encoding (unicode). Check if your theme isn't putting in a custom content-type other than utf8.

By the way, your description is still horrible. What version of Drupal are you using? Are any contrib modules installed? Does it happen everywhere or only on comments, polls, ...? When do they appear mangled... after previewing, or only after inserting into the database (posting).

Be specific.

Anonymous’s picture

For me using drupal4.3.0/mysql it seems that in text printed directly (using print "text") international characters gets replaced with question marks but in text returned from the database (i.e. nodes) the international characters are displayed correctly.

I haven't had time to investigate why this happens yet, but I will probably be forced to do that soon.

Anonymous’s picture

I don't know if this is a correct way to solve the problem but as a temporary fix at least it seams to be possible to use the following function (at least it works for me)
http://www.php.net/manual/en/function.utf8-encode.php