OpenCC: Difference between revisions
Jump to navigation
Jump to search
m
→Usage
m (→Usage) |
|||
| Line 30: | Line 30: | ||
== Usage == | == Usage == | ||
See the details on the page: [https://github.com/BYVoid/OpenCC GitHub - BYVoid/OpenCC: A project for conversion between Traditional and Simplified Chinese] | See the details on the page: [https://github.com/BYVoid/OpenCC GitHub - BYVoid/OpenCC: A project for conversion between Traditional and Simplified Chinese] | ||
Input/Output: characters | |||
<pre> | <pre> | ||
## Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom | ## Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom | ||
| Line 46: | Line 48: | ||
# echo "项目管理" | opencc -c s2tw | # echo "项目管理" | opencc -c s2tw | ||
項目管理 | 項目管理 | ||
</pre> | |||
Input/Output: file | |||
<pre> | |||
## Simplified Chinese to Traditional Chinese (Taiwan Standard) | |||
# opencc -i input.txt -o output.txt -c s2tw | |||
</pre> | </pre> | ||