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

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