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