close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Still no UTF-8 support?

Thread began 11/17/2010 12:38 am by this_is_me | Last modified 11/19/2010 1:53 am by this_is_me | 1214 views | 2 replies

this_is_me

you are right - utf-8 works now

Dear Ray,
you are right! I am so relieved. This has been a big issue with my clients. Because for Europeans their langauage does not have special characters. They are part of our everyday life.
Sweet girl means süßes Mädchen. So it should work if you name a picture. And with this version it works.

Thanks again

PS.:
Don't forget to update your Connections file to something like:

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_whatever = "whatever host";
$database_whatever = "whatever database";
$username_whatever = "whatever_username";
$password_whatever = "whatever_password";
$whatever = mysql_pconnect($hostname_whatever, $username_whatever, $password_whatever) or trigger_error(mysql_error(),E_USER_ERROR);
$result0 = mysql_query('SET NAMES utf8');
if (!$result0) {
die('invalid request: ' . mysql_error());
}
?>

If I did not put the SET NAMES utf8 line, it would write wrong characters into the database again.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...