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