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