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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -