Skip to content

delvier/KoreaSCourtCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korea SCourt Code

대한민국 대법원 한자 코드

Download SQLite file (Build date: 2023-10-14)

Database Keys

The primary key is (cd,rad_id,stroke), as multiple radical-stroke data may exist for a character.

  • cd: Character code. Implies a Universal Character Set code point if beginning with 0 or 2.
  • ex, isin: /[01]/. 1 iff personal name hanja.
  • type: /[02AF]/. The first letter from cd.
  • rad_id: The Kangxi radical number (1~214).
  • stroke: Remaining stroke count excluding the radical.
  • totstroke, em: Unused.
  • inm: Sound(s) allowed for personal names; and associated meanings. (in in the JSON files)
  • dic: Other dictionary data not included in inm. Sometimes has the same value as inm for personal name hanja, if the sound(s) in inm being the only one(s).
  • ineum: inm, but sound(s) only.
  • image: Glyph image from the Supreme Court of Korea website. Blue is for personal (isin = 1); else, black if type = 0 and red if type having another value than 0.

About

Hanja code used by Supreme Court of Korea

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published