• Hello,
    we have problem with greek characters. Our variables are all in Greek, so when we open a product variable through woocommerce stock manager it shows something like that %ce%bc%cf%80%ce%bb%ce%b5 and not the appropriate λευκ? (white)

    Any idea how we can resolve this?

    Regards,
    George

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Musilda

    (@musilda)

    Sorry, i am not sure. But if you figure it, i will add solution in update.

    Thread Starter trabica

    (@trabica)

    Hello,
    at admin.php around line 112 there is
    echo $v

    The solution I found is
    1. Check if $v is url encoded
    2. If yes use urldecode to decode it!

    If you implement this solution to your code please inform me to update

    Regards,
    George

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Greek characters problem’ is closed to new replies.