Viewing 5 replies - 1 through 5 (of 5 total)
  • Pi Zi

    (@freelancephp)

    After trying and testing I still cannot manage to find a solution.
    Suggestions are welcome.

    Thread Starter GermanKiwi

    (@germankiwi)

    Can’t the plugin just ignore the foreign characters and not encode them, but leave them as they are?

    I’m certainly not an expert on this topic. But I found an online encoder at http://www.webutils.pl/ROTencode which just ignores the foreign characters and only changes the Latin characters.

    For what it’s worth, I recently wrote to the developer of the PHPEnkoder plugin, because his plugin also did not encode foreign characters correctly. He investigated and found a solution, and now his works correctly with all such characters.

    I think his plugin might be using a different method of encoding though? But maybe it’s still helpful to find out how he fixed it?

    Pi Zi

    (@freelancephp)

    Thanks GermanKiwi. I will take a look at this.

    Same problem, does not working with сyrillic characters.

    Same issue when using escape/unescape.

    In the eeb-class you could use
    eval(decodeURIComponent(....))
    instead of
    eval(unescape(....))
    which also works with utf-8.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Foreign characters not working’ is closed to new replies.