From 02c66840524d73f1fac9efe152ed046418263a8f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Apr 1998 00:32:43 +0000 Subject: Update. 1998-04-30 Ulrich Drepper * locale/programs/localedef.c: Recognize repertoire-map option. 1998-04-29 Ulrich Drepper * locale/programs/linereader.c (get_toplvl_escape): Fix typo in converting non-hex numbers. Patch by Won Kyu Park . --- locale/programs/localedef.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'locale/programs/localedef.c') diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index 3b8a7a54d5..32437c12f5 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1995. @@ -101,6 +101,8 @@ static const struct argp_option options[] = { "inputfile", 'i', "FILE", 0, N_("Source definitions are found in FILE") }, { "code-set-name", 'u', "NAME", OPTION_HIDDEN, N_("Specify code set for mapping ISO 10646 elements") }, + { "repertoire-map", 'u', NAME, 0, + N_("file containing mapping from symbolic names to UCS4 values") }, { NULL, 0, NULL, 0, N_("Output control:") }, { "force", 'c', NULL, 0, -- cgit 1.4.1