Thanks to visit codestin.com
Credit goes to github.com

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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