/* definition ko_KR.johab */

int escpolicy = STATELESS;
int table_wcs2mbs_maxentry = 2;
int mb_cur_max_locale = 2;

char
es_ascii[] = {},
es_johab[] = {};

table_wcs2mbs_t
table_wcs2mbs[] = {
  {
    1,
    (char *)&es_ascii,
    0,
    (upper_table_t *)&ut_ascii,
    (char *)&lt_ascii
  },
  {
    2,
    (char *)&es_johab,
    0,
    (upper_table_t *)&ut_johab,
    (char *)&lt_johab
  },
};

/* end of header */
