Queries using multibyte languages...

Discussion in 'Google API' started by digitalpoint, Mar 4, 2004.

  1. #1
    This is mostly just for informational purposes, but #26 in the Google API FAQ says they are working on remedying the fact that the API does not return correct results for Chinese, Japanese and Korean keyword queries.

    Well, it turns out it's a problem with the client-side, *not* Google's backend. I ended up writing my own SOAP client for the keyword tracker, and after much fiddling with it, I realized that it's just that Google's servers are very specific about how the character set is passed within the HTTP request header. Fixing that fixed the whole problem. Google should buy me a beer.

    - Shawn
     
    digitalpoint, Mar 4, 2004 IP
  2. Foxy

    Foxy Chief Natural Foodie

    Messages:
    1,614
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You might be lucky and get the Strawberry Icecream
     
    Foxy, Mar 9, 2004 IP
  3. nlopes

    nlopes Guest

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In PHP 5 there is a new extension, SOAP, that will turn your job much easier!
    read more at: http://www.php.net/soap
     
    nlopes, Mar 14, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Yeah, I saw that... I'll do some testing with it when it comes out, although my SOAP client is already done, so it won't make it any easier at this point. :)

    - Shawn
     
    digitalpoint, Mar 14, 2004 IP
  5. charless

    charless Banned

    Messages:
    712
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hey Shawn..searched and didn't want to create a new thread so here I go bumping a year old post. Care to explain further on how you fixed or got around this? (Concept..don't have to go in details)
     
    charless, Sep 26, 2005 IP