home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / locale / UK.LOC < prev    next >
Text File  |  1995-04-06  |  7KB  |  333 lines

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