[bugs] [illumos gate - Feature #1215] use localedef "copy" statements for UTF-8 ctype etc.

illumos bugs bugs at lists.illumos.org
Thu Jul 14 10:48:18 PDT 2011


Issue #1215 has been updated by Yuri Pankov.


This means that we'll need one common locale package (locale-common?) which will be required by SUNWcs(?) and will contain LC_CTYPE data (all other locales will contain links to this file) and probably others.
----------------------------------------
Feature #1215: use localedef "copy" statements for UTF-8 ctype etc.
https://www.illumos.org/issues/1215

Author: Gordon Ross
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 
Difficulty: Medium
Tags: needs-triage


The XPG4 localedef input grammar has a "copy" statement.  (See:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap07.html#tag_07_03
and http://pubs.opengroup.org/onlinepubs/9699919799/utilities/localedef.html for details.)

Rather than edit our UTF-8 localedef input files at compile time (as introduced by the fix for issue 922) we should create under source code management a new common file, and use a "copy" statement in the localedef files to define the LC_CTYPE section of each.  Might also be possibe for LC_COLLATE sections, if they turn out the same across many UTF-8 localedef files.

The motivation for this is mostly that big generated files a build time are an annoyance because you can't search their contents on web-based source browsers like bitbucket or github.
They also slow down the build a little.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the bugs mailing list