Activity Stream
48,167 MEMBERS
6989 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1.     
    #11
    Respected 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.

  2.   Sponsored Links

  3.     
    #12
    Member
    Website'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
    So you should instead encode to ISO-8859

    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
    That's life, deal with it.

  4.     
    #13
    Member
    Website's:
    sborg.us
    You can also check utf8_decode and utf8_encode functions to do the same

    V3g3ta | Halcyon | Abhi

  5.     
    #14
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    Quote Originally Posted by ajinkya9 View Post
    curl_setopt( $ch, CURLOPT_ENCODING, "UTF-8" );

    http://www.sitepoint.com/forums/show...TF8-supporting
    FYI that is to determine the accept-encoding header, not the encoding of the data being sent.
    Projects:
    WCDDL - The Professional DDL Script
    Top Secret Project: In Development - ZOMG
    ImgTrack - Never Have Dead Images Again!

  6.     
    #15
    Member
    Website's:
    4rc.org pivx.net mambaturk.com
    Use 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


Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] High quality articles and English-German-English translation
    By Lendar in forum Services
    Replies: 5
    Last Post: 5th Jul 2012, 02:01 PM
  2. Where to post videobb links [need english sites]
    By Rapid S in forum File Host Discussion
    Replies: 0
    Last Post: 6th Jan 2012, 06:14 AM
  3. Replies: 15
    Last Post: 20th Dec 2011, 03:30 AM
  4. Php replacing characters !
    By softleaks in forum Web Development Area
    Replies: 8
    Last Post: 30th May 2011, 02:42 PM
  5. Japanese Characters for Wi-Fi
    By bxflow in forum General Discussion
    Replies: 5
    Last Post: 12th Jan 2011, 01:23 AM

Tags for this Thread

BE SOCIAL