• Resolved tripatwhat

    (@tripatwhat)


    Hello,

    i have a problem with your plugin. Instead of ≤ and ≥, it adds ? sign.

    How can i add math symbols properly?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    In javascript the correct comparison symbols are:

    “<=” and “>=”

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Furthermore, the comparison symbols for equality or not equal are:

    “==” and “!=”

    Best regards.

    Thread Starter tripatwhat

    (@tripatwhat)

    Ok, but it’s possible to add symbols like i described, using html codes, which means that browser can render it.

    Why can’t your plugin save it properly?

    Plugin Author codepeople

    (@codepeople)

    Hello,

    The issue is not cause by the plugin, but the character encoding of your database. Please, go to the settings page of the plugin, through the menu option: “Settings/Calculated Fields From”, select the “UTF-8” option for the “Character encoding” attribute, and press the “Update” button. Finally, go to your form and enter the text again.

    Best regards.

    Thread Starter tripatwhat

    (@tripatwhat)

    Hello,

    this is what i needed.

    Thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mathematic symbols’ is closed to new replies.