home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / locale / CDEF.LOC < prev    next >
Text File  |  1995-04-06  |  8KB  |  343 lines

  1. #***********************************************************************
  2. #*  LOCALE source for "CDEF" (for latin-1)                             *
  3. #*                                                                     *
  4. #*  IBM VisualAge C++ for OS/2, Version 3.00                           *
  5. #*  (C) Copyright IBM Corp. 1991, 1995.                                *
  6. #*  - Licensed Material - Program-Property of IBM                      *
  7. #*  - All rights reserved                                              *
  8. #*                                                                     *
  9. #***********************************************************************
  10.  
  11. #############
  12. LC_CTYPE
  13. #############
  14.  
  15. upper   <A>;<B>;<C>;<D>;<E>;<F>;<G>;<H>;<I>;<J>;<K>;<L>;<M>;\
  16.         <N>;<O>;<P>;<Q>;<R>;<S>;<T>;<U>;<V>;<W>;<X>;<Y>;<Z>
  17.  
  18. lower   <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
  19.         <n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>
  20.  
  21. alpha   <A>;<B>;<C>;<D>;<E>;<F>;<G>;<H>;<I>;<J>;<K>;<L>;<M>;\
  22.         <N>;<O>;<P>;<Q>;<R>;<S>;<T>;<U>;<V>;<W>;<X>;<Y>;<Z>;\
  23.         <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
  24.         <n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>
  25.  
  26. digit   <zero>;<one>;<two>;<three>;<four>;\
  27.         <five>;<six>;<seven>;<eight>;<nine>
  28.  
  29. space   <tab>;<newline>;<vertical-tab>;<form-feed>;\
  30.         <carriage-return>;<space>
  31.  
  32. cntrl   <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\
  33.         <form-feed>;<carriage-return>;\
  34.         <NUL>;<SOH>;<STX>;<ETX>;<EOT>;<ENQ>;<ACK>;<SO>;\
  35.         <SI>;<DLE>;<DC1>;<DC2>;<DC3>;<DC4>;<NAK>;<SYN>;\
  36.         <ETB>;<CAN>;<EM>;<SUB>;<ESC>;<IS4>;<IS3>;<IS2>;\
  37.         <IS1>;<DEL>
  38.  
  39. punct   <exclamation-mark>;<quotation-mark>;<number-sign>;\
  40.         <dollar-sign>;<percent-sign>;<ampersand>;<apostrophe>;\
  41.         <left-parenthesis>;<right-parenthesis>;<asterisk>;\
  42.         <plus-sign>;<comma>;<hyphen>;<period>;<slash>;\
  43.         <colon>;<semicolon>;<less-than-sign>;<equals-sign>;\
  44.         <greater-than-sign>;<question-mark>;<commercial-at>;\
  45.         <left-square-bracket>;<backslash>;<right-square-bracket>;\
  46.         <circumflex>;<underscore>;<grave-accent>;\
  47.         <left-curly-bracket>;<vertical-line>;<right-curly-bracket>;<tilde>
  48.  
  49. xdigit  <zero>;<one>;<two>;<three>;<four>;\
  50.         <five>;<six>;<seven>;<eight>;<nine>;\
  51.         <A>;<B>;<C>;<D>;<E>;<F>;\
  52.         <a>;<b>;<c>;<d>;<e>;<f>
  53.  
  54. blank   <space>;\
  55.         <tab>
  56.  
  57. toupper (<a>,<A>);(<b>,<B>);(<c>,<C>);(<d>,<D>);(<e>,<E>);\
  58.         (<f>,<F>);(<g>,<G>);(<h>,<H>);(<i>,<I>);(<j>,<J>);\
  59.         (<k>,<K>);(<l>,<L>);(<m>,<M>);(<n>,<N>);(<o>,<O>);\
  60.         (<p>,<P>);(<q>,<Q>);(<r>,<R>);(<s>,<S>);(<t>,<T>);\
  61.         (<u>,<U>);(<v>,<V>);(<w>,<W>);(<x>,<X>);(<y>,<Y>);\
  62.         (<z>,<Z>)
  63.  
  64. tolower (<A>,<a>);(<B>,<b>);(<C>,<c>);(<D>,<d>);(<E>,<e>);\
  65.         (<F>,<f>);(<G>,<g>);(<H>,<h>);(<I>,<i>);(<J>,<j>);\
  66.         (<K>,<k>);(<L>,<l>);(<M>,<m>);(<N>,<n>);(<O>,<o>);\
  67.         (<P>,<p>);(<Q>,<q>);(<R>,<r>);(<S>,<s>);(<T>,<t>);\
  68.         (<U>,<u>);(<V>,<v>);(<W>,<w>);(<X>,<x>);(<Y>,<y>);\
  69.         (<Z>,<z>)
  70.  
  71. END LC_CTYPE
  72.  
  73.  
  74. #############
  75. LC_COLLATE
  76. #############
  77.  
  78. order_start
  79. # ASCII Control characters
  80. <NUL>
  81. <SOH>
  82. <STX>
  83. <ETX>
  84. <EOT>
  85. <ENQ>
  86. <ACK>
  87. <alert>
  88. <backspace>
  89. <tab>
  90. <newline>
  91. <vertical-tab>
  92. <form-feed>
  93. <carriage-return>
  94. <SO>
  95. <SI>
  96. <DLE>
  97. <DC1>
  98. <DC2>
  99. <DC3>
  100. <DC4>
  101. <NAK>
  102. <SYN>
  103. <ETB>
  104. <CAN>
  105. <EM>
  106. <SUB>
  107. <ESC>
  108. <IS4>
  109. <IS3>
  110. <IS2>
  111. <IS1>
  112. <space>
  113. <exclamation-mark>
  114. <quotation-mark>
  115. <number-sign>
  116. <dollar-sign>
  117. <percent-sign>
  118. <ampersand>
  119. <left-parenthesis>
  120. <right-parenthesis>
  121. <asterisk>
  122. <plus-sign>
  123. <comma>
  124. <period>
  125. <slash>
  126. <zero>
  127. <one>
  128. <two>
  129. <three>
  130. <four>
  131. <five>
  132. <six>
  133. <seven>
  134. <eight>
  135. <nine>
  136. <colon>
  137. <semicolon>
  138. <less-than-sign>
  139. <equals-sign>
  140. <greater-than-sign>
  141. <apostrophe>             
  142. <hyphen>                 
  143. <question-mark>
  144. <commercial-at>
  145. <A>
  146. <B>
  147. <C>
  148. <D>
  149. <E>
  150. <F>
  151. <G>
  152. <H>
  153. <I>
  154. <J>
  155. <K>
  156. <L>
  157. <M>
  158. <N>
  159. <O>
  160. <P>
  161. <Q>
  162. <R>
  163. <S>
  164. <T>
  165. <U>
  166. <V>
  167. <W>
  168. <X>
  169. <Y>
  170. <Z>
  171. <left-square-bracket>
  172. <backslash>
  173. <right-square-bracket>
  174. <circumflex>
  175. <underscore>
  176. <grave-accent>
  177. <a>
  178. <b>
  179. <c>
  180. <d>
  181. <e>
  182. <f>
  183. <g>
  184. <h>
  185. <i>
  186. <j>
  187. <k>
  188. <l>
  189. <m>
  190. <n>
  191. <o>
  192. <p>
  193. <q>
  194. <r>
  195. <s>
  196. <t>
  197. <u>
  198. <v>
  199. <w>
  200. <x>
  201. <y>
  202. <z>
  203. <left-curly-bracket>
  204. <vertical-line>
  205. <right-curly-bracket>
  206. <tilde>
  207. <DEL>
  208. UNDEFINED
  209. order_end
  210.  
  211. END LC_COLLATE
  212.  
  213. #############
  214. LC_MONETARY
  215. #############
  216.  
  217. int_curr_symbol   ""
  218. currency_symbol   ""
  219. mon_decimal_point ""
  220. mon_thousands_sep ""
  221. mon_grouping      ""
  222. positive_sign     ""
  223. negative_sign     ""
  224. int_frac_digits   0
  225. frac_digits       0
  226. p_cs_precedes     0
  227. p_sep_by_space    0
  228. n_cs_precedes     0
  229. n_sep_by_space    0
  230. p_sign_posn       0
  231. n_sign_posn       0
  232.  
  233. END LC_MONETARY
  234.  
  235. #############
  236. LC_NUMERIC
  237. #############
  238.  
  239. decimal_point     "<period>"
  240. thousands_sep     ""
  241. grouping          ""
  242.  
  243. END LC_NUMERIC
  244.  
  245. #############
  246. LC_TIME
  247. #############
  248.  
  249. abday   "<S><u><n>";\
  250.         "<M><o><n>";\
  251.         "<T><u><e>";\
  252.         "<W><e><d>";\
  253.         "<T><h><u>";\
  254.         "<F><r><i>";\
  255.         "<S><a><t>"
  256.  
  257. day     "<S><u><n><d><a><y>";\
  258.         "<M><o><n><d><a><y>";\
  259.         "<T><u><e><s><d><a><y>";\
  260.         "<W><e><d><n><e><s><d><a><y>";\
  261.         "<T><h><u><r><s><d><a><y>";\
  262.         "<F><r><i><d><a><y>";\
  263.         "<S><a><t><u><r><d><a><y>"
  264.  
  265. abmon   "<J><a><n>";\
  266.         "<F><e><b>";\
  267.         "<M><a><r>";\
  268.         "<A><p><r>";\
  269.         "<M><a><y>";\
  270.         "<J><u><n>";\
  271.         "<J><u><l>";\
  272.         "<A><u><g>";\
  273.         "<S><e><p>";\
  274.         "<O><c><t>";\
  275.         "<N><o><v>";\
  276.         "<D><e><c>"
  277.  
  278. mon     "<J><a><n><u><a><r><y>";\
  279.         "<F><e><b><r><u><a><r><y>";\
  280.         "<M><a><r><c><h>";\
  281.         "<A><p><r><i><l>";\
  282.         "<M><a><y>";\
  283.         "<J><u><n><e>";\
  284.         "<J><u><l><y>";\
  285.         "<A><u><g><u><s><t>";\
  286.         "<S><e><p><t><e><m><b><e><r>";\
  287.         "<O><c><t><o><b><e><r>";\
  288.         "<N><o><v><e><m><b><e><r>";\
  289.         "<D><e><c><e><m><b><e><r>"
  290.  
  291. # equivalent of AM/PM (%p)
  292. am_pm      "<a><m>";"<p><m>"
  293.  
  294. # appropriate date and time representation (%c) "%y/%m/%d %I:%M:%S"
  295. d_t_fmt "<percent-sign><y><slash><percent-sign><m><slash><percent-sign><d>\
  296. <space><percent-sign><I><colon><percent-sign><M><colon><percent-sign><S>"
  297.  
  298. # appropriate date representation (%x) "%m/%d/%y"
  299. d_fmt      "<percent-sign><m><slash><percent-sign><d><slash><percent-sign><y>"
  300.  
  301. # appropriate time representation (%X) "%I:%M:%S"
  302. t_fmt      "<percent-sign><I><colon><percent-sign><M><colon><percent-sign><S>"
  303.  
  304. # appropriate 12-hour time representation (%r) "%I:%M:%S %p"
  305. t_fmt_ampm "<percent-sign><I><colon><percent-sign><M><colon><percent-sign><S>\
  306. <space><percent-sign><p>"
  307.  
  308. END LC_TIME
  309.  
  310.  
  311. #############
  312. LC_MESSAGES
  313. #############
  314.  
  315. yesexpr "<circumflex><left-parenthesis><left-square-bracket><y><Y>\
  316. <right-square-bracket><left-square-bracket><e><E><right-square-bracket>\
  317. <left-square-bracket><s><S><right-square-bracket><vertical-line>\
  318. <left-square-bracket><y><Y><right-square-bracket><right-parenthesis>"
  319. noexpr "<circumflex><left-parenthesis><left-square-bracket><n><N>\
  320. <right-square-bracket><left-square-bracket><o><O><right-square-bracket>\
  321. <vertical-line><left-square-bracket><n><N><right-square-bracket>\
  322. <right-parenthesis>"
  323.  
  324. END LC_MESSAGES
  325.  
  326. #############
  327. LC_TOD
  328. #############
  329.  
  330. timezone_difference 300
  331. timezone_name       "<E><S><T>"
  332. daylight_name       "<E><D><T>"
  333. shift               3600
  334. start_month         4
  335. start_week          1
  336. start_time          3600
  337. end_month           10
  338. end_week            -1
  339. end_time            7200
  340.  
  341. END LC_TOD
  342.  
  343.