Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

## 繁簡轉換對應表

  • 1.0.57
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
increased by0.69%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 03 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc