GNU Unifont  15.1.01
Pan-Unicode font with complete Unicode Plane 0 coverage and partial coverage of higher planes
johab2syllables.c File Reference

Create the Unicode Hangul Syllables block from component letters. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hangul.h"
Include dependency graph for johab2syllables.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 The main function.
 
void print_help ()
 Print a help message.
 

Detailed Description

Create the Unicode Hangul Syllables block from component letters.

This program reads in a "hangul-base.hex" file containing Hangul letters in Johab 6/3/1 format and outputs a Unifont .hex format file covering the Unicode Hangul Syllables range of U+AC00..U+D7A3.

Author
Paul Hardy

Definition in file johab2syllables.c.