0.0.5 β€’ Published 5 years ago

uni-bento v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

🍱 uni-bento

A universal unicode table printer

Summary

uni-bentoλŠ” μœ λ‹ˆμ½”λ“œ ν…Œμ΄λΈ”μ—μ„œ μ§€μ •λœ μ–Έμ–΄μ˜ 철자 전체λ₯Ό .txt 파일둜 좜λ ₯ν•΄μ£ΌλŠ” κ°„λ‹¨ν•œ νˆ΄μž…λ‹ˆλ‹€. ν˜„μž¬λŠ” ν•œκ΅­μ–΄ 및 μ•„μŠ€ν‚€ 문자 좜λ ₯을 μ§€μ›ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.

uni-bento is a simple tool that prints the entire spelling of a specified language from a Unicode table to a .txt file. Currently, Korean and ASCII character output is supported.

Supported languages

  • ν•œκ΅­μ–΄: μœ λ‹ˆμ½”λ“œ μ™„μ„±ν˜• 11,172자 (U+AC00 ~ U+D7A3) + ν•œκΈ€ 자λͺ¨ 51자 (U+3131 ~ U+3163) (μ°Έκ³ : HANGUL IN UNICODE)

  • μ•„μŠ€ν‚€: μ•„μŠ€ν‚€ ν…Œμ΄λΈ”μ—μ„œ μ œμ–΄λ¬Έμžμ™€ 곡백문자λ₯Ό μ œμ™Έν•œ λͺ¨λ“  문자

  • Korean: Unicode completion type 11,172 characters (U+AC00 ~ U+D7A3) + 51 Korean Jamo (Pure vowels and consonants) characters (U+3131 ~ U+3163)

  • ASCII: All characters except the control and blank characters in the ASCII table

Why do you need uni-bento?

규λͺ¨κ°€ 큰 폰트의 μ„œλΈŒμ…‹μ„ λ§Œλ“€ λ•Œ ν°νŠΈμ— λ‹΄μ•„μ•Ό ν•  문자 전체λ₯Ό μ‹ λ’°μ„± 있게 확보해야 ν•  ν•„μš”κ°€ μžˆμŠ΅λ‹ˆλ‹€. ν˜Ήμ€ μ–Έμ–΄ν•™ 연ꡬλ₯Ό μœ„ν•΄ λ°©λŒ€ν•œ μƒν˜•λ¬Έμž μ„ΈνŠΈλ‚˜ κ³ λŒ€ μ–Έμ–΄, μ†Œμˆ˜λ―Όμ‘± μ–Έμ–΄ 데이터가 ν•„μš”ν•œ κ²½μš°λ„ 있죠.

uni-bentoλŠ” 맀우 λ‹¨μˆœν•œ μ†”λ£¨μ…˜μ„ μ œμ‹œν•©λ‹ˆλ‹€. μ§€μ •λœ λ²”μœ„μ˜ μœ λ‹ˆμ½”λ“œ ν…Œμ΄λΈ”μ„ μˆœνšŒν•˜λ©΄μ„œ λͺ¨λ“  문자λ₯Ό .txt νŒŒμΌμ— 좜λ ₯ν•΄μ€λ‹ˆλ‹€. μ•žμœΌλ‘œλŠ” λ‹€λ₯Έ μ—¬λŸ¬ μ–Έμ–΄λ₯Ό μ§€μ›ν•˜λŠ” κΈ°λŠ₯을 λ„£κ³ μž ν•©λ‹ˆλ‹€.

When you create a subset of large fonts, you need to ensure that all the characters you need to put in the fonts are reliably secured. Or you may need massive hieroglyphics, ancient languages, ethnic language data for linguistics studies.

uni-bento presents a very simple solution. It prints all characters to .txt file while traversing Unicode table of specified range. In the future, I would like to add features that support multiple languages.

Installation

// npm
npm install -g uni-bento

// yarn
yarn global add uni-bento

Usage

Output help text

$ uni-bento

Output all Korean characters from a unicode table

$ uni-bento --korean

Output all ASCII characters

$ uni-bento --ascii

Roadmap

  • 더 λ§Žμ€ μ–Έμ–΄ 선택 좜λ ₯ κΈ°λŠ₯ (ν•œκ΅­μ–΄, μ˜μ–΄, 일본어, 독일어, ν”„λž‘μŠ€μ–΄ λ“±...)
  • μ˜›ν•œκΈ€ 및 번체자, κ°„μ²΄μž μ˜μ—­
  • μœ λ‹ˆμ½”λ“œ λ²”μœ„ μž…λ ₯ μ‹œ 좜λ ₯ κΈ°λŠ₯
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago