This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

[closed] UNICODE


  1. Gax
    Member

    Hi! Please help! In Internet Explorer the Hungarian characters in the ready made forms appear wrong. The user must change the coding into UNICODE (UTF-8) This is not expectable from them. They will simply refuse to fill. What can I do with this problem?

    Posted 16 years ago #
  2. yuniar

    What's the default encoding for Hungarian? ISO-8859-2?


    MachForm Founder

    Posted 16 years ago #
  3. yuniar

    Problem solved.

    For anybody who experienced this problem.
    Edit your view.php file. At the bottom, around line 67, search for this code:

    echo $markup;

    Now, right above that line, add this code below:

    header("Content-Type: text/html; charset=UTF-8");

    So the whole code would be:

    header("Content-Type: text/html; charset=UTF-8");
    echo $markup;


    That would send the correct charset before sending the form content.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.