Commit Graph

14 Commits (aa636238f2f43f9edef81e5c018799018c0ff3cf)

Author SHA1 Message Date
Dylan Lloyd dbf47b7ef6 various typo/category fixes 2012-11-06 17:48:08 -05:00
Michael Smith 2751322ff8 Five more goodies with metadata... 2012-11-06 14:56:31 -07:00
Michael Smith 83a44c61e4 Add metadata to some more goodies 2012-11-06 14:22:53 -07:00
Torsten Raudssus 9d72a38dcd Cleanup, adding multiword trigger, checking for html encoded requirements (non there hehe) 2012-05-24 04:05:08 +02:00
Dylan Lloyd bf6bea7607 fixed typos in unicode goodie 2012-05-18 16:05:21 -04:00
Cosimo Streppone ccaf602190 Added unicode char lookup ("unicode æ") 2012-05-05 10:02:10 +02:00
yegg eb6ad375b1 fix unitilized bug 2012-05-02 12:31:28 -04:00
Cosimo Streppone 6f28e7a0f4 Added lookup by name to existing Unicode goodie
Now handles both raw "U+xxxx" queries (query_raw trigger),
and "unicode <...>" (start trigger). Any of these are valid:
* `U+590c`
* `unicode U+590C`
* `unicode white smiling face`
2012-05-01 23:51:31 +02:00
hunterlang cbcfc305de apparently i can't read after 10pm 2012-03-21 00:08:12 -04:00
hunterlang d760e75995 CamelCase to answer_type and update tests with regexp 2012-03-20 23:44:51 -04:00
Moritz Lenz f8d4ea08c9 [Unicode] make decomposition more robust 2012-03-11 09:40:10 +01:00
Moritz Lenz 5622b561cf [Unicode] include UTF-8 bytes in the output 2012-03-11 09:39:45 +01:00
Moritz Lenz 5273fd466e [Unicode] add decimal and HTML entity output 2012-03-10 21:20:09 +01:00
Moritz Lenz 465de3b3dd implement Unicode info
currently this is fetched from Wolfram Alpha, but generating it locally is nicer.
This also returns slightly different information, including case folding,
Unicode block, script and decomposition information
2012-03-10 09:54:44 +01:00