Skip to content

Instantly share code, notes, and snippets.

@zonuexe
Created July 28, 2014 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zonuexe/a45ecaf517f99a53155a to your computer and use it in GitHub Desktop.
Save zonuexe/a45ecaf517f99a53155a to your computer and use it in GitHub Desktop.
Accept-Language: *-
% curl -s -H 'Accept-Language: zh-Hant' 'https://zh.wikipedia.org/wiki/%E5%9B%BD%E9%99%85%E5%8C%96%E4%B8%8E%E6%9C%AC%E5%9C%B0%E5%8C%96' | grep '<title>'
<title>國際化與在地化 - 維基百科,自由的百科全書</title>
% curl -s -H 'Accept-Language: *-Hant' 'https://zh.wikipedia.org/wiki/%E5%9B%BD%E9%99%85%E5%8C%96%E4%B8%8E%E6%9C%AC%E5%9C%B0%E5%8C%96' | grep '<title>'
<title>国际化与本地化 - 维基百科,自由的百科全书</title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment