Please HELP!

9 years 11 months ago #2377 by builders
Please HELP! was created by builders
This is the sixth try i make to take an answer about my problem.

I have tried to post 2 new threads asking for advices but it was deleted without a reason. I also sent two support ticket requests and one email at support@ but none of them responded.

I have a problem uploading a file with greek characters at with this
www.sysgenmedia.com/forum/17-bugs/2004-i...reek-characters#2010

Have you found a solution at the above thread ?

Please Log in to join the conversation.

More
9 years 11 months ago #2380 by sysgenmedia
Replied by sysgenmedia on topic Please HELP!
We are still looking into this issue. Sorry your other posts were removed as they were just duplicates of previous threads.

Please Log in to join the conversation.

More
9 years 11 months ago #2393 by sysgenmedia
Replied by sysgenmedia on topic Please HELP!
As per your suggestion, this may solve the issue and I am posting for others who may get here. This will be included in future releases.

I found a solution with Greek characters.
At administrator/components/com_storelocator/models/importexport.php i have commented the following line
//    $data = preg_replace ('/([\x80-\xff])/se', "pack (\"C*\", (ord ($1) >> 6) | 0xc0, (ord ($1) & 0x3f) | 0x80)", $data);
This line was preventing special characters.

Please Log in to join the conversation.

More