• problem with utf8 links:

    Permalink editor generated:
    /wedding_print/%d7%91%d7%a7%d7%91%d7%95%d7%a7%d7%99-%d7%99%d7%99%d7%9f-%d7%9e%d7%a2%d7%95%d7%a6%d7%91%d7%99%d7%9d.html

    Should be:
    /wedding_print/%D7%91%D7%A7%D7%91%D7%95%D7%A7%D7%99-%D7%99%D7%99%D7%9F-%D7%9E%D7%A2%D7%95%D7%A6%D7%91%D7%99%D7%9D.HTML

    Cause:
    using the sanitize_text_field() in UTF8 example:
    http://core.trac.wordpress.org/ticket/11528

    Soulotion:
    i didnt find it yet. i am trying to use strtoupper() function that make every character uppercase but i dont really know where to implent that.

    http://wordpress.org/extend/plugins/permalink-editor/

  • The topic ‘[Plugin: Permalink Editor] UTF PROLEM with solution to implent’ is closed to new replies.