@lazy-cjk/static-build-zh-convert
TypeScript icon, indicating that this package has built-in type declarations

1.0.54 • Public • Published

README

繁簡轉換對應表

  • BASE 代表 可以簡單透過 javascript split 進行字串分割
  • UNICODE 代表需要透過支援 Unicode 進行字串分割(例如 uni-string )
  • SAFE 代表於 簡轉繁 時,盡量不去取代已經存在於繁體中的字(至於繁轉簡則... 沒必要)

可透過以下代碼取得相同資料

import { table_tw2cn, table_cn2tw } from 'cjk-conv/lib/zh/convert';
import { tableCn2TwDebug, tableTw2CnDebug } from 'cjk-conv/lib/zh/convert/min';

繁轉簡 table_tw2cn

簡轉繁 table_cn2tw

Package Sidebar

Install

npm i @lazy-cjk/static-build-zh-convert

Weekly Downloads

4,254

Version

1.0.54

License

ISC

Unpacked Size

442 kB

Total Files

63

Last publish

Collaborators

  • bluelovers