home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / locale / de_ch / ibm-437.loc < prev    next >
Encoding:
Text File  |  1996-02-20  |  7.7 KB  |  375 lines

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