This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

charmap name "none"



localedef accepts a charmap called "none".

$ /glibc22/bin/localedef -f none -i de_DE de_DE && echo ok
ok
$ LC_ALL=de_DE /glibc22/bin/locale charmap
ISO-IR-197

This is nonsense. Here is a fix:


2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* charmaps/ISO-IR-197: Remove alias "none".

*** glibc-20000928/localedata/charmaps/ISO-IR-197.bak	Mon Jul  3 16:45:20 2000
--- glibc-20000928/localedata/charmaps/ISO-IR-197	Sat Sep 30 20:37:55 2000
***************
*** 1,12 ****
! <code_set_name>ISO-IR-197
  <comment_char> %
  <escape_char> /
  % source:  http://www.itek.norut.no/project/barent/barsek/ip/197t.html
  % author:  Petter Reinholdtsen <pere@td.org.uit.no>
  % date:    1998-08-31
! % comment: Proposed nothern sami charset.  Superseeded by WS2
! 
! % alias none
  
  CHARMAP
  <U0000>     /x00         NULL (NUL)
--- 1,10 ----
! <code_set_name> ISO-IR-197
  <comment_char> %
  <escape_char> /
  % source:  http://www.itek.norut.no/project/barent/barsek/ip/197t.html
  % author:  Petter Reinholdtsen <pere@td.org.uit.no>
  % date:    1998-08-31
! % comment: Proposed nothern sami charset.  Superseded by WS2
  
  CHARMAP
  <U0000>     /x00         NULL (NUL)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]