OpenCC: Difference between revisions
Jump to navigation
Jump to search
m
→Usage
m (→Installation) |
m (→Usage) |
||
| Line 52: | Line 52: | ||
Input/Output: file | Input/Output: file | ||
<pre> | <pre> | ||
## Simplified Chinese to Traditional Chinese (Taiwan Standard) | ## Convert the text file encoding with Simplified Chinese to Traditional Chinese (Taiwan Standard) | ||
# opencc -i input.txt -o output.txt -c s2tw | # opencc -i input.txt -o output.txt -c s2tw | ||
</pre> | </pre> | ||