home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / locale / en_us / ibm-437.loc < prev    next >
Encoding:
Text File  |  1996-02-20  |  6.4 KB  |  323 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.  
  20. lower   <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
  21.         <n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>
  22.  
  23. space   <tab>;\
  24.         <newline>;\
  25.         <vertical-tab>;\
  26.         <form-feed>;\
  27.         <carriage-return>;\
  28.         <space>
  29.  
  30. cntrl   <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\
  31.         <form-feed>;<carriage-return>;<NUL>;<SOH>;<STX>;\
  32.         <ETX>;<EOT>;<ENQ>;<ACK>;<BEL>;<SO>;<SI>;<DLE>;<DC1>;\
  33.         <DC2>;<DC3>;<DC4>;<NAK>;<SYN>;<ETB>;<CAN>;<EM>;<SUB>;\
  34.         <ESC>;<IFS>;<IGS>;<IRS>;<IUS>;<DEL>
  35.  
  36. graph   <exclamation-mark>;...;<tilde>;\
  37.         <C-cedilla>;...;<boxfill-middle>
  38.  
  39. print   <space>;...;<tilde>;\
  40.         <C-cedilla>;...;<boxfill-middle>
  41.  
  42. punct   <exclamation-mark>;<quotation-mark>;<number-sign>;<dollar-sign>;\
  43.         <percent-sign>;<ampersand>;<apostrophe>;<left-parenthesis>;\
  44.         <right-parenthesis>;<asterisk>;<plus-sign>;<comma>;\
  45.         <hyphen-minus>;<period>;<slash>;<colon>;<semicolon>;\
  46.         <less-than-sign>;<equals-sign>;<greater-than-sign>;\
  47.         <question-mark>;<commercial-at>;<left-square-bracket>;\
  48.         <backslash>;<right-square-bracket>;<circumflex>;\
  49.         <underscore>;<grave-accent>;<left-curly-bracket>;\
  50.         <vertical-line>;<right-curly-bracket>;<tilde>
  51.  
  52. digit   <zero>;<one>;<two>;<three>;<four>;\
  53.         <five>;<six>;<seven>;<eight>;<nine>
  54.  
  55. xdigit  <zero>;<one>;<two>;<three>;<four>;\
  56.         <five>;<six>;<seven>;<eight>;<nine>;\
  57.         <A>;<B>;<C>;<D>;<E>;<F>;\
  58.         <a>;<b>;<c>;<d>;<e>;<f>
  59.  
  60. blank   <space>;\
  61.         <tab>
  62.  
  63. toupper (<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.  
  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. <apostrophe>
  119. <left-parenthesis>
  120. <right-parenthesis>
  121. <asterisk>
  122. <plus-sign>
  123. <comma>
  124. <hyphen-minus>
  125. <period>
  126. <slash>
  127. <zero>
  128. <one>
  129. <two>
  130. <three>
  131. <four>
  132. <five>
  133. <six>
  134. <seven>
  135. <eight>
  136. <nine>
  137. <colon>
  138. <semicolon>
  139. <less-than-sign>
  140. <equals-sign>
  141. <greater-than-sign>
  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-brace>
  203. <vertical-line>
  204. <right-brace>
  205. <tilde>
  206. <DEL>
  207. UNDEFINED
  208.  
  209. order_end
  210.  
  211.  
  212. END LC_COLLATE
  213.  
  214.  
  215. #############
  216. LC_MONETARY
  217. #############
  218.  
  219. int_curr_symbol   "<U><S><D><space>"
  220. currency_symbol   "<dollar-sign>"
  221. mon_decimal_point "<period>"
  222. mon_thousands_sep "<comma>"
  223. mon_grouping      "3;0"
  224. positive_sign     ""
  225. negative_sign     "<hyphen-minus>"
  226. int_frac_digits   2
  227. frac_digits       2
  228. p_cs_precedes     1
  229. p_sep_by_space    0
  230. n_cs_precedes     1
  231. n_sep_by_space    0
  232. p_sign_posn       2
  233. n_sign_posn       2
  234. debit_sign        "<D><B>"
  235. credit_sign       "<C><R>"
  236. left_parenthesis  "<left-parenthesis>"
  237. right_parenthesis "<right-parenthesis>"
  238.  
  239. END LC_MONETARY
  240.  
  241.  
  242. #############
  243. LC_NUMERIC
  244. #############
  245.  
  246. decimal_point     "<period>"
  247. thousands_sep     "<comma>"
  248. grouping          "3;0"
  249.  
  250. END LC_NUMERIC
  251.  
  252.  
  253. #############
  254. LC_TIME
  255. #############
  256. abday   "<S><u><n>";\
  257.         "<M><o><n>";\
  258.         "<T><u><e>";\
  259.         "<W><e><d>";\
  260.         "<T><h><u>";\
  261.         "<F><r><i>";\
  262.         "<S><a><t>"
  263.  
  264. day     "<S><u><n><d><a><y>";\
  265.         "<M><o><n><d><a><y>";\
  266.         "<T><u><e><s><d><a><y>";\
  267.         "<W><e><d><n><e><s><d><a><y>";\
  268.         "<T><h><u><r><s><d><a><y>";\
  269.         "<F><r><i><d><a><y>";\
  270.         "<S><a><t><u><r><d><a><y>"
  271.  
  272. abmon   "<J><a><n>";\
  273.         "<F><e><b>";\
  274.         "<M><a><r>";\
  275.         "<A><p><r>";\
  276.         "<M><a><y>";\
  277.         "<J><u><n>";\
  278.         "<J><u><l>";\
  279.         "<A><u><g>";\
  280.         "<S><e><p>";\
  281.         "<O><c><t>";\
  282.         "<N><o><v>";\
  283.         "<D><e><c>"
  284.  
  285. mon     "<J><a><n><u><a><r><y>";\
  286.         "<F><e><b><r><u><a><r><y>";\
  287.         "<M><a><r><c><h>";\
  288.         "<A><p><r><i><l>";\
  289.         "<M><a><y>";\
  290.         "<J><u><n><e>";\
  291.         "<J><u><l><y>";\
  292.         "<A><u><g><u><s><t>";\
  293.         "<S><e><p><t><e><m><b><e><r>";\
  294.         "<O><c><t><o><b><e><r>";\
  295.         "<N><o><v><e><m><b><e><r>";\
  296.         "<D><e><c><e><m><b><e><r>"
  297.  
  298. d_t_fmt "%a %b %e %H:%M:%S %Z %Y"
  299.  
  300. d_fmt   "%m/%d/%y"
  301.  
  302. t_fmt   "%H:%M:%S"
  303.  
  304. am_pm   "<A><M>";"<P><M>"
  305.  
  306. END LC_TIME
  307.  
  308.  
  309. #############
  310. LC_MESSAGES
  311. #############
  312.  
  313. yesexpr "<circumflex><left-parenthesis><left-square-bracket><y><Y>\
  314. <right-square-bracket><left-square-bracket><e><E><right-square-bracket>\
  315. <left-square-bracket><s><S><right-square-bracket><vertical-line>\
  316. <left-square-bracket><y><Y><right-square-bracket><right-parenthesis>"
  317. noexpr "<circumflex><left-parenthesis><left-square-bracket><n><N>\
  318. <right-square-bracket><left-square-bracket><o><O><right-square-bracket>\
  319. <vertical-line><left-square-bracket><n><N><right-square-bracket>\
  320. <right-parenthesis>"
  321.  
  322. END LC_MESSAGES
  323.