Problem with accented characters
- Arnaud
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 8 months ago #2270
by Arnaud
Saka,
What's going wrong with you ? You sell products and you don't assume support ?? Wake up man !
What's going wrong with you ? You sell products and you don't assume support ?? Wake up man !
Please Log in or Create an account to join the conversation.
- Arnaud
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 8 months ago #2350
by Arnaud
Emir,
The problem with accented chars make IE not loading the plugin (XML and PHP version).
No problem with Firefox 2 and Opera 9.26 (Windows version). Not tested with Conqueror...
The problem with accented chars make IE not loading the plugin (XML and PHP version).
No problem with Firefox 2 and Opera 9.26 (Windows version). Not tested with Conqueror...
Please Log in or Create an account to join the conversation.
- Arnaud
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 8 months ago #2351
by Arnaud
SOLVED !!!! ;D ;D ;D ;D
I've found how to fix the accented chars issue (in a PHP plugin) :
Just replace :
by :
Enjoy
I've found how to fix the accented chars issue (in a PHP plugin) :
Just replace :
return $content;
by :
return mb_convert_encoding($content, "UTF-8", "ISO-8859-1");
Enjoy
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 8 months ago #2354
by Saka
Emir Sakic
www.sakic.net
That's great, saves me a lot of testing.
Thanks!
Thanks!
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Arnaud
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 8 months ago #2361
by Arnaud
You're welcome Emir
Now you can work hardly on multiple Ajax Listing instance ;D ;D :-*
Now you can work hardly on multiple Ajax Listing instance ;D ;D :-*
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 8 months ago #2364
by Saka
Emir Sakic
www.sakic.net
Yeah, I have an idea how to solve that.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.