|
|
|
|
|
by cannam
494 days ago
|
|
This was my attempt at doing something a little bit like it, 27 years ago. It's mostly interesting as a historical artifact - certainly yours is a lot more sophisticated and much much prettier! This one just does greedy matching against CEDICT. https://all-day-breakfast.com/chinese/ What is kind of interesting is that the script itself (a single Perl CGI script) has survived the passage of time better than the text documenting it. Besides all the broken links, the text refers throughout to Big-5 encoding, and the form at https://all-day-breakfast.com/chinese/big5-simple.html has a warning that the popups only work in Netscape or MSIE 4. You can now ignore all of that because browsers are more encoding aware (it still uses Big-5 internally but you can paste in Unicode) and the popups work anywhere. |
|