Results 11 to 15 of 15
-
27th Feb 2012, 02:41 PM #11Respected Developer
you can ignore that error with @ ( some text's encoding is not being recognized by iconv)
PHP Code:$message = @iconv("UTF-8","Windows-1252//IGNORE",$message);
Bots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
-
28th Feb 2012, 11:02 AM #12MemberWebsite's:
PasteBot.appspot.com@ t3dor
Are you sure, you know how Unicode and encoding works?
It's pretty simple - If you have some data, Decode it to Unicode, work on it, and then encode it to utf-8 when saving to file.
BTW here's your culprit:
vBulletin's main character encoding is ISO-8859-1, not UTF-8
But there's another catch
It is very common to mislabel Windows-1252 text with the charset label ISO-8859-1. A common result was that all the quotes and apostrophes (produced by "smart quotes" in Microsoft software) were replaced with question marks or boxes on non-Windows operating systems, making text difficult to read. Most modern web browsers and e-mail clients treat the MIME charset ISO-8859-1 as Windows-1252 in order to accommodate such mislabeling. This is now standard behavior in the draft HTML 5 specification, which requires that documents advertised as ISO-8859-1 actually be parsed with the Windows-1252 encoding
-
28th Feb 2012, 03:46 PM #13MemberWebsite's:
sborg.usYou can also check utf8_decode and utf8_encode functions to do the same
V3g3ta | Halcyon | Abhi
-
28th Feb 2012, 10:37 PM #14(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comProjects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
-
2nd Mar 2012, 11:19 PM #15MemberWebsite's:
4rc.org pivx.net mambaturk.comUse charset=ISO-8859-9 for turkish
try
curl_setopt($this->curl, CURLOPT_HTTPHEADER , array( 'Content-Type: application/x-www-form-urlencoded; charset=ISO-8859-9', ));
- DisRespected: Dlow (Still he owe me 30$)
- My Websites are again up!!!!Moved own server
- DisRespected: Dlow (Still he owe me 30$)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] High quality articles and English-German-English translation
By Lendar in forum ServicesReplies: 5Last Post: 5th Jul 2012, 02:01 PM -
Where to post videobb links [need english sites]
By Rapid S in forum File Host DiscussionReplies: 0Last Post: 6th Jan 2012, 06:14 AM -
[Selling] Any Type Plugin Contect me (rapidleech, curl, php upload, Personal Site Post Plugin )
By jpavsex in forum Completed TransactionsReplies: 15Last Post: 20th Dec 2011, 03:30 AM -
Php replacing characters !
By softleaks in forum Web Development AreaReplies: 8Last Post: 30th May 2011, 02:42 PM -
Japanese Characters for Wi-Fi
By bxflow in forum General DiscussionReplies: 5Last Post: 12th Jan 2011, 01:23 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...