home-simplified-to-traditional

所属分类:其他
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-12-10 22:05:10
上 传 者sh-1993
说明:  本项目用于家庭娱乐中心将utf8简体中文文件转换为繁体中文文件。
(This project is for a home entertainment center to convert utf8 simplified chinese files to traditional chinese files.)

文件列表:
src/
.eslintrc
.jsbeautifyrc
.prettierrc
LICENSE
index.js
package-lock.json
package.json

# Overview This project is a utility project for a home entertainment center to convert utf8 simplified chinese files to traditional chinese files. It uses a simple converter that takes an input file (in utf-8) form, and attempts to convert all the text in it with simplified chinese characters to traditional chinese characters (in Hong Kong region). ## Installation ### Windows Installation * OpenCC 1.0.5 requires Microsoft Visual C++ 2015 version. ```javascript git clone git@github.com:fartbagxp/murray-simplified-to-traditional.git npm install --global --production windows-build-tools --vs2015 npm config set msvs_version 2015 npm install -g murray-simplified-to-traditional ``` ## Usage Once you have installed this library, the following command should be available to you. ```javascript > totrad -h Usage: convert-cli [options] Options: -h, --help output usage information -V, --version output the version number -f, --force Overwrite the original file. -p, --path The input directory ```

近期下载者

相关文件


收藏者