You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/06/23 21:49:55 UTC

svn commit: r550093 - in /incubator/stdcxx/trunk/etc/nls/posix: charmaps/ascii.cm src/C.src

Author: sebor
Date: Sat Jun 23 12:49:54 2007
New Revision: 550093

URL: http://svn.apache.org/viewvc?view=rev&rev=550093
Log:
2007-06-23  Martin Sebor  <se...@roguewave.com>

	STDCXX-457
	* ascii.cm: Updated license statement and restored
	original contents.
	* C.src: Ditto.

Modified:
    incubator/stdcxx/trunk/etc/nls/posix/charmaps/ascii.cm
    incubator/stdcxx/trunk/etc/nls/posix/src/C.src

Modified: incubator/stdcxx/trunk/etc/nls/posix/charmaps/ascii.cm
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/nls/posix/charmaps/ascii.cm?view=diff&rev=550093&r1=550092&r2=550093
==============================================================================
--- incubator/stdcxx/trunk/etc/nls/posix/charmaps/ascii.cm (original)
+++ incubator/stdcxx/trunk/etc/nls/posix/charmaps/ascii.cm Sat Jun 23 12:49:54 2007
@@ -8,15 +8,172 @@
 #
 ###########################################################################
 # 
- * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.0 (the
- * "License");  you may  not use this file except  in compliance with the
- * License.    You    may   obtain   a   copy   of    the   License    at
- * http://www.apache.org/licenses/LICENSE-2.0.    Unless   required    by
- * applicable law  or agreed to  in writing,  software  distributed under
- * the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR
- * CONDITIONS OF  ANY KIND, either  express or implied.  See  the License
- * for the specific language governing permissions  and limitations under
- * the License.
- * 
- **************************************************************************/
+# Licensed to the Apache Software  Foundation (ASF) under one or more
+# contributor  license agreements.  See  the NOTICE  file distributed
+# with  this  work  for  additional information  regarding  copyright
+# ownership.   The ASF  licenses this  file to  you under  the Apache
+# License, Version  2.0 (the  "License"); you may  not use  this file
+# except in  compliance with the License.   You may obtain  a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the  License is distributed on an  "AS IS" BASIS,
+# WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+# implied.   See  the License  for  the  specific language  governing
+# permissions and limitations under the License.
+#
+# Copyright 2001-2007 Rogue Wave Software.
+#
+###########################################################################
+
+<code_set_name>                 "ascii"
+<mb_cur_max>                    1
+<mb_cur_min>                    1
+<escape_char>                   \\
+<comment_char>                  #
+
+CHARMAP
+
+# POSIX portable character set
+
+<NUL>                   \x00
+<SOH>                   \x01
+<STX>                   \x02
+<ETX>                   \x03
+<EOT>                   \x04
+<ENQ>                   \x05
+<ACK>                   \x06
+<BEL>                   \x07
+<alert>                 \x07
+<backspace>             \x08
+<tab>                   \x09
+<newline>               \x0A
+<vertical-tab>          \x0B
+<form-feed>             \x0C
+<carriage-return>       \x0D
+<SO>                    \x0E
+<SI>                    \x0F
+<DLE>                   \x10
+<DC1>                   \x11
+<DC2>                   \x12
+<DC3>                   \x13
+<DC4>                   \x14
+<NAK>                   \x15
+<SYN>                   \x16
+<ETB>                   \x17
+<CAN>                   \x18
+<EM>                    \x19
+<SUB>                   \x1a
+<ESC>                   \x1b
+<IS4>                   \x1c
+<IS3>                   \x1d
+<IS2>                   \x1e
+<IS1>                   \x1f
+<space>                 \x20
+<exclamation-mark>      \x21
+<quotation-mark>        \x22
+<number-sign>           \x23
+<dollar-sign>           \x24
+<percent-sign>          \x25
+<ampersand>             \x26
+<apostrophe>            \x27
+<left-parenthesis>      \x28
+<right-parenthesis>     \x29
+<asterisk>              \x2A
+<plus-sign>             \x2B
+<comma>                 \x2C
+<hyphen-minus>          \x2D
+<hyphen>                \x2D
+<full-stop>             \x2E
+<period>                \x2E
+<slash>                 \x2F
+<solidus>               \x2F
+<zero>                  \x30
+<one>                   \x31
+<two>                   \x32
+<three>                 \x33
+<four>                  \x34
+<five>                  \x35
+<six>                   \x36
+<seven>                 \x37
+<eight>                 \x38
+<nine>                  \x39
+<colon>                 \x3A
+<semicolon>             \x3B
+<less-than-sign>        \x3C
+<equals-sign>           \x3D
+<greater-than-sign>     \x3E
+<question-mark>         \x3F
+<commercial-at>         \x40
+<A>                     \x41
+<B>                     \x42
+<C>                     \x43
+<D>                     \x44
+<E>                     \x45
+<F>                     \x46
+<G>                     \x47
+<H>                     \x48
+<I>                     \x49
+<J>                     \x4A
+<K>                     \x4B
+<L>                     \x4C
+<M>                     \x4D
+<N>                     \x4E
+<O>                     \x4F
+<P>                     \x50
+<Q>                     \x51
+<R>                     \x52
+<S>                     \x53
+<T>                     \x54
+<U>                     \x55
+<V>                     \x56
+<W>                     \x57
+<X>                     \x58
+<Y>                     \x59
+<Z>                     \x5A
+<left-square-bracket>   \x5B
+<backslash>             \x5C
+<reverse-solidus>       \x5C
+<right-square-bracket>  \x5D
+<circumflex-accent>     \x5E
+<circumflex>            \x5E
+<low-line>              \x5F
+<underscore>            \x5F
+<grave-accent>          \x60
+<a>                     \x61
+<b>                     \x62
+<c>                     \x63
+<d>                     \x64
+<e>                     \x65
+<f>                     \x66
+<g>                     \x67
+<h>                     \x68
+<i>                     \x69
+<j>                     \x6A
+<k>                     \x6B
+<l>                     \x6C
+<m>                     \x6D
+<n>                     \x6E
+<o>                     \x6F
+<p>                     \x70
+<q>                     \x71
+<r>                     \x72
+<s>                     \x73
+<t>                     \x74
+<u>                     \x75
+<v>                     \x76
+<w>                     \x77
+<x>                     \x78
+<y>                     \x79
+<z>                     \x7A
+<left-brace>            \x7B
+<left-curly-bracket>    \x7B
+<vertical-line>         \x7C
+<right-brace>           \x7D
+<right-curly-bracket>   \x7D
+<tilde>                 \x7E
+<DEL>                   \x7F
+
+END CHARMAP

Modified: incubator/stdcxx/trunk/etc/nls/posix/src/C.src
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/nls/posix/src/C.src?view=diff&rev=550093&r1=550092&r2=550093
==============================================================================
--- incubator/stdcxx/trunk/etc/nls/posix/src/C.src (original)
+++ incubator/stdcxx/trunk/etc/nls/posix/src/C.src Sat Jun 23 12:49:54 2007
@@ -8,15 +8,316 @@
 #
 ###########################################################################
 # 
- * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.0 (the
- * "License");  you may  not use this file except  in compliance with the
- * License.    You    may   obtain   a   copy   of    the   License    at
- * http://www.apache.org/licenses/LICENSE-2.0.    Unless   required    by
- * applicable law  or agreed to  in writing,  software  distributed under
- * the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR
- * CONDITIONS OF  ANY KIND, either  express or implied.  See  the License
- * for the specific language governing permissions  and limitations under
- * the License.
- * 
- **************************************************************************/
+# Licensed to the Apache Software  Foundation (ASF) under one or more
+# contributor  license agreements.  See  the NOTICE  file distributed
+# with  this  work  for  additional information  regarding  copyright
+# ownership.   The ASF  licenses this  file to  you under  the Apache
+# License, Version  2.0 (the  "License"); you may  not use  this file
+# except in  compliance with the License.   You may obtain  a copy of
+# the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the  License is distributed on an  "AS IS" BASIS,
+# WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+# implied.   See  the License  for  the  specific language  governing
+# permissions and limitations under the License.
+#
+# Copyright 2001-2007 Rogue Wave Software.
+#
+###########################################################################
+
+
+LC_CTYPE
+# The following is the POSIX locale LC_CTYPE.
+# "alpha" is by default "upper" and "lower"
+# "alnum" is by definition "alpha" and "digit"
+# "print" is by default "alnum", "punct", and the <space>
+# "graph" is by default "alnum" and "punct"
+#
+upper <A>;<B>;<C>;<D>;<E>;<F>;<G>;<H>;<I>;<J>;<K>;<L>;<M>;\
+<N>;<O>;<P>;<Q>;<R>;<S>;<T>;<U>;<V>;<W>;<X>;<Y>;<Z>
+
+#
+lower <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
+<n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>
+#
+
+digit <zero>;<one>;<two>;<three>;<four>;<five>;<six>;\
+<seven>;<eight>;<nine>
+#
+
+space <tab>;<newline>;<vertical-tab>;<form-feed>;\
+<carriage-return>;<space>
+#
+
+cntrl <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\
+<form-feed>;<carriage-return>;\
+<NUL>;<SOH>;<STX>;<ETX>;<EOT>;<ENQ>;<ACK>;<SO>;\
+<SI>;<DLE>;<DC1>;<DC2>;<DC3>;<DC4>;<NAK>;<SYN>;\
+<ETB>;<CAN>;<EM>;<SUB>;<ESC>;<IS4>;<IS3>;<IS2>;\
+<IS1>;<DEL>
+
+#
+punct <exclamation-mark>;<quotation-mark>;<number-sign>;\
+<dollar-sign>;<percent-sign>;<ampersand>;<apostrophe>;\
+<left-parenthesis>;<right-parenthesis>;<asterisk>;\
+<plus-sign>;<comma>;<hyphen>;<period>;<slash>;\
+<colon>;<semicolon>;<less-than-sign>;<equals-sign>;\
+<greater-than-sign>;<question-mark>;<commercial-at>;\
+<left-square-bracket>;<backslash>;<right-square-bracket>;\
+<circumflex>;<underscore>;<grave-accent>;<left-curly-bracket>;\
+<vertical-line>;<right-curly-bracket>;<tilde>
+
+#
+xdigit <zero>;<one>;<two>;<three>;<four>;<five>;<six>;<seven>;\
+<eight>;<nine>;<A>;<B>;<C>;<D>;<E>;<F>;<a>;<b>;<c>;<d>;<e>;<f>
+
+#
+blank <space>;<tab>
+
+#
+toupper (<a>,<A>);(<b>,<B>);(<c>,<C>);(<d>,<D>);(<e>,<E>);\
+(<f>,<F>);(<g>,<G>);(<h>,<H>);(<i>,<I>);(<j>,<J>);\
+(<k>,<K>);(<l>,<L>);(<m>,<M>);(<n>,<N>);(<o>,<O>);\
+(<p>,<P>);(<q>,<Q>);(<r>,<R>);(<s>,<S>);(<t>,<T>);\
+(<u>,<U>);(<v>,<V>);(<w>,<W>);(<x>,<X>);(<y>,<Y>);(<z>,<Z>)
+
+#
+tolower (<A>,<a>);(<B>,<b>);(<C>,<c>);(<D>,<d>);(<E>,<e>);\
+(<F>,<f>);(<G>,<g>);(<H>,<h>);(<I>,<i>);(<J>,<j>);\
+(<K>,<k>);(<L>,<l>);(<M>,<m>);(<N>,<n>);(<O>,<o>);\
+(<P>,<p>);(<Q>,<q>);(<R>,<r>);(<S>,<s>);(<T>,<t>);\
+(<U>,<u>);(<V>,<v>);(<W>,<w>);(<X>,<x>);(<Y>,<y>);(<Z>,<z>)
+END LC_CTYPE
+
+
+LC_COLLATE
+# This is the POSIX locale definition for the LC_COLLATE category.
+# The order is the same as in the ASCII codeset.
+order_start forward
+<NUL>
+<SOH>
+<STX>
+<ETX>
+<EOT>
+<ENQ>
+<ACK>
+<alert>
+<backspace>
+<tab>
+<newline>
+<vertical-tab>
+<form-feed>
+<carriage-return>
+<SO>
+<SI>
+<DLE>
+<DC1>
+<DC2>
+<DC3>
+<DC4>
+<NAK>
+<SYN>
+<ETB>
+<CAN>
+<EM>
+<SUB>
+<ESC>
+<IS4>
+<IS3>
+<IS2>
+<IS1>
+<space>
+<exclamation-mark>
+<quotation-mark>
+<number-sign>
+<dollar-sign>
+<percent-sign>
+<ampersand>
+<apostrophe>
+<left-parenthesis>
+<right-parenthesis>
+<asterisk>
+<plus-sign>
+<comma>
+<hyphen>
+<period>
+<slash>
+<zero>
+<one>
+<two>
+<three>
+<four>
+<five>
+<six>
+<seven>
+<eight>
+<nine>
+<colon>
+<semicolon>
+<less-than-sign>
+<equals-sign>
+<greater-than-sign>
+<question-mark>
+<commercial-at>
+<A>
+<B>
+<C>
+<D>
+<E>
+<F>
+<G>
+<H>
+<I>
+<J>
+<K>
+<L>
+<M>
+<N>
+<O>
+<P>
+<Q>
+<R>
+<S>
+<T>
+<U>
+<V>
+<W>
+<X>
+<Y>
+<Z>
+<left-square-bracket>
+<backslash>
+<right-square-bracket>
+<circumflex>
+<underscore>
+<grave-accent>
+<a>
+<b>
+<c>
+<d>
+<e>
+<f>
+<g>
+<h>
+<i>
+<j>
+<k>
+<l>
+<m>
+<n>
+<o>
+<p>
+<q>
+<r>
+<s>
+<t>
+<u>
+<v>
+<w>
+<x>
+<y>
+<z>
+<left-curly-bracket>
+<vertical-line>
+<right-curly-bracket>
+<tilde>
+<DEL>
+order_end
+#
+END LC_COLLATE
+
+
+LC_MONETARY
+# This is the POSIX locale definition for
+# the LC_MONETARY category.
+#
+int_curr_symbol ""
+currency_symbol ""
+mon_decimal_point ""
+mon_thousands_sep ""
+mon_grouping -1
+positive_sign ""
+negative_sign ""
+int_frac_digits -1
+frac_digits -1
+p_cs_precedes -1
+p_sep_by_space -1
+n_cs_precedes -1
+n_sep_by_space -1
+p_sign_posn -1
+n_sign_posn -1
+#
+END LC_MONETARY
+
+
+LC_NUMERIC
+# This is the POSIX locale definition for
+# the LC_NUMERIC category.
+#
+decimal_point "<period>"
+thousands_sep ""
+grouping -1
+#
+END LC_NUMERIC
+
+
+LC_MESSAGES
+# This is the POSIX locale definition for
+# the LC_MESSAGES category.
+#
+yesexpr "<circumflex><left-square-bracket><y><Y><right-square-bracket>"
+#
+noexpr "<circumflex><left-square-bracket><n><N><right-square-bracket>"
+#
+END LC_MESSAGES
+
+
+LC_TIME
+# This is the POSIX locale definition for
+# the LC_TIME category.
+#
+# Abbreviated weekday names (%a)
+abday "<S><u><n>";"<M><o><n>";"<T><u><e>";"<W><e><d>";\
+"<T><h><u>";"<F><r><i>";"<S><a><t>"
+#
+# Full weekday names (%A)
+day "<S><u><n><d><a><y>";"<M><o><n><d><a><y>";\
+"<T><u><e><s><d><a><y>";"<W><e><d><n><e><s><d><a><y>";\
+"<T><h><u><r><s><d><a><y>";"<F><r><i><d><a><y>";\
+"<S><a><t><u><r><d><a><y>"
+#
+# Abbreviated month names (%b)
+abmon "<J><a><n>";"<F><e><b>";"<M><a><r>";\
+"<A><p><r>";"<M><a><y>";"<J><u><n>";\
+"<J><u><l>";"<A><u><g>";"<S><e><p>";\
+"<O><c><t>";"<N><o><v>";"<D><e><c>"
+#
+# Full month names (%B)
+mon "<J><a><n><u><a><r><y>";"<F><e><b><r><u><a><r><y>";\
+"<M><a><r><c><h>";"<A><p><r><i><l>";\
+"<M><a><y>";"<J><u><n><e>";\
+"<J><u><l><y>";"<A><u><g><u><s><t>";\
+"<S><e><p><t><e><m><b><e><r>";"<O><c><t><o><b><e><r>";\
+"<N><o><v><e><m><b><e><r>";"<D><e><c><e><m><b><e><r>"
+#
+# Equivalent of AM/PM (%p) "AM";"PM"
+am_pm "<A><M>";"<P><M>"
+#
+# Appropriate date and time representation (%c)
+# "%a %b %e %H:%M:%S %Y"
+d_t_fmt "<percent-sign><a><space><percent-sign><b><space><percent-sign><e><space><percent-sign><H><colon><percent-sign><M><colon><percent-sign><S><space><percent-sign><Y>"
+#
+# Appropriate date representation (%x) "%m/%d/%y"
+d_fmt "<percent-sign><m><slash><percent-sign><d><slash><percent-sign><y>"
+#
+# Appropriate time representation (%X) "%H:%M:%S"
+t_fmt "<percent-sign><H><colon><percent-sign><M><colon><percent-sign><S>"
+#
+# Appropriate 12-hour time representation (%r) "%I:%M:%S %p"
+t_fmt_ampm "<percent-sign><I><colon><percent-sign><M><colon><percent-sign><S><space><percent-sign><p>"
+#
+END LC_TIME
+