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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Is "multi-level" copy working?


Recently I've started to suspect that the "copy" statement in locales
isn't recursive.  Is it supposed to work?

Consider locale nb_NO containing this:

  LC_CTYPE
  copy "i18n"
  END LC_CTYPE

And the nn_NO locale containing this:

  LC_CTYPE
  copy "nb_NO"
  END LC_CTYPE

Is this supposed to work?  It would make most sense to me if it did
work.

I'm still not sure if I'm looking at the right thing.  I saw some
strange behaviour, and still do not understand what is going on.


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