Skip to content

UTF fix #36

Description

@JustinDupree

Proposed edits to the tropo.class.php file to fix UTF:

  • Open it and search for this piece of text (it should be around line 667) - return str_replace(array("", ""{", "}""), array("", "{", "}"), $json);
  • Once you find it, replace it with this - return str_replace(array('"', ""{", "}"", '\/', '\'), array('"', "{", "}", '/', ''), $json);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions