phpCEDICT
This is a php and MySQL implemtation of CEDICT. CEDICT is a downloadable public-domain Chinese-English dictionary. This page takes advantage of CEDICT by importing the file into a database for faster and easier searching. phpCEDICT is an open source (read: GPL'd) project.
Search Tips
- To add a wild card use the percent (%) sign.
- English is the default, so if you want to search for english just press enter.
- To search for a whole word put /'s around the word. Ex: /word/
- To search for tones, add the tone on the end of the word. Ex: bi2 gong1 xiang2
- Do not use a 5 for a fith tone, leave it blank.
- To search for a ü use a 'u' followed by a ':'. Ex: nu:3
- Chinese expects the input to be in UTF-8 encoding, it should be handled by the browser.
- For details on the MSIME see InstallingIMEOnWindows.