Home | History | Annotate | Line # | Download | only in converted
      1  1.1  joerg # $NetBSD: ja_JP.ct.src,v 1.1 2013/08/11 22:13:56 joerg Exp $
      2  1.1  joerg #
      3  1.1  joerg # Locale: ja_JP
      4  1.1  joerg # Character set: COMPOUND_TEXT
      5  1.1  joerg #
      6  1.1  joerg # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in
      7  1.1  joerg # http://www.unicode.org/copyright.html.
      8  1.1  joerg # 
      9  1.1  joerg # Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode
     10  1.1  joerg # data files and any associated documentation (the "Data Files") or Unicode software and any
     11  1.1  joerg # associated documentation (the "Software") to deal in the Data Files or Software without
     12  1.1  joerg # restriction, including without limitation the rights to use, copy, modify, merge, publish,
     13  1.1  joerg # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
     14  1.1  joerg # the Data Files or Software are furnished to do so, provided that (a) the above copyright
     15  1.1  joerg # notice(s) and this permission notice appear with all copies of the Data Files or Software,
     16  1.1  joerg # (b) both the above copyright notice(s) and this permission notice appear in associated
     17  1.1  joerg # documentation, and (c) there is clear notice in each modified Data File or in the Software as
     18  1.1  joerg # well as in the documentation associated with the Data File(s) or Software that the data or
     19  1.1  joerg # software has been modified.
     20  1.1  joerg # 
     21  1.1  joerg # THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     22  1.1  joerg # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
     23  1.1  joerg # PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
     24  1.1  joerg # HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
     25  1.1  joerg # CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
     26  1.1  joerg # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
     27  1.1  joerg # CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
     28  1.1  joerg #
     29  1.1  joerg # Short weekday names (abday)
     30  1.1  joerg #
     31  1.1  joerg $(BF|(B
     32  1.1  joerg $(B7n(B
     33  1.1  joerg $(B2P(B
     34  1.1  joerg $(B?e(B
     35  1.1  joerg $(BLZ(B
     36  1.1  joerg $(B6b(B
     37  1.1  joerg $(BEZ(B
     38  1.1  joerg #
     39  1.1  joerg # Long weekday names (day)
     40  1.1  joerg #
     41  1.1  joerg $(BF|MKF|(B
     42  1.1  joerg $(B7nMKF|(B
     43  1.1  joerg $(B2PMKF|(B
     44  1.1  joerg $(B?eMKF|(B
     45  1.1  joerg $(BLZMKF|(B
     46  1.1  joerg $(B6bMKF|(B
     47  1.1  joerg $(BEZMKF|(B
     48  1.1  joerg #
     49  1.1  joerg # Short month names (abmon)
     50  1.1  joerg #
     51  1.1  joerg 1$(B7n(B
     52  1.1  joerg 2$(B7n(B
     53  1.1  joerg 3$(B7n(B
     54  1.1  joerg 4$(B7n(B
     55  1.1  joerg 5$(B7n(B
     56  1.1  joerg 6$(B7n(B
     57  1.1  joerg 7$(B7n(B
     58  1.1  joerg 8$(B7n(B
     59  1.1  joerg 9$(B7n(B
     60  1.1  joerg 10$(B7n(B
     61  1.1  joerg 11$(B7n(B
     62  1.1  joerg 12$(B7n(B
     63  1.1  joerg #
     64  1.1  joerg # Long month names (mon)
     65  1.1  joerg #
     66  1.1  joerg 1$(B7n(B
     67  1.1  joerg 2$(B7n(B
     68  1.1  joerg 3$(B7n(B
     69  1.1  joerg 4$(B7n(B
     70  1.1  joerg 5$(B7n(B
     71  1.1  joerg 6$(B7n(B
     72  1.1  joerg 7$(B7n(B
     73  1.1  joerg 8$(B7n(B
     74  1.1  joerg 9$(B7n(B
     75  1.1  joerg 10$(B7n(B
     76  1.1  joerg 11$(B7n(B
     77  1.1  joerg 12$(B7n(B
     78  1.1  joerg #
     79  1.1  joerg # Ante Meridiem/Post Meridiem - %p (am_pm)
     80  1.1  joerg #
     81  1.1  joerg $(B8aA0(B
     82  1.1  joerg $(B8a8e(B
     83  1.1  joerg #
     84  1.1  joerg # Date and Time - %c (d_t_fmt)
     85  1.1  joerg #
     86  1.1  joerg %Y$(BG/(B%m$(B7n(B%e$(BF|(B %H:%M:%S %Z
     87  1.1  joerg #
     88  1.1  joerg # Date - %x (d_fmt)
     89  1.1  joerg #
     90  1.1  joerg %Y/%m/%d
     91  1.1  joerg #
     92  1.1  joerg # Time - %X (t_fmt)
     93  1.1  joerg #
     94  1.1  joerg %H:%M:%S
     95  1.1  joerg #
     96  1.1  joerg # 12-hour Clock - %r (t_fmt_ampm)
     97  1.1  joerg #
     98  1.1  joerg %p%I:%M:%S
     99  1.1  joerg # EOF
    100  1.1  joerg 
    101