0.2.0 • Published 3 years ago

hkscs_converter v0.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

hkscs_unicode_converter

Build Status

Convert Unicode characters to HKSCS-2016

Installation

npm install hkscs_converter

Usage

const hkscsConverter = require('hkscs_converter');

const str = hkscsConverter.convertCharacter('');
const str2 = hkscsConverter.convertString('香');

Output should be and 香港

Tests

npm test or yarn test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.