Skip to content

초성/중성/종성으로 분리된 한글을 합치기

Notifications You must be signed in to change notification settings

Finfra/jaso_hap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jaso_hap - Introduction

초성/중성/종성으로 분리된 한글을 합치기

Version

v1.0.2

Perl Support version

v5.18.2 최신 버전 지원 안됨

usage

$ perl  jaso_hap.pl "ㄱㅛㅇㅠㄱ"                                 
$ perl  jaso_hap.pl `cat 0.txt`                                  
$ perl  jaso_hap.pl `cat 0.txt`>1.txt      
$ . jaso_convert.sh

example

[ ~/_sh]$ perl jaso_bunri.pl "핀프라
> "
ㅍㅣㄴㅍㅡㄹㅏ
[ ~/_sh]$ 
[ ~/_sh]$ perl jaso_hap.pl "ㅍㅣㄴㅍㅡㄹㅏ
> "
핀프라

CF

Reference

jaso_bunri.pl은 http://mwultong.blogspot.com/2006/03/perl.html 의 내용을 수정함.

Old version PERL설치 방법(Mac)

brew install plenv
plenv install 5.18.2
cd .plenv/build/숫자/perl-5.18.2
./perl --version

BUGS

Please report bugs to nowage[at]icloud.com.

todo

아래와 같은 에러 메세지 (perl 명령어와 함께 실행하면 문제 없음.)

[ ~/_sh]$ chmod +x ./jaso*.pl
[ ~/_sh]$ ./jaso_bunri.pl '핀프라'
Use of the encoding pragma is deprecated at ./jaso_bunri.pl line 12.
ㅍㅣㄴㅍㅡㄹㅏ[ ~/_sh]$ 
[ ~/_sh]$ ./jaso_hap.pl '핀프라'
Use of the encoding pragma is deprecated at ./jaso_hap.pl line 18.
핀프라[ ~/_sh]$ 

CONTRIBUTING

The github repository is at https://github.com/Finfra/jaso_hap.git

SEE ALSO

Some other stuff.

AUTHOR

NamJungGu, <nowage[at]icloud.com>

COPYRIGHT AND LICENSE

(c) Copyright 2005-2014 by finfra.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

초성/중성/종성으로 분리된 한글을 합치기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published