vimeo api video search call does not work for utf-8 characters -


when use turkish characters ş ç ğ vimeo playground returns response.

query

İşletim 

request

get /api/rest/v2?format=json&method=vimeo.videos.search&query=%c4%b0%c5%9fletim http/1.1 host: vimeo.com accept: */* 

response

{   "generated_in": "0.0121",   "stat": "ok",   "videos":{     "on_this_page": "0",     "page": "1",     "perpage": "50",     "total": "0",     "video":[      ]   } } 

however, know there video has title İşletim


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -