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

  1. #***********************************************************************
  2. #*  LOCALE source for "JAP2" (for IBM-942)                             *
  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. alpha   <A>;<B>;<C>;<D>;<E>;<F>;<G>;<H>;<I>;<J>;<K>;<L>;<M>;\
  22.         <N>;<O>;<P>;<Q>;<R>;<S>;<T>;<U>;<V>;<W>;<X>;<Y>;<Z>;\
  23.         <a>;<b>;<c>;<d>;<e>;<f>;<g>;<h>;<i>;<j>;<k>;<l>;<m>;\
  24.         <n>;<o>;<p>;<q>;<r>;<s>;<t>;<u>;<v>;<w>;<x>;<y>;<z>;\
  25.         <kana_WO>;<kana_a>;<kana_i>;<kana_u>;<kana_e>;<kana_o>;<kana_ya>;\
  26.         <kana_yu>;<kana_yo>;<kana_tsu>;<prolongedsound>;<kana_A>;<kana_I>;\
  27.         <kana_U>;<kana_E>;<kana_O>;<kana_KA>;<kana_KI>;<kana_KU>;\
  28.         <kana_KE>;<kana_KO>;<kana_SA>;<kana_SHI>;<kana_SU>;<kana_SE>;\
  29.         <kana_SO>;<kana_TA>;<kana_CHI>;<kana_TSU>;<kana_TE>;<kana_TO>;\
  30.         <kana_NA>;<kana_NI>;<kana_NU>;<kana_NE>;<kana_NO>;<kana_HA>;\
  31.         <kana_HI>;<kana_FU>;<kana_HE>;<kana_HO>;<kana_MA>;<kana_MI>;\
  32.         <kana_MU>;<kana_ME>;<kana_MO>;<kana_YA>;<kana_YU>;<kana_YO>;\
  33.         <kana_RA>;<kana_RI>;<kana_RU>;<kana_RE>;<kana_RO>;<kana_WA>;\
  34.         <kana_N>;<voicedsound>;<semivoicedsound>
  35.  
  36. digit   <zero>;<one>;<two>;<three>;<four>;\
  37.         <five>;<six>;<seven>;<eight>;<nine>
  38.  
  39. space   <tab>;<newline>;<vertical-tab>;<form-feed>;\
  40.         <carriage-return>;<space>
  41.  
  42. cntrl   <alert>;<backspace>;<tab>;<newline>;<vertical-tab>;\
  43.         <form-feed>;<carriage-return>;\
  44.         <NUL>;<SOH>;<STX>;<ETX>;<EOT>;<ENQ>;<ACK>;<SO>;\
  45.         <SI>;<DLE>;<DC1>;<DC2>;<DC3>;<DC4>;<NAK>;<SYN>;\
  46.         <ETB>;<CAN>;<EM>;<SUB>;<ESC>;<IS4>;<IS3>;<IS2>;\
  47.         <IS1>;<DEL>
  48.  
  49. punct   <exclamation-mark>;<quotation-mark>;<number-sign>;\
  50.         <dollar-sign>;<percent-sign>;<ampersand>;<apostrophe>;\
  51.         <left-parenthesis>;<right-parenthesis>;<asterisk>;\
  52.         <plus-sign>;<comma>;<hyphen>;<period>;<slash>;\
  53.         <colon>;<semicolon>;<less-than-sign>;<equals-sign>;\
  54.         <greater-than-sign>;<question-mark>;<commercial-at>;\
  55.         <left-square-bracket>;<backslash>;<right-square-bracket>;\
  56.         <circumflex>;<underscore>;<grave-accent>;\
  57.         <left-curly-bracket>;<vertical-line>;<right-curly-bracket>;<tilde>;\
  58.         <kana_fullstop>;<cent>;<sterling>;<not>;<kana_openingbracket>;\
  59.         <kana_closingbracket>;<kana_comma>;<kana_conjunctive>
  60.  
  61. xdigit  <zero>;<one>;<two>;<three>;<four>;\
  62.         <five>;<six>;<seven>;<eight>;<nine>;\
  63.         <A>;<B>;<C>;<D>;<E>;<F>;\
  64.         <a>;<b>;<c>;<d>;<e>;<f>
  65.  
  66. blank   <space>;\
  67.         <tab>
  68.  
  69. toupper (<a>,<A>);(<b>,<B>);(<c>,<C>);(<d>,<D>);(<e>,<E>);\
  70.         (<f>,<F>);(<g>,<G>);(<h>,<H>);(<i>,<I>);(<j>,<J>);\
  71.         (<k>,<K>);(<l>,<L>);(<m>,<M>);(<n>,<N>);(<o>,<O>);\
  72.         (<p>,<P>);(<q>,<Q>);(<r>,<R>);(<s>,<S>);(<t>,<T>);\
  73.         (<u>,<U>);(<v>,<V>);(<w>,<W>);(<x>,<X>);(<y>,<Y>);\
  74.         (<z>,<Z>)
  75.  
  76. tolower (<A>,<a>);(<B>,<b>);(<C>,<c>);(<D>,<d>);(<E>,<e>);\
  77.         (<F>,<f>);(<G>,<g>);(<H>,<h>);(<I>,<i>);(<J>,<j>);\
  78.         (<K>,<k>);(<L>,<l>);(<M>,<m>);(<N>,<n>);(<O>,<o>);\
  79.         (<P>,<p>);(<Q>,<q>);(<R>,<r>);(<S>,<s>);(<T>,<t>);\
  80.         (<U>,<u>);(<V>,<v>);(<W>,<w>);(<X>,<x>);(<Y>,<y>);\
  81.         (<Z>,<z>)
  82.  
  83. END LC_CTYPE
  84.  
  85.  
  86. #############
  87. LC_COLLATE
  88. #############
  89.  
  90. order_start
  91. # ASCII Control characters
  92. <NUL>
  93. <SOH>
  94. <STX>
  95. <ETX>
  96. <EOT>
  97. <ENQ>
  98. <ACK>
  99. <alert>
  100. <backspace>
  101. <tab>
  102. <newline>
  103. <vertical-tab>
  104. <form-feed>
  105. <carriage-return>
  106. <SO>
  107. <SI>
  108. <DLE>
  109. <DC1>
  110. <DC2>
  111. <DC3>
  112. <DC4>
  113. <NAK>
  114. <SYN>
  115. <ETB>
  116. <CAN>
  117. <EM>
  118. <SUB>
  119. <ESC>
  120. <IS4>
  121. <IS3>
  122. <IS2>
  123. <IS1>
  124. <exclamation-mark>
  125. <quotation-mark>
  126. <number-sign>
  127. <dollar-sign>
  128. <percent-sign>
  129. <ampersand>
  130. <left-parenthesis>
  131. <right-parenthesis>
  132. <asterisk>
  133. <plus-sign>
  134. <comma>
  135. <period>
  136. <slash>
  137. <zero>
  138. <one>
  139. <two>
  140. <three>
  141. <four>
  142. <five>
  143. <six>
  144. <seven>
  145. <eight>
  146. <nine>
  147. <colon>
  148. <semicolon>
  149. <less-than-sign>
  150. <equals-sign>
  151. <greater-than-sign>
  152. <apostrophe>
  153. <hyphen>
  154. <question-mark>
  155. <commercial-at>
  156. <A>
  157. <B>
  158. <C>
  159. <D>
  160. <E>
  161. <F>
  162. <G>
  163. <H>
  164. <I>
  165. <J>
  166. <K>
  167. <L>
  168. <M>
  169. <N>
  170. <O>
  171. <P>
  172. <Q>
  173. <R>
  174. <S>
  175. <T>
  176. <U>
  177. <V>
  178. <W>
  179. <X>
  180. <Y>
  181. <Z>
  182. <left-square-bracket>
  183. <backslash>
  184. <right-square-bracket>
  185. <circumflex>
  186. <space>       <circumflex>
  187. <underscore>
  188. <grave-accent>
  189. <a>           <A>
  190. <b>           <B>
  191. <c>           <C>
  192. <d>           <D>
  193. <e>           <E>
  194. <f>           <F>
  195. <g>           <G>
  196. <h>           <H>
  197. <i>           <I>
  198. <j>           <J>
  199. <k>           <K>
  200. <l>           <L>
  201. <m>           <M>
  202. <n>           <N>
  203. <o>           <O>
  204. <p>           <P>
  205. <q>           <Q>
  206. <r>           <R>
  207. <s>           <S>
  208. <t>           <T>
  209. <u>           <U>
  210. <v>           <V>
  211. <w>           <W>
  212. <x>           <X>
  213. <y>           <Y>
  214. <z>           <Z>
  215. <left-curly-bracket>
  216. <vertical-line>
  217. <right-curly-bracket>
  218. <tilde>
  219. <DEL>
  220. UNDEFINED
  221. order_end
  222.  
  223. END LC_COLLATE
  224.  
  225. #############
  226. LC_MONETARY
  227. #############
  228.  
  229. int_curr_symbol   "<J><P><Y><space>"
  230. currency_symbol   "<Y><E><N>"
  231. mon_decimal_point "<period>"
  232. mon_thousands_sep "<comma>"
  233. mon_grouping      "3;0"
  234. positive_sign     ""
  235. negative_sign     "<hyphen>"
  236. int_frac_digits   0
  237. frac_digits       0
  238. p_cs_precedes     1
  239. p_sep_by_space    0
  240. n_cs_precedes     1
  241. n_sep_by_space    0
  242. p_sign_posn       1
  243. n_sign_posn       3
  244.  
  245. END LC_MONETARY
  246.  
  247.  
  248. #############
  249. LC_NUMERIC
  250. #############
  251.  
  252. decimal_point     "<period>"
  253. thousands_sep     "<comma>"
  254. grouping          "3;0"
  255.  
  256. END LC_NUMERIC
  257.  
  258.  
  259. #############
  260. LC_TIME
  261. #############
  262.  
  263. abday   "<j3892>";\
  264.         "<j2378>";\
  265.         "<j1848>";\
  266.         "<j3169>";\
  267.         "<j4458>";\
  268.         "<j2266>";\
  269.         "<j3758>"
  270.  
  271. day     "<j3892><j4543><j3892>";\
  272.         "<j2378><j4543><j3892>";\
  273.         "<j1848><j4543><j3892>";\
  274.         "<j3169><j4543><j3892>";\
  275.         "<j4458><j4543><j3892>";\
  276.         "<j2266><j4543><j3892>";\
  277.         "<j3758><j4543><j3892>"
  278.  
  279. abmon   "<one><j2378>";\
  280.         "<two><j2378>";\
  281.         "<three><j2378>";\
  282.         "<four><j2378>";\
  283.         "<five><j2378>";\
  284.         "<six><j2378>";\
  285.         "<seven><j2378>";\
  286.         "<eight><j2378>";\
  287.         "<nine><j2378>";\
  288.         "<one><zero><j2378>";\
  289.         "<one><one><j2378>";\
  290.         "<one><two><j2378>"
  291.  
  292. mon     "<one><j2378>";\
  293.         "<two><j2378>";\
  294.         "<three><j2378>";\
  295.         "<four><j2378>";\
  296.         "<five><j2378>";\
  297.         "<six><j2378>";\
  298.         "<seven><j2378>";\
  299.         "<eight><j2378>";\
  300.         "<nine><j2378>";\
  301.         "<one><zero><j2378>";\
  302.         "<one><one><j2378>";\
  303.         "<one><two><j2378>"
  304.  
  305. # equivalent of AM/PM (%p)
  306. am_pm      "<j2465><j3316>";"<j2465><j2469>"
  307.  
  308. # appropriate date and time representation (%c) "%YöN%B%dô·(%a) %p%IÄ₧%Mò¬%Sòb"
  309.  
  310. d_t_fmt "<percent-sign><Y><j3915><percent-sign><B><percent-sign><d><j3892>\
  311. <left-parenthesis><percent-sign><a><right-parenthesis><space><percent-sign>\
  312. <p><percent-sign><I><j2794><percent-sign><M><j4212><percent-sign><S><j4135>"
  313.  
  314. # appropriate date representation (%x) "%y/%m/%d"
  315. d_fmt      "<percent-sign><y><slash><percent-sign><m><slash><percent-sign><d>"
  316.  
  317. # appropriate time representation (%X) "%H:%M:%S"
  318. t_fmt      "<percent-sign><H><colon><percent-sign><M><colon><percent-sign><S>"
  319.  
  320. # appropriate 12-hour time representation (%r) "%I:%M:%S %p"
  321. t_fmt_ampm "<percent-sign><I><colon><percent-sign><M><colon><percent-sign><S>\
  322. <space><percent-sign><p>"
  323.  
  324. END LC_TIME
  325.  
  326.  
  327. #############
  328. LC_MESSAGES
  329. #############
  330.  
  331. yesexpr "<circumflex><left-parenthesis><left-square-bracket><y><Y>\
  332. <right-square-bracket><left-square-bracket><e><E><right-square-bracket>\
  333. <left-square-bracket><s><S><right-square-bracket><vertical-line>\
  334. <left-square-bracket><y><Y><right-square-bracket><right-parenthesis>"
  335. noexpr "<circumflex><left-parenthesis><left-square-bracket><n><N>\
  336. <right-square-bracket><left-square-bracket><o><O><right-square-bracket>\
  337. <vertical-line><left-square-bracket><n><N><right-square-bracket>\
  338. <right-parenthesis>"
  339.  
  340. END LC_MESSAGES
  341.  
  342. #############
  343. LC_TOD
  344. #############
  345.  
  346. timezone_difference -540
  347. timezone_name       "<J><S><T>"
  348. daylight_name       ""
  349. shift               0
  350.  
  351. END LC_TOD
  352.