cp949 0.0.1 copy "cp949: ^0.0.1" to clipboard
cp949: ^0.0.1 copied to clipboard

outdated

CP949 Encoder/Decoder

dart-cp949 #

CP949 (EUC-KR 포함)을 Encode, Decode 해 주는 라이브러리입니다.

license .nvmrc yarn:devDependency Conventional Commits Commitizen friendly pr welcome

🚧 In construction #

개발중입니다.

Why? #

Dart 는 non-unicode 인코딩/디코딩을 native 하게 지원하지 않습니다. CP949 에 대해서는 글을 쓰는 시점으로 이 라이브러리가 유일해 보입니다.

Usage #

import 'package:cp949/cp949.dart' as cp949;

const cp949CodeUnitBytes = [0xBE, 0xC6, 0xB8, 0xA7, 0xB4, 0xD9, 0xbf, 0xee];
print(cp949.decode(cp949CodeUnitBytes)); // "아름다운" 출력

Development (Contribution) #

이 project 는 마크다운 린트, 커밋 메세지 린트 등 개발환경 설정을 위해 yarn과 nodejs package 들을 사용합니다.

yarn install
yarn test
yarn format:md .
yarn format .

License #

MIT License. Copyright © 2020, GIL B. Chan <bnbcmindnpass@gmail.com>

9
likes
0
pub points
60%
popularity

Publisher

unverified uploader

CP949 Encoder/Decoder

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on cp949