Moritz Strohm · @mstrohm
26 followers · 1249 posts · Server kanoa.de

I watched a video about writing in , the writing system. During the video, I noticed that vowels and consonants would each just need 4 bits and then realised that tense/complex consonants and complex vowels could be identified with flags, same as syllables with two consonants.

So I started to play around in C++ to find a way to "compress" Hangul syllables using a final state machine. It seems it can be done.

The source code is on :
codeberg.org/ncc1988/hangul-ma

#Hangul #Korean #codeberg #software

Last updated 3 years ago

Moritz Strohm · @mstrohm
22 followers · 1215 posts · Server www.kanoa.de

I watched a video about writing in , the writing system. During the video, I noticed that vowels and consonants would each just need 4 bits and then realised that tense/complex consonants and complex vowels could be identified with flags, same as syllables with two consonants.

So I started to play around in C++ to find a way to "compress" Hangul syllables using a final state machine. It seems it can be done.

The source code is on :
codeberg.org/ncc1988/hangul-ma

#Hangul #Korean #codeberg #software

Last updated 3 years ago

Vielen Westlern ist es gar nicht so gewahr, dass Koreanisch - im Gegensatz zu CN oder JP - eine Alphabetsprache ist.

Der Sage nach hat ein Koenig das bis dato uebliche als zu schwer empfunden. Insbesondere hinsichtlich der Lern-Dauer. Also hat man das erfunden.

Letztens in Berlin hab ich einen aelteren Schrift"font" gefunden, der aehnlich wie das Hangul die Buchstaben anordnet. Nicht ganz so konsequent und ohne Logik. Das koennte man ja noch ausbauen - zum DEGul z.B.

#Chinesisch #Hangul

Last updated 5 years ago