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