close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

UTF-8 error in UE4

Thread began 2/28/2011 7:47 pm by this_is_me | Last modified 3/01/2011 7:29 am by this_is_me | 2050 views | 1 replies

this_is_me

UTF-8 error in UE4

I might be wrong, but it seems, DA still has not made its homework for full UTF-8 compatibility with all of its products. :-(

I created a simple form which I want to deliever to 2 recipients. It is a client's feedback form to order a free diabetic device.
The header of the modified block template shows:
FEEDBACKFORMULAR von diabetes-austria.com
OneTouch® UltraEasy® oder OneTouch® Vita® kostenlos anfordern
but should be:
OneTouch® UltraEasy® oder OneTouch® Vita® kostenlos anfordern
Each Umlaut is turned into some double-byte "monster":

Ãœbermittelt instead of Übermittelt

Every file was put to UTF-8, but the incoming mail's source code shows:

MIME-Version: 1.0
Content-Type: multipart/alternative; charset="ISO-8859-1"; boundary="WAMULTIBREAKWA"

and further down:

--WAMULTIBREAKWA
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

Where are these hidden wrong "ISO-8859-1" created????

Also, the file called "waue_FILEFORMNAME.php"
holds this part of code (from line 1):

<?php
$MailAttachments = "";
$MailBCC = "";
$MailCC = "";
$MailTo = "";
$MailBodyFormat = "";
$MailBody = "";
$MailImportance = "";
$MailFrom = "".((isset($_POST["Email"]))?$_POST["Email"]:"") ."";
$MailSubject = "my subject";
$_SERVER["QUERY_STRING"] = "";

//Global Variables

$WA_MailObject = WAUE_Definition("","","","","","ISO-8859-1");

if ($RecipientEmail) {
$WA_MailObject = WAUE_AddRecipient($WA_MailObject,$RecipientEmail);
}
else {
//To Entries
.....


did I simply over - read a set-up issue?

please, point me to the right direction.

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...