Application homepage: kotoba.pierrephi.net
iTunes link: http://itunes.apple.com/fr/app/kotoba-dictionnaire-japonais/id288499125?mt=8
HTML Link example: < a href="kotoba://dictionary?search=term">Find "term" in dictinoary</a>
Native application URL string example: kotoba://dictionary?search=term
Extended example: kotoba://dictionary?search=term
Search \"term\" in dictionary section, remain on list view after search
kotoba://dictionary?word=term
Search \"term\" in dictionary section, move to detailed dictionary entry view if only 1 exact match
kotoba://kanji?glyph=term
Search \"term\" in the kanji dictionary, display detailed kanji display
term must be a single Kanji character
All strings must be URL encoded before invoking Kotoba! see example below.
Tags: japanese dictionary
NSString* word = @\"???\";
NSString* urlString = ;
String must be URL encoded as above when containing multibyte characters or special characters