jpmobile 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README +41 -4
- data/Rakefile +11 -9
- data/lib/jpmobile.rb +0 -6
- data/lib/jpmobile/emoticon.rb +105 -0
- data/lib/jpmobile/emoticon/au.rb +644 -0
- data/lib/jpmobile/emoticon/conversion_table.rb +3908 -0
- data/lib/jpmobile/emoticon/docomo.rb +255 -0
- data/lib/jpmobile/emoticon/softbank.rb +477 -0
- data/lib/jpmobile/emoticon/z_combine.rb +20 -0
- data/lib/jpmobile/filter.rb +73 -51
- data/lib/jpmobile/helpers.rb +4 -4
- data/lib/jpmobile/hook_abstract_request.rb +6 -2
- data/lib/jpmobile/hook_action_controller.rb +10 -0
- data/lib/jpmobile/hook_action_view.rb +7 -0
- data/lib/jpmobile/mobile/abstract_mobile.rb +5 -1
- data/lib/jpmobile/mobile/au.rb +1 -1
- data/lib/jpmobile/mobile/docomo.rb +2 -5
- data/lib/jpmobile/mobile/softbank.rb +9 -1
- data/lib/jpmobile/mobile/z_display_info_docomo.rb +32 -10
- data/lib/jpmobile/mobile/z_ip_addresses.rb +6 -6
- data/lib/jpmobile/mobile/z_ip_addresses_au.rb +2 -1
- data/lib/jpmobile/mobile/z_ip_addresses_willcom.rb +6 -1
- data/lib/jpmobile/trans_sid.rb +5 -2
- data/lib/jpmobile/version.rb +1 -1
- data/test/au_test.rb +1 -0
- data/test/docomo_test.rb +8 -0
- data/test/emoticon_functional_test.rb +166 -0
- data/test/emoticon_test.rb +58 -0
- data/test/filter_functional_test.rb +146 -0
- data/test/filter_test.rb +8 -8
- data/test/softbank_test.rb +18 -0
- data/tools/generate_au_emoticon_table.rb +25 -0
- data/tools/{update_emoji_docomo.rb → generate_docomo_emoticon_table.rb} +4 -8
- data/tools/generate_emoticon_conversion_table.rb +107 -0
- data/tools/generate_softbank_emoticon_table.rb +32 -0
- data/tools/update_display_info_docomo.rb +3 -5
- metadata +18 -75
- data/NOTES +0 -21
- data/TODO +0 -16
- data/doc/classes/ActionController.html +0 -107
- data/doc/classes/ActionController/AbstractRequest.html +0 -216
- data/doc/classes/ActionView.html +0 -101
- data/doc/classes/DatumConv.html +0 -324
- data/doc/classes/Jpmobile/Display.html +0 -333
- data/doc/classes/Jpmobile/Filter.html +0 -119
- data/doc/classes/Jpmobile/Filter/Base.html +0 -269
- data/doc/classes/Jpmobile/Filter/Emoji.html +0 -130
- data/doc/classes/Jpmobile/Filter/Emoji/Inner.html +0 -183
- data/doc/classes/Jpmobile/Filter/Emoji/Outer.html +0 -187
- data/doc/classes/Jpmobile/Filter/FilterTable.html +0 -178
- data/doc/classes/Jpmobile/Filter/HankakuKana.html +0 -170
- data/doc/classes/Jpmobile/Filter/Sjis.html +0 -244
- data/doc/classes/Jpmobile/Helpers.html +0 -558
- data/doc/classes/Jpmobile/Mobile.html +0 -141
- data/doc/classes/Jpmobile/Mobile/AbstractMobile.html +0 -324
- data/doc/classes/Jpmobile/Mobile/Au.html +0 -415
- data/doc/classes/Jpmobile/Mobile/Ddipocket.html +0 -138
- data/doc/classes/Jpmobile/Mobile/Docomo.html +0 -366
- data/doc/classes/Jpmobile/Mobile/Jphone.html +0 -212
- data/doc/classes/Jpmobile/Mobile/Softbank.html +0 -300
- data/doc/classes/Jpmobile/Mobile/Vodafone.html +0 -176
- data/doc/classes/Jpmobile/Mobile/Willcom.html +0 -210
- data/doc/classes/Jpmobile/Position.html +0 -384
- data/doc/created.rid +0 -1
- data/doc/files/CHANGELOG.html +0 -110
- data/doc/files/NOTES.html +0 -163
- data/doc/files/README.html +0 -345
- data/doc/files/TODO.html +0 -138
- data/doc/files/lib/jpmobile/datum_conv_rb.html +0 -110
- data/doc/files/lib/jpmobile/filter_rb.html +0 -115
- data/doc/files/lib/jpmobile/helpers_rb.html +0 -105
- data/doc/files/lib/jpmobile/hook_abstract_request_rb.html +0 -109
- data/doc/files/lib/jpmobile/hook_action_view_rb.html +0 -119
- data/doc/files/lib/jpmobile/mobile/abstract_mobile_rb.html +0 -108
- data/doc/files/lib/jpmobile/mobile/au_rb.html +0 -112
- data/doc/files/lib/jpmobile/mobile/display_rb.html +0 -111
- data/doc/files/lib/jpmobile/mobile/docomo_rb.html +0 -105
- data/doc/files/lib/jpmobile/mobile/softbank_rb.html +0 -115
- data/doc/files/lib/jpmobile/mobile/willcom_rb.html +0 -108
- data/doc/files/lib/jpmobile/mobile/z_display_info_docomo_rb.html +0 -114
- data/doc/files/lib/jpmobile/mobile/z_emoji_docomo_rb.html +0 -119
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_au_rb.html +0 -114
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_rb.html +0 -117
- data/doc/files/lib/jpmobile/mobile/z_ip_addresses_willcom_rb.html +0 -114
- data/doc/files/lib/jpmobile/position_rb.html +0 -105
- data/doc/files/lib/jpmobile/trans_sid_rb.html +0 -114
- data/doc/files/lib/jpmobile/version_rb.html +0 -101
- data/doc/files/lib/jpmobile_rb.html +0 -101
- data/doc/fr_class_index.html +0 -50
- data/doc/fr_file_index.html +0 -50
- data/doc/fr_method_index.html +0 -113
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
- data/lib/jpmobile/mobile/z_emoji_docomo.rb +0 -508
- data/test/firefox_test.rb +0 -8
- data/test/transitsid_test.rb +0 -86
data/doc/fr_file_index.html
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
3
|
-
<!DOCTYPE html
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Files
|
10
|
-
|
11
|
-
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
-
<head>
|
14
|
-
<title>Files</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
16
|
-
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
-
<base target="docwin" />
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<div id="index">
|
21
|
-
<h1 class="section-bar">Files</h1>
|
22
|
-
<div id="index-entries">
|
23
|
-
<a href="files/CHANGELOG.html">CHANGELOG</a><br />
|
24
|
-
<a href="files/NOTES.html">NOTES</a><br />
|
25
|
-
<a href="files/README.html">README</a><br />
|
26
|
-
<a href="files/TODO.html">TODO</a><br />
|
27
|
-
<a href="files/lib/jpmobile_rb.html">lib/jpmobile.rb</a><br />
|
28
|
-
<a href="files/lib/jpmobile/datum_conv_rb.html">lib/jpmobile/datum_conv.rb</a><br />
|
29
|
-
<a href="files/lib/jpmobile/filter_rb.html">lib/jpmobile/filter.rb</a><br />
|
30
|
-
<a href="files/lib/jpmobile/helpers_rb.html">lib/jpmobile/helpers.rb</a><br />
|
31
|
-
<a href="files/lib/jpmobile/hook_abstract_request_rb.html">lib/jpmobile/hook_abstract_request.rb</a><br />
|
32
|
-
<a href="files/lib/jpmobile/hook_action_view_rb.html">lib/jpmobile/hook_action_view.rb</a><br />
|
33
|
-
<a href="files/lib/jpmobile/mobile/abstract_mobile_rb.html">lib/jpmobile/mobile/abstract_mobile.rb</a><br />
|
34
|
-
<a href="files/lib/jpmobile/mobile/au_rb.html">lib/jpmobile/mobile/au.rb</a><br />
|
35
|
-
<a href="files/lib/jpmobile/mobile/display_rb.html">lib/jpmobile/mobile/display.rb</a><br />
|
36
|
-
<a href="files/lib/jpmobile/mobile/docomo_rb.html">lib/jpmobile/mobile/docomo.rb</a><br />
|
37
|
-
<a href="files/lib/jpmobile/mobile/softbank_rb.html">lib/jpmobile/mobile/softbank.rb</a><br />
|
38
|
-
<a href="files/lib/jpmobile/mobile/willcom_rb.html">lib/jpmobile/mobile/willcom.rb</a><br />
|
39
|
-
<a href="files/lib/jpmobile/mobile/z_display_info_docomo_rb.html">lib/jpmobile/mobile/z_display_info_docomo.rb</a><br />
|
40
|
-
<a href="files/lib/jpmobile/mobile/z_emoji_docomo_rb.html">lib/jpmobile/mobile/z_emoji_docomo.rb</a><br />
|
41
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_rb.html">lib/jpmobile/mobile/z_ip_addresses.rb</a><br />
|
42
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_au_rb.html">lib/jpmobile/mobile/z_ip_addresses_au.rb</a><br />
|
43
|
-
<a href="files/lib/jpmobile/mobile/z_ip_addresses_willcom_rb.html">lib/jpmobile/mobile/z_ip_addresses_willcom.rb</a><br />
|
44
|
-
<a href="files/lib/jpmobile/position_rb.html">lib/jpmobile/position.rb</a><br />
|
45
|
-
<a href="files/lib/jpmobile/trans_sid_rb.html">lib/jpmobile/trans_sid.rb</a><br />
|
46
|
-
<a href="files/lib/jpmobile/version_rb.html">lib/jpmobile/version.rb</a><br />
|
47
|
-
</div>
|
48
|
-
</div>
|
49
|
-
</body>
|
50
|
-
</html>
|
data/doc/fr_method_index.html
DELETED
@@ -1,113 +0,0 @@
|
|
1
|
-
|
2
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
3
|
-
<!DOCTYPE html
|
4
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
-
|
7
|
-
<!--
|
8
|
-
|
9
|
-
Methods
|
10
|
-
|
11
|
-
-->
|
12
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
-
<head>
|
14
|
-
<title>Methods</title>
|
15
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
16
|
-
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
-
<base target="docwin" />
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<div id="index">
|
21
|
-
<h1 class="section-bar">Methods</h1>
|
22
|
-
<div id="index-entries">
|
23
|
-
<a href="classes/Jpmobile/Position.html#M000074">== (Jpmobile::Position)</a><br />
|
24
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000062">after (Jpmobile::Filter::Base)</a><br />
|
25
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000057">after_after (Jpmobile::Filter::Sjis)</a><br />
|
26
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000063">apply_incoming? (Jpmobile::Filter::Base)</a><br />
|
27
|
-
<a href="classes/Jpmobile/Filter/HankakuKana.html#M000065">apply_incoming? (Jpmobile::Filter::HankakuKana)</a><br />
|
28
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000058">apply_incoming? (Jpmobile::Filter::Sjis)</a><br />
|
29
|
-
<a href="classes/Jpmobile/Filter/HankakuKana.html#M000066">apply_outgoing? (Jpmobile::Filter::HankakuKana)</a><br />
|
30
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000064">apply_outgoing? (Jpmobile::Filter::Base)</a><br />
|
31
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000059">apply_outgoing? (Jpmobile::Filter::Sjis)</a><br />
|
32
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000014">areacode (Jpmobile::Mobile::Docomo)</a><br />
|
33
|
-
<a href="classes/Jpmobile/Helpers.html#M000041">au_gps_link_to (Jpmobile::Helpers)</a><br />
|
34
|
-
<a href="classes/Jpmobile/Helpers.html#M000040">au_gps_url_for (Jpmobile::Helpers)</a><br />
|
35
|
-
<a href="classes/Jpmobile/Helpers.html#M000043">au_location_link_to (Jpmobile::Helpers)</a><br />
|
36
|
-
<a href="classes/Jpmobile/Helpers.html#M000042">au_location_url_for (Jpmobile::Helpers)</a><br />
|
37
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000061">before (Jpmobile::Filter::Base)</a><br />
|
38
|
-
<a href="classes/DatumConv.html#M000083">blh2xyz (DatumConv)</a><br />
|
39
|
-
<a href="classes/Jpmobile/Display.html#M000080">browser_height (Jpmobile::Display)</a><br />
|
40
|
-
<a href="classes/Jpmobile/Display.html#M000079">browser_width (Jpmobile::Display)</a><br />
|
41
|
-
<a href="classes/Jpmobile/Display.html#M000075">color? (Jpmobile::Display)</a><br />
|
42
|
-
<a href="classes/Jpmobile/Display.html#M000076">colors (Jpmobile::Display)</a><br />
|
43
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000031">device_id (Jpmobile::Mobile::Au)</a><br />
|
44
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000019">display (Jpmobile::Mobile::Docomo)</a><br />
|
45
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000030">display (Jpmobile::Mobile::Au)</a><br />
|
46
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000011">display (Jpmobile::Mobile::Softbank)</a><br />
|
47
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000025">display (Jpmobile::Mobile::AbstractMobile)</a><br />
|
48
|
-
<a href="classes/Jpmobile/Position.html#M000068">dms2deg (Jpmobile::Position)</a><br />
|
49
|
-
<a href="classes/Jpmobile/Helpers.html#M000036">docomo_foma_gps_link_to (Jpmobile::Helpers)</a><br />
|
50
|
-
<a href="classes/Jpmobile/Helpers.html#M000038">docomo_openiarea_link_to (Jpmobile::Helpers)</a><br />
|
51
|
-
<a href="classes/Jpmobile/Helpers.html#M000037">docomo_openiarea_url_for (Jpmobile::Helpers)</a><br />
|
52
|
-
<a href="classes/Jpmobile/Helpers.html#M000039">docomo_utn_link_to (Jpmobile::Helpers)</a><br />
|
53
|
-
<a href="classes/Jpmobile/Helpers.html#M000035">get_position_link_to (Jpmobile::Helpers)</a><br />
|
54
|
-
<a href="classes/Jpmobile/Display.html#M000082">height (Jpmobile::Display)</a><br />
|
55
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000017">icc (Jpmobile::Mobile::Docomo)</a><br />
|
56
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000018">ident (Jpmobile::Mobile::Docomo)</a><br />
|
57
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000023">ident (Jpmobile::Mobile::AbstractMobile)</a><br />
|
58
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000028">ident (Jpmobile::Mobile::Au)</a><br />
|
59
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000012">ident (Jpmobile::Mobile::Softbank)</a><br />
|
60
|
-
<a href="classes/DatumConv.html#M000087">jgd2tky (DatumConv)</a><br />
|
61
|
-
<a href="classes/Jpmobile/Helpers.html#M000044">jphone_location_link_to (Jpmobile::Helpers)</a><br />
|
62
|
-
<a href="classes/Jpmobile/Position.html#M000071">ll (Jpmobile::Position)</a><br />
|
63
|
-
<a href="classes/Jpmobile/Position.html#M000072">lng (Jpmobile::Position)</a><br />
|
64
|
-
<a href="classes/Jpmobile/Position.html#M000073">lng= (Jpmobile::Position)</a><br />
|
65
|
-
<a href="classes/ActionController/AbstractRequest.html#M000003">mobile (ActionController::AbstractRequest)</a><br />
|
66
|
-
<a href="classes/ActionController/AbstractRequest.html#M000002">mobile? (ActionController::AbstractRequest)</a><br />
|
67
|
-
<a href="classes/Jpmobile/Filter/Base.html#M000060">new (Jpmobile::Filter::Base)</a><br />
|
68
|
-
<a href="classes/Jpmobile/Position.html#M000067">new (Jpmobile::Position)</a><br />
|
69
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000021">new (Jpmobile::Mobile::AbstractMobile)</a><br />
|
70
|
-
<a href="classes/Jpmobile/Display.html#M000078">physical_height (Jpmobile::Display)</a><br />
|
71
|
-
<a href="classes/Jpmobile/Display.html#M000077">physical_width (Jpmobile::Display)</a><br />
|
72
|
-
<a href="classes/Jpmobile/Mobile/Jphone.html#M000006">position (Jpmobile::Mobile::Jphone)</a><br />
|
73
|
-
<a href="classes/Jpmobile/Mobile/Willcom.html#M000004">position (Jpmobile::Mobile::Willcom)</a><br />
|
74
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000015">position (Jpmobile::Mobile::Docomo)</a><br />
|
75
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000022">position (Jpmobile::Mobile::AbstractMobile)</a><br />
|
76
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000029">position (Jpmobile::Mobile::Au)</a><br />
|
77
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000010">position (Jpmobile::Mobile::Softbank)</a><br />
|
78
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000009">serial_number (Jpmobile::Mobile::Softbank)</a><br />
|
79
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000016">serial_number (Jpmobile::Mobile::Docomo)</a><br />
|
80
|
-
<a href="classes/Jpmobile/Helpers.html#M000046">softbank_location_link_to (Jpmobile::Helpers)</a><br />
|
81
|
-
<a href="classes/Jpmobile/Helpers.html#M000045">softbank_location_url_for (Jpmobile::Helpers)</a><br />
|
82
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000027">subno (Jpmobile::Mobile::Au)</a><br />
|
83
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000034">supports_cookie? (Jpmobile::Mobile::Au)</a><br />
|
84
|
-
<a href="classes/Jpmobile/Mobile/Docomo.html#M000020">supports_cookie? (Jpmobile::Mobile::Docomo)</a><br />
|
85
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000026">supports_cookie? (Jpmobile::Mobile::AbstractMobile)</a><br />
|
86
|
-
<a href="classes/Jpmobile/Mobile/Willcom.html#M000005">supports_cookie? (Jpmobile::Mobile::Willcom)</a><br />
|
87
|
-
<a href="classes/Jpmobile/Mobile/Softbank.html#M000013">supports_cookie? (Jpmobile::Mobile::Softbank)</a><br />
|
88
|
-
<a href="classes/Jpmobile/Mobile/Vodafone.html#M000008">supports_cookie? (Jpmobile::Mobile::Vodafone)</a><br />
|
89
|
-
<a href="classes/Jpmobile/Mobile/Jphone.html#M000007">supports_cookie? (Jpmobile::Mobile::Jphone)</a><br />
|
90
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000033">supports_gps? (Jpmobile::Mobile::Au)</a><br />
|
91
|
-
<a href="classes/Jpmobile/Mobile/Au.html#M000032">supports_location? (Jpmobile::Mobile::Au)</a><br />
|
92
|
-
<a href="classes/DatumConv.html#M000086">tky2jgd (DatumConv)</a><br />
|
93
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000055">to_external (Jpmobile::Filter::Sjis)</a><br />
|
94
|
-
<a href="classes/Jpmobile/Filter/Emoji/Outer.html#M000052">to_external (Jpmobile::Filter::Emoji::Outer)</a><br />
|
95
|
-
<a href="classes/Jpmobile/Filter/FilterTable.html#M000054">to_external (Jpmobile::Filter::FilterTable)</a><br />
|
96
|
-
<a href="classes/Jpmobile/Filter/Emoji/Inner.html#M000050">to_external (Jpmobile::Filter::Emoji::Inner)</a><br />
|
97
|
-
<a href="classes/Jpmobile/Filter/Sjis.html#M000056">to_internal (Jpmobile::Filter::Sjis)</a><br />
|
98
|
-
<a href="classes/Jpmobile/Filter/FilterTable.html#M000053">to_internal (Jpmobile::Filter::FilterTable)</a><br />
|
99
|
-
<a href="classes/Jpmobile/Filter/Emoji/Inner.html#M000049">to_internal (Jpmobile::Filter::Emoji::Inner)</a><br />
|
100
|
-
<a href="classes/Jpmobile/Filter/Emoji/Outer.html#M000051">to_internal (Jpmobile::Filter::Emoji::Outer)</a><br />
|
101
|
-
<a href="classes/Jpmobile/Position.html#M000070">to_s (Jpmobile::Position)</a><br />
|
102
|
-
<a href="classes/Jpmobile/Position.html#M000069">tokyo2wgs84! (Jpmobile::Position)</a><br />
|
103
|
-
<a href="classes/ActionController/AbstractRequest.html#M000001">user_agent (ActionController::AbstractRequest)</a><br />
|
104
|
-
<a href="classes/Jpmobile/Mobile/AbstractMobile.html#M000024">valid_ip? (Jpmobile::Mobile::AbstractMobile)</a><br />
|
105
|
-
<a href="classes/Jpmobile/Display.html#M000081">width (Jpmobile::Display)</a><br />
|
106
|
-
<a href="classes/Jpmobile/Helpers.html#M000048">willcom_location_link_to (Jpmobile::Helpers)</a><br />
|
107
|
-
<a href="classes/Jpmobile/Helpers.html#M000047">willcom_location_url_for (Jpmobile::Helpers)</a><br />
|
108
|
-
<a href="classes/DatumConv.html#M000084">xyz2blh (DatumConv)</a><br />
|
109
|
-
<a href="classes/DatumConv.html#M000085">xyz2xyz (DatumConv)</a><br />
|
110
|
-
</div>
|
111
|
-
</div>
|
112
|
-
</body>
|
113
|
-
</html>
|
data/doc/index.html
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding=" UTF-8"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
5
|
-
|
6
|
-
<!--
|
7
|
-
|
8
|
-
Jpmobile
|
9
|
-
|
10
|
-
-->
|
11
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
12
|
-
<head>
|
13
|
-
<title>Jpmobile</title>
|
14
|
-
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
|
15
|
-
</head>
|
16
|
-
<frameset rows="20%, 80%">
|
17
|
-
<frameset cols="25%,35%,45%">
|
18
|
-
<frame src="fr_file_index.html" title="Files" name="Files" />
|
19
|
-
<frame src="fr_class_index.html" name="Classes" />
|
20
|
-
<frame src="fr_method_index.html" name="Methods" />
|
21
|
-
</frameset>
|
22
|
-
<frame src="files/README.html" name="docwin" />
|
23
|
-
</frameset>
|
24
|
-
</html>
|
data/doc/rdoc-style.css
DELETED
@@ -1,208 +0,0 @@
|
|
1
|
-
|
2
|
-
body {
|
3
|
-
font-family: Verdana,Arial,Helvetica,sans-serif;
|
4
|
-
font-size: 90%;
|
5
|
-
margin: 0;
|
6
|
-
margin-left: 40px;
|
7
|
-
padding: 0;
|
8
|
-
background: white;
|
9
|
-
}
|
10
|
-
|
11
|
-
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
12
|
-
h1 { font-size: 150%; }
|
13
|
-
h2,h3,h4 { margin-top: 1em; }
|
14
|
-
|
15
|
-
a { background: #eef; color: #039; text-decoration: none; }
|
16
|
-
a:hover { background: #039; color: #eef; }
|
17
|
-
|
18
|
-
/* Override the base stylesheet's Anchor inside a table cell */
|
19
|
-
td > a {
|
20
|
-
background: transparent;
|
21
|
-
color: #039;
|
22
|
-
text-decoration: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
/* and inside a section title */
|
26
|
-
.section-title > a {
|
27
|
-
background: transparent;
|
28
|
-
color: #eee;
|
29
|
-
text-decoration: none;
|
30
|
-
}
|
31
|
-
|
32
|
-
/* === Structural elements =================================== */
|
33
|
-
|
34
|
-
div#index {
|
35
|
-
margin: 0;
|
36
|
-
margin-left: -40px;
|
37
|
-
padding: 0;
|
38
|
-
font-size: 90%;
|
39
|
-
}
|
40
|
-
|
41
|
-
|
42
|
-
div#index a {
|
43
|
-
margin-left: 0.7em;
|
44
|
-
}
|
45
|
-
|
46
|
-
div#index .section-bar {
|
47
|
-
margin-left: 0px;
|
48
|
-
padding-left: 0.7em;
|
49
|
-
background: #ccc;
|
50
|
-
font-size: small;
|
51
|
-
}
|
52
|
-
|
53
|
-
|
54
|
-
div#classHeader, div#fileHeader {
|
55
|
-
width: auto;
|
56
|
-
color: white;
|
57
|
-
padding: 0.5em 1.5em 0.5em 1.5em;
|
58
|
-
margin: 0;
|
59
|
-
margin-left: -40px;
|
60
|
-
border-bottom: 3px solid #006;
|
61
|
-
}
|
62
|
-
|
63
|
-
div#classHeader a, div#fileHeader a {
|
64
|
-
background: inherit;
|
65
|
-
color: white;
|
66
|
-
}
|
67
|
-
|
68
|
-
div#classHeader td, div#fileHeader td {
|
69
|
-
background: inherit;
|
70
|
-
color: white;
|
71
|
-
}
|
72
|
-
|
73
|
-
|
74
|
-
div#fileHeader {
|
75
|
-
background: #057;
|
76
|
-
}
|
77
|
-
|
78
|
-
div#classHeader {
|
79
|
-
background: #048;
|
80
|
-
}
|
81
|
-
|
82
|
-
|
83
|
-
.class-name-in-header {
|
84
|
-
font-size: 180%;
|
85
|
-
font-weight: bold;
|
86
|
-
}
|
87
|
-
|
88
|
-
|
89
|
-
div#bodyContent {
|
90
|
-
padding: 0 1.5em 0 1.5em;
|
91
|
-
}
|
92
|
-
|
93
|
-
div#description {
|
94
|
-
padding: 0.5em 1.5em;
|
95
|
-
background: #efefef;
|
96
|
-
border: 1px dotted #999;
|
97
|
-
}
|
98
|
-
|
99
|
-
div#description h1,h2,h3,h4,h5,h6 {
|
100
|
-
color: #125;;
|
101
|
-
background: transparent;
|
102
|
-
}
|
103
|
-
|
104
|
-
div#validator-badges {
|
105
|
-
text-align: center;
|
106
|
-
}
|
107
|
-
div#validator-badges img { border: 0; }
|
108
|
-
|
109
|
-
div#copyright {
|
110
|
-
color: #333;
|
111
|
-
background: #efefef;
|
112
|
-
font: 0.75em sans-serif;
|
113
|
-
margin-top: 5em;
|
114
|
-
margin-bottom: 0;
|
115
|
-
padding: 0.5em 2em;
|
116
|
-
}
|
117
|
-
|
118
|
-
|
119
|
-
/* === Classes =================================== */
|
120
|
-
|
121
|
-
table.header-table {
|
122
|
-
color: white;
|
123
|
-
font-size: small;
|
124
|
-
}
|
125
|
-
|
126
|
-
.type-note {
|
127
|
-
font-size: small;
|
128
|
-
color: #DEDEDE;
|
129
|
-
}
|
130
|
-
|
131
|
-
.xxsection-bar {
|
132
|
-
background: #eee;
|
133
|
-
color: #333;
|
134
|
-
padding: 3px;
|
135
|
-
}
|
136
|
-
|
137
|
-
.section-bar {
|
138
|
-
color: #333;
|
139
|
-
border-bottom: 1px solid #999;
|
140
|
-
margin-left: -20px;
|
141
|
-
}
|
142
|
-
|
143
|
-
|
144
|
-
.section-title {
|
145
|
-
background: #79a;
|
146
|
-
color: #eee;
|
147
|
-
padding: 3px;
|
148
|
-
margin-top: 2em;
|
149
|
-
margin-left: -30px;
|
150
|
-
border: 1px solid #999;
|
151
|
-
}
|
152
|
-
|
153
|
-
.top-aligned-row { vertical-align: top }
|
154
|
-
.bottom-aligned-row { vertical-align: bottom }
|
155
|
-
|
156
|
-
/* --- Context section classes ----------------------- */
|
157
|
-
|
158
|
-
.context-row { }
|
159
|
-
.context-item-name { font-family: monospace; font-weight: bold; color: black; }
|
160
|
-
.context-item-value { font-size: small; color: #448; }
|
161
|
-
.context-item-desc { color: #333; padding-left: 2em; }
|
162
|
-
|
163
|
-
/* --- Method classes -------------------------- */
|
164
|
-
.method-detail {
|
165
|
-
background: #efefef;
|
166
|
-
padding: 0;
|
167
|
-
margin-top: 0.5em;
|
168
|
-
margin-bottom: 1em;
|
169
|
-
border: 1px dotted #ccc;
|
170
|
-
}
|
171
|
-
.method-heading {
|
172
|
-
color: black;
|
173
|
-
background: #ccc;
|
174
|
-
border-bottom: 1px solid #666;
|
175
|
-
padding: 0.2em 0.5em 0 0.5em;
|
176
|
-
}
|
177
|
-
.method-signature { color: black; background: inherit; }
|
178
|
-
.method-name { font-weight: bold; }
|
179
|
-
.method-args { font-style: italic; }
|
180
|
-
.method-description { padding: 0 0.5em 0 0.5em; }
|
181
|
-
|
182
|
-
/* --- Source code sections -------------------- */
|
183
|
-
|
184
|
-
a.source-toggle { font-size: 90%; }
|
185
|
-
div.method-source-code {
|
186
|
-
background: #262626;
|
187
|
-
color: #ffdead;
|
188
|
-
margin: 1em;
|
189
|
-
padding: 0.5em;
|
190
|
-
border: 1px dashed #999;
|
191
|
-
overflow: hidden;
|
192
|
-
}
|
193
|
-
|
194
|
-
div.method-source-code pre { color: #ffdead; overflow: hidden; }
|
195
|
-
|
196
|
-
/* --- Ruby keyword styles --------------------- */
|
197
|
-
|
198
|
-
.standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
|
199
|
-
|
200
|
-
.ruby-constant { color: #7fffd4; background: transparent; }
|
201
|
-
.ruby-keyword { color: #00ffff; background: transparent; }
|
202
|
-
.ruby-ivar { color: #eedd82; background: transparent; }
|
203
|
-
.ruby-operator { color: #00ffee; background: transparent; }
|
204
|
-
.ruby-identifier { color: #ffdead; background: transparent; }
|
205
|
-
.ruby-node { color: #ffa07a; background: transparent; }
|
206
|
-
.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
|
207
|
-
.ruby-regexp { color: #ffa07a; background: transparent; }
|
208
|
-
.ruby-value { color: #7fffd4; background: transparent; }
|
@@ -1,508 +0,0 @@
|
|
1
|
-
Jpmobile::Filter::Emoji::DOCOMO_UNICODE_TO_SJIS = {
|
2
|
-
0xE63E=>0xF89F,
|
3
|
-
0xE63F=>0xF8A0,
|
4
|
-
0xE640=>0xF8A1,
|
5
|
-
0xE641=>0xF8A2,
|
6
|
-
0xE642=>0xF8A3,
|
7
|
-
0xE643=>0xF8A4,
|
8
|
-
0xE644=>0xF8A5,
|
9
|
-
0xE645=>0xF8A6,
|
10
|
-
0xE646=>0xF8A7,
|
11
|
-
0xE647=>0xF8A8,
|
12
|
-
0xE648=>0xF8A9,
|
13
|
-
0xE649=>0xF8AA,
|
14
|
-
0xE64A=>0xF8AB,
|
15
|
-
0xE64B=>0xF8AC,
|
16
|
-
0xE64C=>0xF8AD,
|
17
|
-
0xE64D=>0xF8AE,
|
18
|
-
0xE64E=>0xF8AF,
|
19
|
-
0xE64F=>0xF8B0,
|
20
|
-
0xE650=>0xF8B1,
|
21
|
-
0xE651=>0xF8B2,
|
22
|
-
0xE652=>0xF8B3,
|
23
|
-
0xE653=>0xF8B4,
|
24
|
-
0xE654=>0xF8B5,
|
25
|
-
0xE655=>0xF8B6,
|
26
|
-
0xE656=>0xF8B7,
|
27
|
-
0xE657=>0xF8B8,
|
28
|
-
0xE658=>0xF8B9,
|
29
|
-
0xE659=>0xF8BA,
|
30
|
-
0xE65A=>0xF8BB,
|
31
|
-
0xE65B=>0xF8BC,
|
32
|
-
0xE65C=>0xF8BD,
|
33
|
-
0xE65D=>0xF8BE,
|
34
|
-
0xE65E=>0xF8BF,
|
35
|
-
0xE65F=>0xF8C0,
|
36
|
-
0xE660=>0xF8C1,
|
37
|
-
0xE661=>0xF8C2,
|
38
|
-
0xE662=>0xF8C3,
|
39
|
-
0xE663=>0xF8C4,
|
40
|
-
0xE664=>0xF8C5,
|
41
|
-
0xE665=>0xF8C6,
|
42
|
-
0xE666=>0xF8C7,
|
43
|
-
0xE667=>0xF8C8,
|
44
|
-
0xE668=>0xF8C9,
|
45
|
-
0xE669=>0xF8CA,
|
46
|
-
0xE66A=>0xF8CB,
|
47
|
-
0xE66B=>0xF8CC,
|
48
|
-
0xE66C=>0xF8CD,
|
49
|
-
0xE66D=>0xF8CE,
|
50
|
-
0xE66E=>0xF8CF,
|
51
|
-
0xE66F=>0xF8D0,
|
52
|
-
0xE670=>0xF8D1,
|
53
|
-
0xE671=>0xF8D2,
|
54
|
-
0xE672=>0xF8D3,
|
55
|
-
0xE673=>0xF8D4,
|
56
|
-
0xE674=>0xF8D5,
|
57
|
-
0xE675=>0xF8D6,
|
58
|
-
0xE676=>0xF8D7,
|
59
|
-
0xE677=>0xF8D8,
|
60
|
-
0xE678=>0xF8D9,
|
61
|
-
0xE679=>0xF8DA,
|
62
|
-
0xE67A=>0xF8DB,
|
63
|
-
0xE67B=>0xF8DC,
|
64
|
-
0xE67C=>0xF8DD,
|
65
|
-
0xE67D=>0xF8DE,
|
66
|
-
0xE67E=>0xF8DF,
|
67
|
-
0xE67F=>0xF8E0,
|
68
|
-
0xE680=>0xF8E1,
|
69
|
-
0xE681=>0xF8E2,
|
70
|
-
0xE682=>0xF8E3,
|
71
|
-
0xE683=>0xF8E4,
|
72
|
-
0xE684=>0xF8E5,
|
73
|
-
0xE685=>0xF8E6,
|
74
|
-
0xE686=>0xF8E7,
|
75
|
-
0xE687=>0xF8E8,
|
76
|
-
0xE688=>0xF8E9,
|
77
|
-
0xE689=>0xF8EA,
|
78
|
-
0xE68A=>0xF8EB,
|
79
|
-
0xE68B=>0xF8EC,
|
80
|
-
0xE68C=>0xF8ED,
|
81
|
-
0xE68D=>0xF8EE,
|
82
|
-
0xE68E=>0xF8EF,
|
83
|
-
0xE68F=>0xF8F0,
|
84
|
-
0xE690=>0xF8F1,
|
85
|
-
0xE691=>0xF8F2,
|
86
|
-
0xE692=>0xF8F3,
|
87
|
-
0xE693=>0xF8F4,
|
88
|
-
0xE694=>0xF8F5,
|
89
|
-
0xE695=>0xF8F6,
|
90
|
-
0xE696=>0xF8F7,
|
91
|
-
0xE697=>0xF8F8,
|
92
|
-
0xE698=>0xF8F9,
|
93
|
-
0xE699=>0xF8FA,
|
94
|
-
0xE69A=>0xF8FB,
|
95
|
-
0xE69B=>0xF8FC,
|
96
|
-
0xE69C=>0xF940,
|
97
|
-
0xE69D=>0xF941,
|
98
|
-
0xE69E=>0xF942,
|
99
|
-
0xE69F=>0xF943,
|
100
|
-
0xE6A0=>0xF944,
|
101
|
-
0xE6A1=>0xF945,
|
102
|
-
0xE6A2=>0xF946,
|
103
|
-
0xE6A3=>0xF947,
|
104
|
-
0xE6A4=>0xF948,
|
105
|
-
0xE6A5=>0xF949,
|
106
|
-
0xE6CE=>0xF972,
|
107
|
-
0xE6CF=>0xF973,
|
108
|
-
0xE6D0=>0xF974,
|
109
|
-
0xE6D1=>0xF975,
|
110
|
-
0xE6D2=>0xF976,
|
111
|
-
0xE6D3=>0xF977,
|
112
|
-
0xE6D4=>0xF978,
|
113
|
-
0xE6D5=>0xF979,
|
114
|
-
0xE6D6=>0xF97A,
|
115
|
-
0xE6D7=>0xF97B,
|
116
|
-
0xE6D8=>0xF97C,
|
117
|
-
0xE6D9=>0xF97D,
|
118
|
-
0xE6DA=>0xF97E,
|
119
|
-
0xE6DB=>0xF980,
|
120
|
-
0xE6DC=>0xF981,
|
121
|
-
0xE6DD=>0xF982,
|
122
|
-
0xE6DE=>0xF983,
|
123
|
-
0xE6DF=>0xF984,
|
124
|
-
0xE6E0=>0xF985,
|
125
|
-
0xE6E1=>0xF986,
|
126
|
-
0xE6E2=>0xF987,
|
127
|
-
0xE6E3=>0xF988,
|
128
|
-
0xE6E4=>0xF989,
|
129
|
-
0xE6E5=>0xF98A,
|
130
|
-
0xE6E6=>0xF98B,
|
131
|
-
0xE6E7=>0xF98C,
|
132
|
-
0xE6E8=>0xF98D,
|
133
|
-
0xE6E9=>0xF98E,
|
134
|
-
0xE6EA=>0xF98F,
|
135
|
-
0xE6EB=>0xF990,
|
136
|
-
0xE70B=>0xF9B0,
|
137
|
-
0xE6EC=>0xF991,
|
138
|
-
0xE6ED=>0xF992,
|
139
|
-
0xE6EE=>0xF993,
|
140
|
-
0xE6EF=>0xF994,
|
141
|
-
0xE6F0=>0xF995,
|
142
|
-
0xE6F1=>0xF996,
|
143
|
-
0xE6F2=>0xF997,
|
144
|
-
0xE6F3=>0xF998,
|
145
|
-
0xE6F4=>0xF999,
|
146
|
-
0xE6F5=>0xF99A,
|
147
|
-
0xE6F6=>0xF99B,
|
148
|
-
0xE6F7=>0xF99C,
|
149
|
-
0xE6F8=>0xF99D,
|
150
|
-
0xE6F9=>0xF99E,
|
151
|
-
0xE6FA=>0xF99F,
|
152
|
-
0xE6FB=>0xF9A0,
|
153
|
-
0xE6FC=>0xF9A1,
|
154
|
-
0xE6FD=>0xF9A2,
|
155
|
-
0xE6FE=>0xF9A3,
|
156
|
-
0xE6FF=>0xF9A4,
|
157
|
-
0xE700=>0xF9A5,
|
158
|
-
0xE701=>0xF9A6,
|
159
|
-
0xE702=>0xF9A7,
|
160
|
-
0xE703=>0xF9A8,
|
161
|
-
0xE704=>0xF9A9,
|
162
|
-
0xE705=>0xF9AA,
|
163
|
-
0xE706=>0xF9AB,
|
164
|
-
0xE707=>0xF9AC,
|
165
|
-
0xE708=>0xF9AD,
|
166
|
-
0xE709=>0xF9AE,
|
167
|
-
0xE70A=>0xF9AF,
|
168
|
-
0xE6AC=>0xF950,
|
169
|
-
0xE6AD=>0xF951,
|
170
|
-
0xE6AE=>0xF952,
|
171
|
-
0xE6B1=>0xF955,
|
172
|
-
0xE6B2=>0xF956,
|
173
|
-
0xE6B3=>0xF957,
|
174
|
-
0xE6B7=>0xF95B,
|
175
|
-
0xE6B8=>0xF95C,
|
176
|
-
0xE6B9=>0xF95D,
|
177
|
-
0xE6BA=>0xF95E,
|
178
|
-
0xE70C=>0xF9B1,
|
179
|
-
0xE70D=>0xF9B2,
|
180
|
-
0xE70E=>0xF9B3,
|
181
|
-
0xE70F=>0xF9B4,
|
182
|
-
0xE710=>0xF9B5,
|
183
|
-
0xE711=>0xF9B6,
|
184
|
-
0xE712=>0xF9B7,
|
185
|
-
0xE713=>0xF9B8,
|
186
|
-
0xE714=>0xF9B9,
|
187
|
-
0xE715=>0xF9BA,
|
188
|
-
0xE716=>0xF9BB,
|
189
|
-
0xE717=>0xF9BC,
|
190
|
-
0xE718=>0xF9BD,
|
191
|
-
0xE719=>0xF9BE,
|
192
|
-
0xE71A=>0xF9BF,
|
193
|
-
0xE71B=>0xF9C0,
|
194
|
-
0xE71C=>0xF9C1,
|
195
|
-
0xE71D=>0xF9C2,
|
196
|
-
0xE71E=>0xF9C3,
|
197
|
-
0xE71F=>0xF9C4,
|
198
|
-
0xE720=>0xF9C5,
|
199
|
-
0xE721=>0xF9C6,
|
200
|
-
0xE722=>0xF9C7,
|
201
|
-
0xE723=>0xF9C8,
|
202
|
-
0xE724=>0xF9C9,
|
203
|
-
0xE725=>0xF9CA,
|
204
|
-
0xE726=>0xF9CB,
|
205
|
-
0xE727=>0xF9CC,
|
206
|
-
0xE728=>0xF9CD,
|
207
|
-
0xE729=>0xF9CE,
|
208
|
-
0xE72A=>0xF9CF,
|
209
|
-
0xE72B=>0xF9D0,
|
210
|
-
0xE72C=>0xF9D1,
|
211
|
-
0xE72D=>0xF9D2,
|
212
|
-
0xE72E=>0xF9D3,
|
213
|
-
0xE72F=>0xF9D4,
|
214
|
-
0xE730=>0xF9D5,
|
215
|
-
0xE731=>0xF9D6,
|
216
|
-
0xE732=>0xF9D7,
|
217
|
-
0xE733=>0xF9D8,
|
218
|
-
0xE734=>0xF9D9,
|
219
|
-
0xE735=>0xF9DA,
|
220
|
-
0xE736=>0xF9DB,
|
221
|
-
0xE737=>0xF9DC,
|
222
|
-
0xE738=>0xF9DD,
|
223
|
-
0xE739=>0xF9DE,
|
224
|
-
0xE73A=>0xF9DF,
|
225
|
-
0xE73B=>0xF9E0,
|
226
|
-
0xE73C=>0xF9E1,
|
227
|
-
0xE73D=>0xF9E2,
|
228
|
-
0xE73E=>0xF9E3,
|
229
|
-
0xE73F=>0xF9E4,
|
230
|
-
0xE740=>0xF9E5,
|
231
|
-
0xE741=>0xF9E6,
|
232
|
-
0xE742=>0xF9E7,
|
233
|
-
0xE743=>0xF9E8,
|
234
|
-
0xE744=>0xF9E9,
|
235
|
-
0xE745=>0xF9EA,
|
236
|
-
0xE746=>0xF9EB,
|
237
|
-
0xE747=>0xF9EC,
|
238
|
-
0xE748=>0xF9ED,
|
239
|
-
0xE749=>0xF9EE,
|
240
|
-
0xE74A=>0xF9EF,
|
241
|
-
0xE74B=>0xF9F0,
|
242
|
-
0xE74C=>0xF9F1,
|
243
|
-
0xE74D=>0xF9F2,
|
244
|
-
0xE74E=>0xF9F3,
|
245
|
-
0xE74F=>0xF9F4,
|
246
|
-
0xE750=>0xF9F5,
|
247
|
-
0xE751=>0xF9F6,
|
248
|
-
0xE752=>0xF9F7,
|
249
|
-
0xE753=>0xF9F8,
|
250
|
-
0xE754=>0xF9F9,
|
251
|
-
0xE755=>0xF9FA,
|
252
|
-
0xE756=>0xF9FB,
|
253
|
-
0xE757=>0xF9FC,
|
254
|
-
}
|
255
|
-
Jpmobile::Filter::Emoji::DOCOMO_SJIS_TO_UNICODE = {
|
256
|
-
0xF89F=>0xE63E,
|
257
|
-
0xF8A0=>0xE63F,
|
258
|
-
0xF8A1=>0xE640,
|
259
|
-
0xF8A2=>0xE641,
|
260
|
-
0xF8A3=>0xE642,
|
261
|
-
0xF8A4=>0xE643,
|
262
|
-
0xF8A5=>0xE644,
|
263
|
-
0xF8A6=>0xE645,
|
264
|
-
0xF8A7=>0xE646,
|
265
|
-
0xF8A8=>0xE647,
|
266
|
-
0xF8A9=>0xE648,
|
267
|
-
0xF8AA=>0xE649,
|
268
|
-
0xF8AB=>0xE64A,
|
269
|
-
0xF8AC=>0xE64B,
|
270
|
-
0xF8AD=>0xE64C,
|
271
|
-
0xF8AE=>0xE64D,
|
272
|
-
0xF8AF=>0xE64E,
|
273
|
-
0xF8B0=>0xE64F,
|
274
|
-
0xF8B1=>0xE650,
|
275
|
-
0xF8B2=>0xE651,
|
276
|
-
0xF8B3=>0xE652,
|
277
|
-
0xF8B4=>0xE653,
|
278
|
-
0xF8B5=>0xE654,
|
279
|
-
0xF8B6=>0xE655,
|
280
|
-
0xF8B7=>0xE656,
|
281
|
-
0xF8B8=>0xE657,
|
282
|
-
0xF8B9=>0xE658,
|
283
|
-
0xF8BA=>0xE659,
|
284
|
-
0xF8BB=>0xE65A,
|
285
|
-
0xF8BC=>0xE65B,
|
286
|
-
0xF8BD=>0xE65C,
|
287
|
-
0xF8BE=>0xE65D,
|
288
|
-
0xF8BF=>0xE65E,
|
289
|
-
0xF8C0=>0xE65F,
|
290
|
-
0xF8C1=>0xE660,
|
291
|
-
0xF8C2=>0xE661,
|
292
|
-
0xF8C3=>0xE662,
|
293
|
-
0xF8C4=>0xE663,
|
294
|
-
0xF8C5=>0xE664,
|
295
|
-
0xF8C6=>0xE665,
|
296
|
-
0xF8C7=>0xE666,
|
297
|
-
0xF8C8=>0xE667,
|
298
|
-
0xF8C9=>0xE668,
|
299
|
-
0xF8CA=>0xE669,
|
300
|
-
0xF8CB=>0xE66A,
|
301
|
-
0xF8CC=>0xE66B,
|
302
|
-
0xF8CD=>0xE66C,
|
303
|
-
0xF8CE=>0xE66D,
|
304
|
-
0xF8CF=>0xE66E,
|
305
|
-
0xF8D0=>0xE66F,
|
306
|
-
0xF8D1=>0xE670,
|
307
|
-
0xF8D2=>0xE671,
|
308
|
-
0xF8D3=>0xE672,
|
309
|
-
0xF8D4=>0xE673,
|
310
|
-
0xF8D5=>0xE674,
|
311
|
-
0xF8D6=>0xE675,
|
312
|
-
0xF8D7=>0xE676,
|
313
|
-
0xF8D8=>0xE677,
|
314
|
-
0xF8D9=>0xE678,
|
315
|
-
0xF8DA=>0xE679,
|
316
|
-
0xF8DB=>0xE67A,
|
317
|
-
0xF8DC=>0xE67B,
|
318
|
-
0xF8DD=>0xE67C,
|
319
|
-
0xF8DE=>0xE67D,
|
320
|
-
0xF8DF=>0xE67E,
|
321
|
-
0xF8E0=>0xE67F,
|
322
|
-
0xF8E1=>0xE680,
|
323
|
-
0xF8E2=>0xE681,
|
324
|
-
0xF8E3=>0xE682,
|
325
|
-
0xF8E4=>0xE683,
|
326
|
-
0xF8E5=>0xE684,
|
327
|
-
0xF8E6=>0xE685,
|
328
|
-
0xF8E7=>0xE686,
|
329
|
-
0xF8E8=>0xE687,
|
330
|
-
0xF8E9=>0xE688,
|
331
|
-
0xF8EA=>0xE689,
|
332
|
-
0xF8EB=>0xE68A,
|
333
|
-
0xF8EC=>0xE68B,
|
334
|
-
0xF8ED=>0xE68C,
|
335
|
-
0xF8EE=>0xE68D,
|
336
|
-
0xF8EF=>0xE68E,
|
337
|
-
0xF8F0=>0xE68F,
|
338
|
-
0xF8F1=>0xE690,
|
339
|
-
0xF8F2=>0xE691,
|
340
|
-
0xF8F3=>0xE692,
|
341
|
-
0xF8F4=>0xE693,
|
342
|
-
0xF8F5=>0xE694,
|
343
|
-
0xF8F6=>0xE695,
|
344
|
-
0xF8F7=>0xE696,
|
345
|
-
0xF8F8=>0xE697,
|
346
|
-
0xF8F9=>0xE698,
|
347
|
-
0xF8FA=>0xE699,
|
348
|
-
0xF8FB=>0xE69A,
|
349
|
-
0xF8FC=>0xE69B,
|
350
|
-
0xF940=>0xE69C,
|
351
|
-
0xF941=>0xE69D,
|
352
|
-
0xF942=>0xE69E,
|
353
|
-
0xF943=>0xE69F,
|
354
|
-
0xF944=>0xE6A0,
|
355
|
-
0xF945=>0xE6A1,
|
356
|
-
0xF946=>0xE6A2,
|
357
|
-
0xF947=>0xE6A3,
|
358
|
-
0xF948=>0xE6A4,
|
359
|
-
0xF949=>0xE6A5,
|
360
|
-
0xF972=>0xE6CE,
|
361
|
-
0xF973=>0xE6CF,
|
362
|
-
0xF974=>0xE6D0,
|
363
|
-
0xF975=>0xE6D1,
|
364
|
-
0xF976=>0xE6D2,
|
365
|
-
0xF977=>0xE6D3,
|
366
|
-
0xF978=>0xE6D4,
|
367
|
-
0xF979=>0xE6D5,
|
368
|
-
0xF97A=>0xE6D6,
|
369
|
-
0xF97B=>0xE6D7,
|
370
|
-
0xF97C=>0xE6D8,
|
371
|
-
0xF97D=>0xE6D9,
|
372
|
-
0xF97E=>0xE6DA,
|
373
|
-
0xF980=>0xE6DB,
|
374
|
-
0xF981=>0xE6DC,
|
375
|
-
0xF982=>0xE6DD,
|
376
|
-
0xF983=>0xE6DE,
|
377
|
-
0xF984=>0xE6DF,
|
378
|
-
0xF985=>0xE6E0,
|
379
|
-
0xF986=>0xE6E1,
|
380
|
-
0xF987=>0xE6E2,
|
381
|
-
0xF988=>0xE6E3,
|
382
|
-
0xF989=>0xE6E4,
|
383
|
-
0xF98A=>0xE6E5,
|
384
|
-
0xF98B=>0xE6E6,
|
385
|
-
0xF98C=>0xE6E7,
|
386
|
-
0xF98D=>0xE6E8,
|
387
|
-
0xF98E=>0xE6E9,
|
388
|
-
0xF98F=>0xE6EA,
|
389
|
-
0xF990=>0xE6EB,
|
390
|
-
0xF9B0=>0xE70B,
|
391
|
-
0xF991=>0xE6EC,
|
392
|
-
0xF992=>0xE6ED,
|
393
|
-
0xF993=>0xE6EE,
|
394
|
-
0xF994=>0xE6EF,
|
395
|
-
0xF995=>0xE6F0,
|
396
|
-
0xF996=>0xE6F1,
|
397
|
-
0xF997=>0xE6F2,
|
398
|
-
0xF998=>0xE6F3,
|
399
|
-
0xF999=>0xE6F4,
|
400
|
-
0xF99A=>0xE6F5,
|
401
|
-
0xF99B=>0xE6F6,
|
402
|
-
0xF99C=>0xE6F7,
|
403
|
-
0xF99D=>0xE6F8,
|
404
|
-
0xF99E=>0xE6F9,
|
405
|
-
0xF99F=>0xE6FA,
|
406
|
-
0xF9A0=>0xE6FB,
|
407
|
-
0xF9A1=>0xE6FC,
|
408
|
-
0xF9A2=>0xE6FD,
|
409
|
-
0xF9A3=>0xE6FE,
|
410
|
-
0xF9A4=>0xE6FF,
|
411
|
-
0xF9A5=>0xE700,
|
412
|
-
0xF9A6=>0xE701,
|
413
|
-
0xF9A7=>0xE702,
|
414
|
-
0xF9A8=>0xE703,
|
415
|
-
0xF9A9=>0xE704,
|
416
|
-
0xF9AA=>0xE705,
|
417
|
-
0xF9AB=>0xE706,
|
418
|
-
0xF9AC=>0xE707,
|
419
|
-
0xF9AD=>0xE708,
|
420
|
-
0xF9AE=>0xE709,
|
421
|
-
0xF9AF=>0xE70A,
|
422
|
-
0xF950=>0xE6AC,
|
423
|
-
0xF951=>0xE6AD,
|
424
|
-
0xF952=>0xE6AE,
|
425
|
-
0xF955=>0xE6B1,
|
426
|
-
0xF956=>0xE6B2,
|
427
|
-
0xF957=>0xE6B3,
|
428
|
-
0xF95B=>0xE6B7,
|
429
|
-
0xF95C=>0xE6B8,
|
430
|
-
0xF95D=>0xE6B9,
|
431
|
-
0xF95E=>0xE6BA,
|
432
|
-
0xF9B1=>0xE70C,
|
433
|
-
0xF9B2=>0xE70D,
|
434
|
-
0xF9B3=>0xE70E,
|
435
|
-
0xF9B4=>0xE70F,
|
436
|
-
0xF9B5=>0xE710,
|
437
|
-
0xF9B6=>0xE711,
|
438
|
-
0xF9B7=>0xE712,
|
439
|
-
0xF9B8=>0xE713,
|
440
|
-
0xF9B9=>0xE714,
|
441
|
-
0xF9BA=>0xE715,
|
442
|
-
0xF9BB=>0xE716,
|
443
|
-
0xF9BC=>0xE717,
|
444
|
-
0xF9BD=>0xE718,
|
445
|
-
0xF9BE=>0xE719,
|
446
|
-
0xF9BF=>0xE71A,
|
447
|
-
0xF9C0=>0xE71B,
|
448
|
-
0xF9C1=>0xE71C,
|
449
|
-
0xF9C2=>0xE71D,
|
450
|
-
0xF9C3=>0xE71E,
|
451
|
-
0xF9C4=>0xE71F,
|
452
|
-
0xF9C5=>0xE720,
|
453
|
-
0xF9C6=>0xE721,
|
454
|
-
0xF9C7=>0xE722,
|
455
|
-
0xF9C8=>0xE723,
|
456
|
-
0xF9C9=>0xE724,
|
457
|
-
0xF9CA=>0xE725,
|
458
|
-
0xF9CB=>0xE726,
|
459
|
-
0xF9CC=>0xE727,
|
460
|
-
0xF9CD=>0xE728,
|
461
|
-
0xF9CE=>0xE729,
|
462
|
-
0xF9CF=>0xE72A,
|
463
|
-
0xF9D0=>0xE72B,
|
464
|
-
0xF9D1=>0xE72C,
|
465
|
-
0xF9D2=>0xE72D,
|
466
|
-
0xF9D3=>0xE72E,
|
467
|
-
0xF9D4=>0xE72F,
|
468
|
-
0xF9D5=>0xE730,
|
469
|
-
0xF9D6=>0xE731,
|
470
|
-
0xF9D7=>0xE732,
|
471
|
-
0xF9D8=>0xE733,
|
472
|
-
0xF9D9=>0xE734,
|
473
|
-
0xF9DA=>0xE735,
|
474
|
-
0xF9DB=>0xE736,
|
475
|
-
0xF9DC=>0xE737,
|
476
|
-
0xF9DD=>0xE738,
|
477
|
-
0xF9DE=>0xE739,
|
478
|
-
0xF9DF=>0xE73A,
|
479
|
-
0xF9E0=>0xE73B,
|
480
|
-
0xF9E1=>0xE73C,
|
481
|
-
0xF9E2=>0xE73D,
|
482
|
-
0xF9E3=>0xE73E,
|
483
|
-
0xF9E4=>0xE73F,
|
484
|
-
0xF9E5=>0xE740,
|
485
|
-
0xF9E6=>0xE741,
|
486
|
-
0xF9E7=>0xE742,
|
487
|
-
0xF9E8=>0xE743,
|
488
|
-
0xF9E9=>0xE744,
|
489
|
-
0xF9EA=>0xE745,
|
490
|
-
0xF9EB=>0xE746,
|
491
|
-
0xF9EC=>0xE747,
|
492
|
-
0xF9ED=>0xE748,
|
493
|
-
0xF9EE=>0xE749,
|
494
|
-
0xF9EF=>0xE74A,
|
495
|
-
0xF9F0=>0xE74B,
|
496
|
-
0xF9F1=>0xE74C,
|
497
|
-
0xF9F2=>0xE74D,
|
498
|
-
0xF9F3=>0xE74E,
|
499
|
-
0xF9F4=>0xE74F,
|
500
|
-
0xF9F5=>0xE750,
|
501
|
-
0xF9F6=>0xE751,
|
502
|
-
0xF9F7=>0xE752,
|
503
|
-
0xF9F8=>0xE753,
|
504
|
-
0xF9F9=>0xE754,
|
505
|
-
0xF9FA=>0xE755,
|
506
|
-
0xF9FB=>0xE756,
|
507
|
-
0xF9FC=>0xE757,
|
508
|
-
}
|