https://github.com/chaklim/hkscs_unicode_converter
Convert Unicode characters to HKSCS-2016
https://github.com/chaklim/hkscs_unicode_converter
big5 convert-unicode-characters hkscs hkscs-unicode hkscs-unicode-converter hkscs2016
Last synced: 8 months ago
JSON representation
Convert Unicode characters to HKSCS-2016
- Host: GitHub
- URL: https://github.com/chaklim/hkscs_unicode_converter
- Owner: chaklim
- License: mit
- Created: 2018-04-24T18:22:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T18:07:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T07:21:45.500Z (9 months ago)
- Topics: big5, convert-unicode-characters, hkscs, hkscs-unicode, hkscs-unicode-converter, hkscs2016
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hkscs_unicode_converter
[](https://travis-ci.org/chaklim/hkscs_unicode_converter)Convert Unicode characters to HKSCS-2016
## Installation
`npm install hkscs_unicode_converter`
## Usage
const hkscsConverter = require('hkscs_unicode_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.