├── screenshot
├── edit_text.png
├── create_kanji.png
├── screenshot-1.jpg
├── screenshot-2.jpg
├── screenshot-3.jpg
├── set_text_data.png
├── set_misaki_font_h.png
└── set_misaki_font_f2.png
├── misaki_png_2015-04-10
├── misaki_gothic.png
├── misaki_mincho.png
├── misaki_4x8_jisx0201.png
├── readme.txt
└── misaki.txt
├── convert_text_to_hex
├── css
│ └── main.css
├── js
│ ├── kanji.js
│ ├── main.js
│ └── jquery-1.8.2.min.js
├── create_kanji.html
├── index.html
└── table_f0f1.html
├── README.txt
├── JPLang8x8Text
├── misaki_font.h
├── misaki_font_f2.h
├── JPLang8x8Text.ino
├── misaki_font_f1.h
└── misaki_font_f0.h
├── LICENSE.txt
└── convert_png_to_hex
├── f1_misaki_4x8_jisx0201.php
├── misaki_gothic_non_Kanji.php
├── f0_misaki_gothic.php
├── misaki_gothic_Kanji.php
└── misaki_gothic_non_Kanji_list.txt
/screenshot/edit_text.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/edit_text.png
--------------------------------------------------------------------------------
/screenshot/create_kanji.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/create_kanji.png
--------------------------------------------------------------------------------
/screenshot/screenshot-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/screenshot-1.jpg
--------------------------------------------------------------------------------
/screenshot/screenshot-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/screenshot-2.jpg
--------------------------------------------------------------------------------
/screenshot/screenshot-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/screenshot-3.jpg
--------------------------------------------------------------------------------
/screenshot/set_text_data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/set_text_data.png
--------------------------------------------------------------------------------
/screenshot/set_misaki_font_h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/set_misaki_font_h.png
--------------------------------------------------------------------------------
/screenshot/set_misaki_font_f2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/screenshot/set_misaki_font_f2.png
--------------------------------------------------------------------------------
/misaki_png_2015-04-10/misaki_gothic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/misaki_png_2015-04-10/misaki_gothic.png
--------------------------------------------------------------------------------
/misaki_png_2015-04-10/misaki_mincho.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/misaki_png_2015-04-10/misaki_mincho.png
--------------------------------------------------------------------------------
/misaki_png_2015-04-10/misaki_4x8_jisx0201.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/emutyworks/8x8DotJPFont/HEAD/misaki_png_2015-04-10/misaki_4x8_jisx0201.png
--------------------------------------------------------------------------------
/convert_text_to_hex/css/main.css:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8 dot Japanese font for Arduboy
3 |
4 | Copyright (c) 2016 emutyworks
5 |
6 | Released under the MIT license
7 | https://github.com/emutyworks/8x8DotJPFont/blob/master/LICENSE.txt
8 | */
9 | body, input, select {
10 | font-family: helvetica, arial, sans-serif;
11 | font-size: 9pt;
12 | padding: 0px 0px 0px 0px;
13 | cursor: default;
14 | }
15 |
16 | table,tr,td {
17 | border-collapse:collapse;
18 | border: 1px #c0c0c0 solid;
19 | }
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/misaki_png_2015-04-10/readme.txt:
--------------------------------------------------------------------------------
1 | ===============================================================================
2 |
3 | 美咲フォント PNG 版
4 |
5 | ===============================================================================
6 |
7 | 美咲フォント PNG 版は、美咲フォントに含まれる全ての文字を
8 | PNG 形式のビットマップ画像に書き出したものです。
9 |
10 |
11 | ●アーカイブの内容
12 | *misaki.txt
13 | 美咲フォントのマニュアル
14 |
15 | *readme.txt
16 | 美咲フォント PNG 版のマニュアル (このファイル)
17 |
18 | *misaki_gothic.png
19 | 美咲ゴシック (JIS X 0208-1990 + 13 区)
20 |
21 | *misaki_mincho.png
22 | 美咲明朝 (JIS X 0208-1990 + 13 区)
23 |
24 | *misaki_4x8_jisx0201.png
25 | 4×8 ドットフォント (JIS X 0201-1976)
26 |
27 |
28 | ●備考
29 | *misaki_gothic.png, misaki_mincho.png は、
30 | 縦方向に区、横方向に点をとっています。
31 | 未定義文字部分は空白となっています。
32 |
33 | *misaki_4x8_jisx0201.png は、
34 | 縦方向に上位 4 ビット、横方向に下位 4 ビットをとっています。
35 | 0x00-0x1f, 0x7f-0xa0, 0xe0-0xff には文字が存在しませんので
36 | 空白となっています。
37 |
38 |
39 | ●ライセンス
40 | アーカイブ同梱の「misaki.txt」の内容に従うものとします。
41 |
--------------------------------------------------------------------------------
/README.txt:
--------------------------------------------------------------------------------
1 | # 8x8 dot 日本語フォント (8x8 dot Japanese font for Arduboy)
2 |
3 | 下記で公開されている「美咲フォント PNG 形式」を変換してArduboyで表示できるようにしたものです。
4 | It was based on this free font. 8x8 dot Japanese font "Misaki font".
5 | http://littlelimit.net/misaki.htm
6 |
7 | 8x8 dot 漢字・ひらがな・カタカナ・記号、4x8 dot 英語・カタカナ・記号 が表示できます。
8 | 8x8 dot Kanji, Hiragana, Katakana and Symbol, 4x8 dot Alphabet, Katakana and Symbol can be displayed.
9 |
10 | - Community article 使い方などはこちらもご確認ください。
11 | http://community.arduboy.com/t/8x8-dot-8x8-dot-japanese-font-for-arduboy/1938
12 |
13 | - convert_text_to_hex
14 | Arduboy上で表示するテキストを変換するツール
15 | The tool which converts a text into hex.
16 | https://emutyworks.github.io/8x8DotJPFont/
17 |
18 | - JPLang8x8Text
19 | フォントデータとサンプルプログラム
20 | Font data and sample programs.
21 |
22 | - misaki_png_2015-04-10
23 | 美咲フォントオリジナルデータとドキュメント
24 | Misaki font original data and documents.
25 |
26 | - convert_png_to_hex
27 | 美咲フォント(PNG)を変換するために作成したツールと変換したデータ一覧
28 | Tool to convert Misaki font (PNG) and convert data list.
29 |
--------------------------------------------------------------------------------
/JPLang8x8Text/misaki_font.h:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8 dot Japanese font for Arduboy
3 |
4 | Copyright (c) 2016 emutyworks
5 |
6 | Released under the MIT license
7 | https://github.com/emutyworks/8x8DotJPFont/blob/master/LICENSE.txt
8 | */
9 | #ifndef MISAKI_FONT_H
10 | #define MISAKI_FONT_H
11 |
12 | #define MISAKI_FONT_F0_PAGE 0xF0
13 | #define MISAKI_FONT_F1_PAGE 0xF1
14 | #define MISAKI_FONT_F2_PAGE 0xF2
15 |
16 | #define MISAKI_FONT_F0_W 8
17 | #define MISAKI_FONT_F1_W 3
18 | #define MISAKI_FONT_F2_W 7
19 |
20 | #define MISAKI_FONT_F0_SIZE 0xEF
21 | #define MISAKI_FONT_F1_SIZE 0x9D
22 | #define MISAKI_FONT_F2_SIZE 0x13 // misaki_font_f2.h の最終行の値をここに設定する、最大0xEFまで
23 |
24 | /*
25 | 利用しないフォントデータはヘッダファイルを読み込まないようにするとメモリが節約できます、
26 | drawText() 実行時にフォントが無い場合は処理がスキップされます。
27 |
28 | 例) 8x8 dot ひらがな・カタカナ・記号 のみ利用
29 | #include "misaki_font_f0.h" // 8x8 dot ひらがな・カタカナ・記号
30 | //#include "misaki_font_f1.h" // 4x8 dot 英語・カタカナ・記号
31 | //#include "misaki_font_f2.h" // 8x8 dot 漢字
32 | */
33 |
34 | #include "misaki_font_f0.h" // 8x8 dot ひらがな・カタカナ・記号
35 | #include "misaki_font_f1.h" // 4x8 dot 英語・カタカナ・記号
36 | #include "misaki_font_f2.h" // 8x8 dot 漢字
37 |
38 | PROGMEM const uint8_t misaki_font_0x00[1] = { 0x00 };
39 |
40 | #endif
41 |
42 |
--------------------------------------------------------------------------------
/convert_text_to_hex/js/kanji.js:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8 dot Japanese font for Arduboy
3 |
4 | Copyright (c) 2016 emutyworks
5 |
6 | Released under the MIT license
7 | https://github.com/emutyworks/8x8DotJPFont/blob/master/LICENSE.txt
8 | */
9 | $(function($){
10 | $('#view_data').css({ display: 'none'});
11 | });
12 |
13 | function create_kanji(){
14 | var kanji_list = $('#kanji_list').val();
15 |
16 | try{
17 | if(kanji_list.length <= kanji_list_max){
18 | $('#kanji_list_cnt').html('現在' + kanji_list.length + '文字');
19 | }else{
20 | var ext = kanji_list.length - kanji_list_max;
21 | $('#kanji_list_cnt').html("現在" + kanji_list.length + '文字、' + ext + '文字超過');
22 | }
23 | }catch(e){
24 | return false;
25 | }
26 |
27 | if(kanji_list.length > kanji_list_max){
28 | alert('漢字変換表の文字数を' + kanji_list_max + '文字以内にしてください');
29 | return false;
30 | }
31 |
32 | var f2_size = (kanji_list.length - 1).toString(16).toUpperCase();
33 | f2_size = '0x' + ('00' + f2_size).slice(-2);
34 |
35 | var table = '';
36 | for(var i = 0; i < kanji_list.length; i++){
37 | var row = kanji_list.charAt(i);
38 | var cnt = i.toString(16).toUpperCase();
39 | cnt = '0x' + ('00' + cnt).slice(-2);
40 |
41 | table += ' { ' + kanji_table[row] + ' },/* ' + cnt + ' ' + row + ' */\n';
42 | }
43 |
44 | $('#view_data').css({ display: 'inline'});
45 | $('#kanji_list2').val(kanji_list);
46 | $('#f2_size').html(f2_size);
47 | $('#table').html(table);
48 |
49 | }
--------------------------------------------------------------------------------
/convert_text_to_hex/create_kanji.html:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
12 | misaki_font_f2.h 用データ作成
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | 漢字変換表をここにコピーしてください (240文字まで)
26 |
27 | [ misaki_font_f2.h 用データ作成 ]
28 |
29 |
30 |
31 | 次回テキスト変換時に下記を「前回の漢字変換表」にコピーすると同じ変換結果になります
32 |
33 |
34 |
35 |
36 | misaki_font.h を下記のように修正してください。
37 |
38 | #define MISAKI_FONT_F2_SIZE
39 |
40 |
41 |
42 | misaki_font_f2.h を下記のように修正してください。
43 |
44 | PROGMEM const uint8_t misaki_font_f2[ MISAKI_FONT_F2_SIZE + 1 ][ MISAKI_FONT_F2_W ] =
45 | {
46 | };
47 |
48 |
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/JPLang8x8Text/misaki_font_f2.h:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8dot Japanese font for Arduboy
3 |
4 | convert misaki_gothic.png to hex.
5 | (Kanji)
6 |
7 | Copyright (c) 2016 emutyworks
8 |
9 | -----------------------------------------------------
10 | Original: 8x8 dot Japanese font "Misaki font"
11 | http://littlelimit.net/misaki.htm
12 |
13 | These fonts are free softwares.
14 | Unlimited permission is granted to use, copy, and distribute it, with or without modification,
15 | either commercially and noncommercially.
16 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
17 |
18 | Copyright(C) 2002-2015 Num Kadoma
19 | */
20 | #ifndef MISAKI_FONT_F2_H
21 | #define MISAKI_FONT_F2_H
22 |
23 | // このファイルを修正したときは misaki_font.h の値も修正が必要です
24 | PROGMEM const uint8_t misaki_font_f2[ MISAKI_FONT_F2_SIZE + 1 ][ MISAKI_FONT_F2_W ] =
25 | {
26 | { 0x10,0x75,0x5d,0x57,0x5d,0x71,0x10 },/* 0x00 吾 */
27 | { 0x2a,0x3a,0x2f,0x78,0x2f,0x3a,0x2a },/* 0x01 輩 */
28 | { 0x55,0x3e,0x7a,0x5f,0x7a,0x5f,0x7a },/* 0x02 猫 */
29 | { 0x20,0x24,0x13,0x7d,0x55,0x53,0x70 },/* 0x03 名 */
30 | { 0x7a,0x2a,0x7b,0x02,0x1a,0x43,0x7a },/* 0x04 前 */
31 | { 0x6b,0x3e,0x6a,0x3e,0x6a,0x3e,0x6a },/* 0x05 無 */
32 | { 0x44,0x53,0x52,0x7f,0x52,0x52,0x42 },/* 0x06 生 */
33 | { 0x40,0x5f,0x35,0x15,0x75,0x5f,0x60 },/* 0x07 見 */
34 | { 0x00,0x45,0x56,0x57,0x54,0x56,0x7d },/* 0x08 当 */
35 | { 0x04,0x7e,0x01,0x1d,0x15,0x5d,0x7f },/* 0x09 何 */
36 | { 0x56,0x02,0x13,0x3e,0x5f,0x7e,0x12 },/* 0x0A 薄 */
37 | { 0x3e,0x2a,0x3e,0x0e,0x6b,0x6e,0x0a },/* 0x0B 暗 */
38 | { 0x41,0x3d,0x15,0x5d,0x3e,0x0a,0x79 },/* 0x0C 所 */
39 | { 0x75,0x00,0x42,0x7e,0x63,0x5e,0x42 },/* 0x0D 泣 */
40 | { 0x2a,0x2e,0x6a,0x7f,0x2a,0x3e,0x12 },/* 0x0E 事 */
41 | { 0x6a,0x6b,0x02,0x79,0x49,0x49,0x6f },/* 0x0F 記 */
42 | { 0x06,0x7f,0x6a,0x3e,0x5b,0x5e,0x6a },/* 0x10 憶 */
43 | { 0x44,0x5c,0x37,0x2c,0x6c,0x6b,0x6c },/* 0x11 始 */
44 | { 0x40,0x20,0x18,0x07,0x18,0x20,0x40 },/* 0x12 人 */
45 | { 0x7f,0x05,0x7f,0x54,0x7f,0x05,0x7f },/* 0x13 間 */
46 | };
47 |
48 | #endif
49 |
50 |
51 |
--------------------------------------------------------------------------------
/LICENSE.txt:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2016 emutyworks
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
23 | -----------------------------------------------------------------------
24 |
25 | 8×8 ドット日本語フォント「美咲フォント」
26 | 8x8 dot Japanese font "Misaki font"
27 | http://littlelimit.net/misaki.htm
28 |
29 | These fonts are free softwares.
30 | Unlimited permission is granted to use, copy, and distribute it, with or without modification,
31 | either commercially and noncommercially.
32 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
33 |
34 | これらのフォントはフリー(自由な)ソフトウエアです。
35 | あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、複製、再配布することができますが、
36 | 全て無保証とさせていただきます。
37 |
38 | Copyright(C) 2002-2015 Num Kadoma
39 |
40 | -----------------------------------------------------------------------
41 |
42 | /*!
43 | * jQuery JavaScript Library v1.8.2
44 | * http://jquery.com/
45 | *
46 | * Includes Sizzle.js
47 | * http://sizzlejs.com/
48 | *
49 | * Copyright 2012 jQuery Foundation and other contributors
50 | * Released under the MIT license
51 | * http://jquery.org/license
52 | *
53 | * Date: Thu Sep 20 2012 21:13:05 GMT-0400 (Eastern Daylight Time)
54 | */
55 |
--------------------------------------------------------------------------------
/convert_text_to_hex/index.html:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
12 | テキストを16進数変換
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | ここに変換元の文章を入力してください ※漢字は第一・第二水準の中から240文字まで入力できます
24 |
25 |
26 | ここにArduboy用に16進数変換されたデータが表示されます
27 | 変換結果に元の文章を含む
28 | [ 変換 ]
29 |
30 |
31 | 変換できなかった文字 ※変換できなかった文字は↑から除外されています
32 |
33 |
34 | 漢字変換表 (240文字まで)
35 |
36 |
37 | 前回の漢字変換表 がある場合はここにコピーすると同じ変換結果になります (240文字まで)
38 |
39 |
40 | [ misaki_font_f2.h 用データ作成 ]
41 |
42 | ひらがな・カタカナ・記号・英語 変換表
43 |
44 |
45 |
46 | Copyright (c) 2016 emutyworks
47 | https://github.com/emutyworks/8x8DotJPFont
48 |
49 | Arduboy Web-based bitmap editor
50 | https://emutyworks.github.io/BitmapEditor/
51 |
52 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/convert_png_to_hex/f1_misaki_4x8_jisx0201.php:
--------------------------------------------------------------------------------
1 | ?
20 | @ABCDEFGHIJKLMNO
21 | PQRSTUVWXYZ[\]^_
22 | `abcdefghijklmno
23 | pqrstuvwxyz{|}~
24 |
25 |
26 | 。「」、・ヲァィゥェォャュョッ
27 | ーアイウエオカキクケコサシスセソ
28 | タチツテトナニヌネノハヒフヘホマ
29 | ミムメモヤユヨラリルレロワン゙゚";
30 |
31 | $char_list = str_replace(array("\r\n","\n","\r"), '', $char_list);
32 |
33 | echo $char_list."
";
34 |
35 | $list = array();
36 | $cnt = 0;
37 | for($yy = 0; $yy < 14; $yy++){
38 | for($xx = 0; $xx < 16; $xx++){
39 | $hex = array();
40 | // for($x = 0; $x < 4; $x++){
41 | for($x = 0; $x < 3; $x++){ // 4バイト目は必ず0x00になるので3バイトのみ取得
42 | $bin = '';
43 | for($y = 7; $y >= 0; $y--){
44 | $rgb = imagecolorat($img, $x+($xx * 4), $y + ($yy * 8));
45 | $colors = imagecolorsforindex($img, $rgb);
46 | if($colors['red'] != '0'){
47 | $bin.="0";
48 | }else{
49 | $bin.="1";
50 | }
51 | }
52 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
53 | }
54 | $list[$cnt]['hex'] = implode(",", $hex);
55 | $list[$cnt]['char'] = mb_substr($char_list,$cnt,1);
56 | $cnt++;
57 | }
58 | }
59 |
60 | ?>
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 | ".$code_table."
";
83 |
84 | echo "\n\n\n";
85 | $cnt = 0;
86 | for($y = 0; $y < 17; $y++){
87 | if($y == '0'){
88 | echo "
| | ";
89 | }else{
90 | printf("
| %02s | ",dechex(($y - 1) * 0x10));
91 | }
92 | for($x = 0; $x < 16; $x++){
93 | if($y == '0'){
94 | printf("%02s | ",dechex($x));
95 | }else{
96 | printf("%s | ",mb_substr($code_table,$cnt,1));
97 | $cnt++;
98 | }
99 | }
100 | echo "
\n";
101 | }
102 | echo "
\n";
103 |
104 | function view_data($start,$end,$list){
105 | static $cnt = 0;
106 | $comment = '';
107 | $hex = '';
108 | for($i = $start; $i < $end; $i++){
109 | $comment .= $list[$i]['char'];
110 | $hex .= sprintf("{ %s },/* 0x%02s %s */
", $list[$i]['hex'], strtoupper(dechex($cnt)), $list[$i]['char']);
111 | $cnt++;
112 | }
113 | echo $hex;
114 |
115 | return array($hex,$comment);
116 | }
117 |
118 |
119 | ?>
120 |
121 |
122 |
--------------------------------------------------------------------------------
/JPLang8x8Text/JPLang8x8Text.ino:
--------------------------------------------------------------------------------
1 | #include "Arduboy.h"
2 | #include "misaki_font.h"
3 |
4 | Arduboy arduboy;
5 |
6 | //ハンカクカタカナひょうじテスト0123abcdABCD
7 | //PROGMEM const uint8_t mes1[] = { 0xf1, 0x88,0x9b,0x74,0x76,0x74,0x7e,0x74,0x83, 0xf0, 0x74,0x89,0x48,0x5a, 0xf1, 0x81,0x7b,0x82,0x10,0x11,0x12,0x13,0x41,0x42,0x43,0x44,0x21,0x22,0x23,0x24, };
8 |
9 | //吾輩は猫である。名前はまだ無い。
10 | PROGMEM const uint8_t mes1[] = { 0xf2, 0x00,0x01, 0xf0, 0x71, 0xf2, 0x02, 0xf0, 0x69,0x44,0x8d,0x02, 0xf2, 0x03,0x04, 0xf0, 0x71,0x80,0x62, 0xf2, 0x05, 0xf0, 0x46,0x02, };
11 | // どこで生れたかとんと見当がつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。吾輩はここで始めて人間というものを見た。
12 | PROGMEM const uint8_t mes2[] = { 0xf0, 0x00,0x6b,0x55,0x69, 0xf2, 0x06, 0xf0, 0x8e,0x61,0x4d,0x6a,0x95,0x6a, 0xf2, 0x07,0x08, 0xf0, 0x4e,0x66,0x4d,0x6e,0x02, 0xf2, 0x09, 0xf0, 0x69,0x84, 0xf2, 0x0a,0x0b, 0xf0, 0x46,0x5a,0x83,0x5a,0x83,0x59,0x61, 0xf2, 0x0c, 0xf0, 0x69,0xc0,0xd8,0xee,0xc0,0xd8,0xee, 0xf2, 0x0d, 0xf0, 0x46,0x68,0x46,0x61, 0xf2, 0x0e, 0xf0, 0x62,0x53,0x71, 0xf2, 0x0f,0x10, 0xf0, 0x59,0x68,0x46,0x8d,0x02, 0xf2, 0x00,0x01, 0xf0, 0x71,0x55,0x55,0x69, 0xf2, 0x11, 0xf0, 0x83,0x68, 0xf2, 0x12,0x13, 0xf0, 0x6a,0x46,0x48,0x84,0x70,0x94, 0xf2, 0x07, 0xf0, 0x61,0x02, };
13 |
14 | void setup()
15 | {
16 | //arduboy.start();
17 | arduboy.beginNoLogo();
18 | arduboy.clearDisplay();
19 |
20 | drawText(0, 0, mes1, sizeof(mes1));
21 | drawText(0, 8, mes2, sizeof(mes2));
22 | // drawText(0, 16, mes3, sizeof(mes3));
23 |
24 | arduboy.display();
25 | }
26 |
27 | void loop()
28 | {
29 | if (!(arduboy.nextFrame())) return;
30 | }
31 |
32 | void drawText(uint8_t x, uint8_t y, const uint8_t *mes, uint8_t cnt)
33 | {
34 | uint8_t pb;
35 | uint8_t page;
36 | uint8_t screen_start = 0;
37 | uint8_t screen_end = 128;
38 |
39 | if (x < screen_start) {
40 | x = screen_start;
41 | }
42 |
43 | for (uint8_t i = 0; i < cnt; i++) {
44 | pb = pgm_read_byte_near(mes + i);
45 |
46 | switch (pb) {
47 | case MISAKI_FONT_F0_PAGE:
48 | page = MISAKI_FONT_F0_PAGE;
49 | continue;
50 | case MISAKI_FONT_F1_PAGE:
51 | page = MISAKI_FONT_F1_PAGE;
52 | continue;
53 | case MISAKI_FONT_F2_PAGE:
54 | page = MISAKI_FONT_F2_PAGE;
55 | continue;
56 | }
57 |
58 | if (!page) {
59 | continue;
60 | }
61 |
62 | switch (page) {
63 | #ifdef MISAKI_FONT_F0_H
64 | case MISAKI_FONT_F0_PAGE:
65 | if (pb > MISAKI_FONT_F0_SIZE) {
66 | continue;
67 | }
68 | if ((x + 8) > screen_end) {
69 | x = screen_start;
70 | y = y + 8;
71 | }
72 | arduboy.drawBitmap(x, y, misaki_font_f0[ pb ], MISAKI_FONT_F0_W, 8, WHITE);
73 | x = x + 8;
74 | break;
75 | #endif
76 | #ifdef MISAKI_FONT_F1_H
77 | case MISAKI_FONT_F1_PAGE:
78 | if (pb > MISAKI_FONT_F1_SIZE) {
79 | continue;
80 | }
81 | if ((x + 4) > screen_end) {
82 | x = screen_start;
83 | y = y + 8;
84 | }
85 | arduboy.drawBitmap(x, y, misaki_font_f1[ pb ], MISAKI_FONT_F1_W, 8, WHITE);
86 | arduboy.drawBitmap(x + 3, y, misaki_font_0x00, 1, 8, WHITE);
87 | x = x + 4;
88 | break;
89 | #endif
90 | #ifdef MISAKI_FONT_F2_H
91 | case MISAKI_FONT_F2_PAGE:
92 | if (pb > MISAKI_FONT_F2_SIZE) {
93 | continue;
94 | }
95 | if ((x + 8) > screen_end) {
96 | x = screen_start;
97 | y = y + 8;
98 | }
99 | arduboy.drawBitmap(x, y, misaki_font_f2[ pb ], MISAKI_FONT_F2_W, 8, WHITE);
100 | arduboy.drawBitmap(x + 7, y, misaki_font_0x00, 1, 8, WHITE);
101 | x = x + 8;
102 | break;
103 | #endif
104 | }
105 | }
106 | }
107 |
--------------------------------------------------------------------------------
/misaki_png_2015-04-10/misaki.txt:
--------------------------------------------------------------------------------
1 | ===============================================================================
2 |
3 | 8×8 ドット日本語フォント「美咲フォント」
4 | 2015-04-10 版
5 |
6 | Copyright(C) 2002-2015 Num Kadoma
7 |
8 | ===============================================================================
9 |
10 | 美咲フォントは 8×8 ドットの日本語ビットマップフォントです。
11 | JIS第一・第二水準をサポートしています。
12 | 一部の記号を除いた全ての文字は 7×7 ドットの範囲に収まっているため、
13 | 文字同士を隣接させても行間・字間が確保できます。
14 |
15 | フォント名は制作のきっかけとなった美咲 礼威氏からいただきました。
16 |
17 |
18 | ●美咲明朝
19 | 美咲明朝は、美咲ゴシックの非漢字部を明朝風の字形に差し替えたものです。
20 | 各機種用のアーカイブに、差替え済みのフォントファイルを同梱してあります。
21 |
22 |
23 | ●ライセンス
24 | These fonts are free softwares.
25 | Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially.
26 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
27 |
28 | これらのフォントはフリー(自由な)ソフトウエアです。
29 | あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、複製、再配布することができますが、全て無保証とさせていただきます。
30 |
31 | Copyright(C) 2002-2015 Num Kadoma
32 |
33 |
34 | ●制作履歴
35 | *2015-04-10
36 | 誤字になっていた「喪」を修正
37 | (TTF) ウェイトを「Regular」に変更
38 | 一部の記号を追加、変更
39 | バージョン番号を「yyyy.mmdd」の形に変更
40 | その他、パラメータを見直し
41 | 埋込みビットマップ版の同梱を取り止め
42 |
43 | *2012-06-03
44 | 正式公開初版
45 |
46 | *2012-03-31
47 | 各種ファイル名、ドキュメントの見直し
48 | BDF 版以外のアーカイブ形式を zip に変更
49 | (TTF) アウトライン版の正式採用、Mac におそらく対応
50 | (FONTX) 4X8.FNT の 00h~1Fh に DOS/V 罫線を追加
51 |
52 | *2011-03-08
53 | (TTF-Outline) 生成手順の改善に伴い periodβ11 作成・公開
54 |
55 | *2010-03-07
56 | (BDF) FOUNDRY, POINT_SIZE, AVERAGE_WIDTH, SWIDTH, XLFD, 各ファイル名の変更
57 |
58 | *2006-10-01
59 | (TTF-Outline) 試作版配布開始
60 |
61 | *2006-04-01
62 | (PNG) 配布開始
63 |
64 | *2006-03-26
65 | (E500) 13 区追加版・軽量版 (第一水準のみ) 同梱開始
66 | フォントファイルの命名規則変更
67 | (BDF) 美咲明朝の配布形態をゴシックとの差分から実ファイル同梱へ
68 | BITMAP の記述方法を修正 (16 進 4 桁から 2 桁へ)
69 | (FONTX) 配布再開
70 |
71 | *2005-07-20
72 | アーカイブの命名規則を変更
73 | (TTF, BDF) 著作権表記を変更
74 | (BDF) 1 バイト文字フォントのファイル名をそれぞれ 4x8.bdf, 4x8_8859.bdf に
75 |
76 | *2004-09-12
77 | (TTF, BDF) 13 区の文字追加
78 |
79 | *2004-06-24
80 | フォントの名称変更
81 | (美咲フォントを美咲ゴシック、ファミリーの総称を美咲フォントに)
82 |
83 | *2004-05-09
84 | 美咲明朝の同梱開始
85 |
86 | *2004-04-19
87 | 半濁点の処理を変更
88 |
89 | *2004-04-11
90 | 3 フォント同時編集ツール「"SCRNJPN.FNT" Editor」完成
91 |
92 | *2004-02-09
93 | 濁点の処理を変更
94 |
95 | *2003-09-21
96 | 制作履歴の日付ミスを修正 (美咲氏 Thanx!)
97 |
98 | *2003-06-04
99 | ライセンスに関する記述を変更
100 |
101 | *2003-05-04
102 | (BDF) 3x7_8859.bdf の CHARS の値を修正
103 | (BDF) 3x7_8859.bdf のファイル名が 3X7_8859.bdf になっていたのを修正
104 |
105 | *2003-03-26
106 | マニュアルをフォントの説明と各形式の説明に分離
107 |
108 | *2003-01-02
109 | 各部のフォント間での統一化作業を本格的に開始
110 |
111 | *2002-06-10
112 | JIS X 0208-1983 での文字の変更、JIS X 0208-1990 での文字の追加に対応
113 |
114 | *2002-06-06
115 | 未定義文字のフォントを 3×3 の ■ に
116 |
117 | *2002-06-01
118 | 第二水準完成
119 |
120 | *2002-05-22
121 | 制作再開
122 |
123 | *2002-05-21
124 | フォント作成専用ツール「'SCRNJPN.FNT' Editor」完成
125 |
126 | *2002-05-11
127 | E650 暴走により第二水準中の 600 文字近くが消滅→制作中断
128 |
129 | *2002-04-初
130 | 第一水準完成
131 |
132 | *2002-03-中
133 | 制作開始
134 |
135 |
136 | ●バージョン情報
137 | *2015-04-10
138 | 美咲フォント 2015-04-10 版 (TTF/PNG)
139 |
140 | *2012-06-03
141 | 美咲フォント 2012-06-03 版 (E500/BDF/TTF/Ruputer/FONTX/PNG)
142 |
143 | *2012-03-31
144 | 美咲フォント periodβ12 (E500/BDF/TTF/Ruputer/FONTX/PNG)
145 |
146 | *2010-03-07
147 | 美咲フォント periodβ11a (BDF)
148 |
149 | *2008-06-03
150 | 美咲フォント periodβ11 (E500/BDF/TTF/Ruputer/FONTX/PNG/TTF-Outline)
151 |
152 | *2006-03-26
153 | 美咲フォント periodβ10 (E500/BDF/TTF/Ruputer/FONTX/PNG/TTF-Outline)
154 |
155 | *2005-07-20
156 | 美咲フォント periodβ9 (E500/BDF/TTF/Ruputer)
157 |
158 | *2004-05-09
159 | 美咲フォント periodβ8 (E500/BDF/TTF/Ruputer)
160 |
161 | *2003-09-21
162 | 美咲フォント periodβ7 (E500/BDF/TTF/Ruputer)
163 |
164 | *2003-06-04
165 | 美咲フォント periodβ6 (E500/BDF/TTF/Ruputer)
166 |
167 | *2003-05-04
168 | 美咲フォント periodβ5 (E500/BDF/TTF/Ruputer)
169 |
170 | *2003-03-26
171 | 美咲フォント periodβ4 (E500/BDF/TTF/Ruputer/FONTX)
172 |
173 | *2002-12-14
174 | 美咲フォント periodβ3 (E500)
175 |
176 | *2002-06-18
177 | 美咲フォント periodβ2 (E500)
178 |
179 | *2002-06-03
180 | 美咲フォント periodβ1 (E500)
181 |
182 |
183 | ●連絡先
184 | *ご意見、ご感想等は下記アドレスまで。
185 | 門真 なむ (num_kadoma@yahoo.co.jp)
186 |
187 | *美咲フォント最新版は、下記サイトで公開中です。
188 | Little Limit (http://www.geocities.jp/littlimi/)
189 |
--------------------------------------------------------------------------------
/convert_png_to_hex/misaki_gothic_non_Kanji.php:
--------------------------------------------------------------------------------
1 | = 0; $y--){
49 | $rgb = imagecolorat($img, $x+($xx * 8), $y + ($yy * 8));
50 | $colors = imagecolorsforindex($img, $rgb);
51 | if($colors['red'] != '0'){
52 | $bin.="0";
53 | }else{
54 | $bin.="1";
55 | }
56 | }
57 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
58 | }
59 |
60 | if(hexdec($hex[0])==0
61 | && hexdec($hex[1])==0
62 | && hexdec($hex[2])==0
63 | && hexdec($hex[3])==0
64 | && hexdec($hex[4])==0
65 | && hexdec($hex[5])==0
66 | && hexdec($hex[6])==0
67 | && hexdec($hex[7])==0
68 | ){
69 | $char_cnt++;
70 | }else{
71 | $list[$list_cnt]['hex'] = implode(",", $hex);
72 | $list[$list_cnt]['char'] = mb_substr($char_list,$char_cnt,1);
73 | $list_cnt++;
74 | $char_cnt++;
75 | }
76 | }
77 | }
78 |
79 | $list_cnt2 = 0;
80 | $char_cnt2 = 0;
81 | for($yy = 12; $yy < 13; $yy++){
82 | for($xx = 0; $xx < 94; $xx++){
83 | $hex = array();
84 | for($x = 0; $x < 8; $x++){
85 | $bin = '';
86 | for($y = 7; $y >= 0; $y--){
87 | $rgb = imagecolorat($img, $x+($xx * 8), $y + ($yy * 8));
88 | $colors = imagecolorsforindex($img, $rgb);
89 | if($colors['red'] != '0'){
90 | $bin.="0";
91 | }else{
92 | $bin.="1";
93 | }
94 | }
95 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
96 | }
97 |
98 | if(hexdec($hex[0])==0
99 | && hexdec($hex[1])==0
100 | && hexdec($hex[2])==0
101 | && hexdec($hex[3])==0
102 | && hexdec($hex[4])==0
103 | && hexdec($hex[5])==0
104 | && hexdec($hex[6])==0
105 | && hexdec($hex[7])==0
106 | ){
107 | $char_cnt2++;
108 | }else{
109 | $list[$list_cnt + $list_cnt2]['hex'] = implode(",", $hex);
110 | $list[$list_cnt + $list_cnt2]['char'] = mb_substr($char_list2,$char_cnt2,1);
111 | $list_cnt2++;
112 | $char_cnt2++;
113 | }
114 | }
115 | }
116 |
117 | ?>
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 | ", $list[$i]['hex'], $list[$i]['char']);
129 | }
130 |
131 | for($i = 0; $i < $list_cnt2; $i++){
132 | printf("{ %s },/* %s */
", $list[$list_cnt + $i]['hex'], $list[$list_cnt + $i]['char']);
133 | }
134 |
135 | ?>
136 |
137 |
138 |
--------------------------------------------------------------------------------
/convert_png_to_hex/f0_misaki_gothic.php:
--------------------------------------------------------------------------------
1 | = 0; $y--){
37 | $rgb = imagecolorat($img, $x+($xx * 8), $y + ($yy * 8));
38 | $colors = imagecolorsforindex($img, $rgb);
39 | if($colors['red'] != '0'){
40 | $bin.="0";
41 | }else{
42 | $bin.="1";
43 | }
44 | }
45 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
46 | }
47 | $list[$cnt]['hex'] = implode(",", $hex);
48 | $list[$cnt]['char'] = mb_substr($char_list,$cnt,1);
49 | $cnt++;
50 | }
51 | }
52 |
53 | ?>
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | ".$code_table."
";
128 |
129 | echo "\n\n\n";
130 | $cnt = 0;
131 | for($y = 0; $y < 17; $y++){
132 | if($y == '0'){
133 | echo "
| | ";
134 | }else{
135 | printf("
| %02s | ",dechex(($y - 1) * 0x10));
136 | }
137 | for($x = 0; $x < 16; $x++){
138 | if($y == '0'){
139 | printf("%02s | ",dechex($x));
140 | }else{
141 | printf("%s | ",mb_substr($code_table,$cnt,1));
142 | $cnt++;
143 | }
144 | }
145 | echo "
\n";
146 | }
147 | echo "
\n";
148 |
149 | function view_data($start,$end,$list){
150 | static $cnt = 0;
151 | $comment = '';
152 | $hex = '';
153 | for($i = $start; $i < $end; $i++){
154 | $comment .= $list[$i]['char'];
155 | $hex .= sprintf("{ %s },/* 0x%02s %s */
", $list[$i]['hex'], strtoupper(dechex($cnt)), $list[$i]['char']);
156 | $cnt++;
157 | }
158 | echo $hex;
159 |
160 | return array($hex,$comment);
161 | }
162 |
163 |
164 | ?>
165 |
166 |
167 |
--------------------------------------------------------------------------------
/convert_text_to_hex/table_f0f1.html:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
12 | convert text to hex
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | 8x8 dot ひらがな・カタカナ・記号 (0xF0)
23 |
24 |
25 |
| | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 0a | 0b | 0c | 0d | 0e | 0f |
26 | | 00 | | 、 | 。 | , | . | ・ | : | ; | ? | ! | [ | ] | 「 | 」 | 『 | 』 |
27 | | 10 | 【 | 】 | + | - | ± | × | ÷ | = | ≠ | < | > | ℃ | ¥ | $ | ¢ | £ |
28 | | 20 | % | # | & | * | @ | § | ☆ | ★ | ○ | ● | ◎ | ◇ | ◆ | □ | ■ | △ |
29 | | 30 | ▲ | ▽ | ▼ | ※ | 〒 | → | ← | ↑ | ↓ | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
30 | | 40 | 7 | 8 | 9 | ぁ | あ | ぃ | い | ぅ | う | ぇ | え | ぉ | お | か | が | き |
31 | | 50 | ぎ | く | ぐ | け | げ | こ | ご | さ | ざ | し | じ | す | ず | せ | ぜ | そ |
32 | | 60 | ぞ | た | だ | ち | ぢ | っ | つ | づ | て | で | と | ど | な | に | ぬ | ね |
33 | | 70 | の | は | ば | ぱ | ひ | び | ぴ | ふ | ぶ | ぷ | へ | べ | ぺ | ほ | ぼ | ぽ |
34 | | 80 | ま | み | む | め | も | ゃ | や | ゅ | ゆ | ょ | よ | ら | り | る | れ | ろ |
35 | | 90 | ゎ | わ | ゐ | ゑ | を | ん | ァ | ア | ィ | イ | ゥ | ウ | ェ | エ | ォ | オ |
36 | | a0 | カ | ガ | キ | ギ | ク | グ | ケ | ゲ | コ | ゴ | サ | ザ | シ | ジ | ス | ズ |
37 | | b0 | セ | ゼ | ソ | ゾ | タ | ダ | チ | ヂ | ッ | ツ | ヅ | テ | デ | ト | ド | ナ |
38 | | c0 | ニ | ヌ | ネ | ノ | ハ | バ | パ | ヒ | ビ | ピ | フ | ブ | プ | ヘ | ベ | ペ |
39 | | d0 | ホ | ボ | ポ | マ | ミ | ム | メ | モ | ャ | ヤ | ュ | ユ | ョ | ヨ | ラ | リ |
40 | | e0 | ル | レ | ロ | ヮ | ワ | ヰ | ヱ | ヲ | ン | ヴ | ヵ | ヶ | 〜 | … | ー | ― |
41 |
42 |
43 |
44 | 4x8 dot 英語・カタカナ・記号 (0xF1)
45 |
46 |
47 |
| | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 0a | 0b | 0c | 0d | 0e | 0f |
48 | | 00 | | ! | " | # | $ | % | & | ' | ( | ) | * | + | , | - | . | / |
49 | | 10 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | : | ; | < | = | > | ? |
50 | | 20 | @ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O |
51 | | 30 | P | Q | R | S | T | U | V | W | X | Y | Z | [ | \ | ] | ^ | _ |
52 | | 40 | ` | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o |
53 | | 50 | p | q | r | s | t | u | v | w | x | y | z | { | | | } | ~ | 。 |
54 | | 60 | 「 | 」 | 、 | ・ | ヲ | ァ | ィ | ゥ | ェ | ォ | ャ | ュ | ョ | ッ | ー | ア |
55 | | 70 | イ | ウ | エ | オ | カ | キ | ク | ケ | コ | サ | シ | ス | セ | ソ | タ | チ |
56 | | 80 | ツ | テ | ト | ナ | ニ | ヌ | ネ | ノ | ハ | ヒ | フ | ヘ | ホ | マ | ミ | ム |
57 | | 90 | メ | モ | ヤ | ユ | ヨ | ラ | リ | ル | レ | ロ | ワ | ン | ゙ | ゚ | | |
58 |
59 |
60 |
61 |
62 |
--------------------------------------------------------------------------------
/JPLang8x8Text/misaki_font_f1.h:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8dot Japanese font for Arduboy
3 |
4 | convert misaki_4x8_jisx0201.png to hex.
5 | (Alphabet, Katakana and Symbol)
6 |
7 | Copyright (c) 2016 emutyworks
8 |
9 | -----------------------------------------------------
10 | Original: 8x8 dot Japanese font "Misaki font"
11 | http://littlelimit.net/misaki.htm
12 |
13 | These fonts are free softwares.
14 | Unlimited permission is granted to use, copy, and distribute it, with or without modification,
15 | either commercially and noncommercially.
16 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
17 |
18 | Copyright(C) 2002-2015 Num Kadoma
19 | */
20 | #ifndef MISAKI_FONT_F1_H
21 | #define MISAKI_FONT_F1_H
22 |
23 | PROGMEM const uint8_t misaki_font_f1[ MISAKI_FONT_F1_SIZE + 1 ][ MISAKI_FONT_F1_W ] =
24 | {
25 | { 0x00,0x00,0x00 },/* 0x00 */
26 | { 0x00,0x2f,0x00 },/* 0x01 ! */
27 | { 0x03,0x00,0x03 },/* 0x02 " */
28 | { 0x3f,0x12,0x3f },/* 0x03 # */
29 | { 0x16,0x3f,0x1a },/* 0x04 $ */
30 | { 0x12,0x08,0x24 },/* 0x05 % */
31 | { 0x32,0x3d,0x2a },/* 0x06 & */
32 | { 0x02,0x01,0x00 },/* 0x07 ' */
33 | { 0x00,0x3e,0x41 },/* 0x08 ( */
34 | { 0x41,0x3e,0x00 },/* 0x09 ) */
35 | { 0x0a,0x07,0x0a },/* 0x0A * */
36 | { 0x08,0x3e,0x08 },/* 0x0B + */
37 | { 0x40,0x20,0x00 },/* 0x0C , */
38 | { 0x08,0x08,0x08 },/* 0x0D - */
39 | { 0x00,0x20,0x00 },/* 0x0E . */
40 | { 0x10,0x08,0x04 },/* 0x0F / */
41 | { 0x1c,0x2a,0x1c },/* 0x10 0 */
42 | { 0x24,0x3e,0x20 },/* 0x11 1 */
43 | { 0x32,0x2a,0x24 },/* 0x12 2 */
44 | { 0x22,0x2a,0x14 },/* 0x13 3 */
45 | { 0x18,0x14,0x3e },/* 0x14 4 */
46 | { 0x2e,0x2a,0x12 },/* 0x15 5 */
47 | { 0x1c,0x2a,0x12 },/* 0x16 6 */
48 | { 0x02,0x3a,0x06 },/* 0x17 7 */
49 | { 0x14,0x2a,0x14 },/* 0x18 8 */
50 | { 0x24,0x2a,0x1c },/* 0x19 9 */
51 | { 0x00,0x24,0x00 },/* 0x1A : */
52 | { 0x40,0x24,0x00 },/* 0x1B ; */
53 | { 0x08,0x14,0x22 },/* 0x1C < */
54 | { 0x14,0x14,0x14 },/* 0x1D = */
55 | { 0x22,0x14,0x08 },/* 0x1E > */
56 | { 0x02,0x29,0x06 },/* 0x1F ? */
57 | { 0x12,0x29,0x1e },/* 0x20 @ */
58 | { 0x3e,0x09,0x3e },/* 0x21 A */
59 | { 0x3f,0x25,0x1a },/* 0x22 B */
60 | { 0x1e,0x21,0x21 },/* 0x23 C */
61 | { 0x3f,0x21,0x1e },/* 0x24 D */
62 | { 0x3f,0x25,0x21 },/* 0x25 E */
63 | { 0x3f,0x05,0x01 },/* 0x26 F */
64 | { 0x1e,0x21,0x39 },/* 0x27 G */
65 | { 0x3f,0x08,0x3f },/* 0x28 H */
66 | { 0x21,0x3f,0x21 },/* 0x29 I */
67 | { 0x10,0x20,0x1f },/* 0x2A J */
68 | { 0x3f,0x04,0x3b },/* 0x2B K */
69 | { 0x3f,0x20,0x20 },/* 0x2C L */
70 | { 0x3f,0x06,0x3f },/* 0x2D M */
71 | { 0x3f,0x01,0x3e },/* 0x2E N */
72 | { 0x1e,0x21,0x1e },/* 0x2F O */
73 | { 0x3f,0x09,0x06 },/* 0x30 P */
74 | { 0x1e,0x21,0x5e },/* 0x31 Q */
75 | { 0x3f,0x09,0x36 },/* 0x32 R */
76 | { 0x22,0x25,0x19 },/* 0x33 S */
77 | { 0x01,0x3f,0x01 },/* 0x34 T */
78 | { 0x3f,0x20,0x3f },/* 0x35 U */
79 | { 0x3f,0x10,0x0f },/* 0x36 V */
80 | { 0x3f,0x18,0x3f },/* 0x37 W */
81 | { 0x33,0x0c,0x33 },/* 0x38 X */
82 | { 0x03,0x3c,0x03 },/* 0x39 Y */
83 | { 0x31,0x2d,0x23 },/* 0x3A Z */
84 | { 0x00,0x7f,0x41 },/* 0x3B [ */
85 | { 0x15,0x3e,0x15 },/* 0x3C \ */
86 | { 0x41,0x7f,0x00 },/* 0x3D ] */
87 | { 0x02,0x01,0x02 },/* 0x3E ^ */
88 | { 0x40,0x40,0x40 },/* 0x3F _ */
89 | { 0x00,0x01,0x02 },/* 0x40 ` */
90 | { 0x18,0x24,0x3c },/* 0x41 a */
91 | { 0x3f,0x24,0x18 },/* 0x42 b */
92 | { 0x18,0x24,0x24 },/* 0x43 c */
93 | { 0x18,0x24,0x3f },/* 0x44 d */
94 | { 0x18,0x2c,0x2c },/* 0x45 e */
95 | { 0x04,0x3f,0x05 },/* 0x46 f */
96 | { 0x48,0x54,0x3c },/* 0x47 g */
97 | { 0x3f,0x04,0x38 },/* 0x48 h */
98 | { 0x00,0x3d,0x00 },/* 0x49 i */
99 | { 0x40,0x3d,0x00 },/* 0x4A j */
100 | { 0x3f,0x08,0x34 },/* 0x4B k */
101 | { 0x01,0x3f,0x00 },/* 0x4C l */
102 | { 0x3c,0x1c,0x38 },/* 0x4D m */
103 | { 0x3c,0x04,0x38 },/* 0x4E n */
104 | { 0x18,0x24,0x18 },/* 0x4F o */
105 | { 0x7c,0x24,0x18 },/* 0x50 p */
106 | { 0x18,0x24,0x7c },/* 0x51 q */
107 | { 0x3c,0x08,0x04 },/* 0x52 r */
108 | { 0x28,0x3c,0x14 },/* 0x53 s */
109 | { 0x04,0x3e,0x24 },/* 0x54 t */
110 | { 0x3c,0x20,0x3c },/* 0x55 u */
111 | { 0x3c,0x10,0x0c },/* 0x56 v */
112 | { 0x3c,0x30,0x3c },/* 0x57 w */
113 | { 0x24,0x18,0x24 },/* 0x58 x */
114 | { 0x4c,0x50,0x3c },/* 0x59 y */
115 | { 0x24,0x34,0x2c },/* 0x5A z */
116 | { 0x08,0x36,0x41 },/* 0x5B { */
117 | { 0x00,0x7f,0x00 },/* 0x5C | */
118 | { 0x41,0x36,0x08 },/* 0x5D } */
119 | { 0x01,0x01,0x01 },/* 0x5E ~ */
120 | { 0x10,0x28,0x10 },/* 0x5F 。 */
121 | { 0x1f,0x01,0x01 },/* 0x60 「 */
122 | { 0x20,0x20,0x3e },/* 0x61 」 */
123 | { 0x10,0x20,0x00 },/* 0x62 、 */
124 | { 0x00,0x08,0x00 },/* 0x63 ・ */
125 | { 0x25,0x15,0x0f },/* 0x64 ヲ */
126 | { 0x24,0x1c,0x0c },/* 0x65 ァ */
127 | { 0x10,0x38,0x04 },/* 0x66 ィ */
128 | { 0x18,0x0c,0x38 },/* 0x67 ゥ */
129 | { 0x28,0x38,0x28 },/* 0x68 ェ */
130 | { 0x28,0x18,0x3c },/* 0x69 ォ */
131 | { 0x08,0x3c,0x18 },/* 0x6A ャ */
132 | { 0x28,0x38,0x20 },/* 0x6B ュ */
133 | { 0x24,0x2c,0x3c },/* 0x6C ョ */
134 | { 0x2c,0x2c,0x1c },/* 0x6D ッ */
135 | { 0x04,0x08,0x08 },/* 0x6E ー */
136 | { 0x21,0x1d,0x07 },/* 0x6F ア */
137 | { 0x08,0x3c,0x03 },/* 0x70 イ */
138 | { 0x06,0x23,0x1e },/* 0x71 ウ */
139 | { 0x22,0x3e,0x22 },/* 0x72 エ */
140 | { 0x12,0x0a,0x3f },/* 0x73 オ */
141 | { 0x32,0x0f,0x3e },/* 0x74 カ */
142 | { 0x0a,0x3f,0x0a },/* 0x75 キ */
143 | { 0x24,0x13,0x0e },/* 0x76 ク */
144 | { 0x27,0x1e,0x02 },/* 0x77 ケ */
145 | { 0x22,0x22,0x3e },/* 0x78 コ */
146 | { 0x27,0x12,0x0f },/* 0x79 サ */
147 | { 0x25,0x25,0x10 },/* 0x7A シ */
148 | { 0x21,0x19,0x27 },/* 0x7B ス */
149 | { 0x3f,0x22,0x2e },/* 0x7C セ */
150 | { 0x21,0x16,0x0f },/* 0x7D ソ */
151 | { 0x24,0x1b,0x0e },/* 0x7E タ */
152 | { 0x25,0x1f,0x05 },/* 0x7F チ */
153 | { 0x26,0x26,0x1e },/* 0x80 ツ */
154 | { 0x25,0x1d,0x05 },/* 0x81 テ */
155 | { 0x3f,0x04,0x08 },/* 0x82 ト */
156 | { 0x24,0x1f,0x04 },/* 0x83 ナ */
157 | { 0x20,0x22,0x22 },/* 0x84 ニ */
158 | { 0x25,0x19,0x27 },/* 0x85 ヌ */
159 | { 0x12,0x3b,0x16 },/* 0x86 ネ */
160 | { 0x20,0x10,0x0f },/* 0x87 ノ */
161 | { 0x3c,0x01,0x3e },/* 0x88 ハ */
162 | { 0x1f,0x24,0x24 },/* 0x89 ヒ */
163 | { 0x21,0x11,0x0f },/* 0x8A フ */
164 | { 0x0c,0x03,0x1c },/* 0x8B ヘ */
165 | { 0x1a,0x3f,0x1a },/* 0x8C ホ */
166 | { 0x09,0x19,0x27 },/* 0x8D マ */
167 | { 0x22,0x2a,0x2a },/* 0x8E ミ */
168 | { 0x38,0x27,0x30 },/* 0x8F ム */
169 | { 0x32,0x0c,0x13 },/* 0x90 メ */
170 | { 0x05,0x3f,0x25 },/* 0x91 モ */
171 | { 0x02,0x3f,0x0e },/* 0x92 ヤ */
172 | { 0x21,0x3f,0x20 },/* 0x93 ユ */
173 | { 0x25,0x25,0x3f },/* 0x94 ヨ */
174 | { 0x25,0x25,0x1d },/* 0x95 ラ */
175 | { 0x07,0x20,0x1f },/* 0x96 リ */
176 | { 0x3c,0x3f,0x20 },/* 0x97 ル */
177 | { 0x3f,0x20,0x10 },/* 0x98 レ */
178 | { 0x3e,0x22,0x3e },/* 0x99 ロ */
179 | { 0x23,0x11,0x0f },/* 0x9A ワ */
180 | { 0x21,0x21,0x18 },/* 0x9B ン */
181 | { 0x01,0x00,0x01 },/* 0x9C ゙ */
182 | { 0x02,0x05,0x02 },/* 0x9D ゚ */
183 | };
184 |
185 | #endif
186 |
187 |
188 |
--------------------------------------------------------------------------------
/convert_png_to_hex/misaki_gothic_Kanji.php:
--------------------------------------------------------------------------------
1 | = 0; $y--){
437 | $rgb = imagecolorat($img, $x+($xx * 8), $y + ($yy * 8));
438 | $colors = imagecolorsforindex($img, $rgb);
439 | if($colors['red'] != '0'){
440 | $bin.="0";
441 | }else{
442 | $bin.="1";
443 | }
444 | }
445 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
446 | }
447 |
448 | if(hexdec($hex[0])==0
449 | && hexdec($hex[1])==0
450 | && hexdec($hex[2])==0
451 | && hexdec($hex[3])==0
452 | && hexdec($hex[4])==0
453 | && hexdec($hex[5])==0
454 | && hexdec($hex[6])==0
455 | && hexdec($hex[7])==0
456 | ){
457 | break;
458 | }
459 |
460 | $list[$cnt]['hex'] = implode(",", $hex);
461 | $list[$cnt]['char'] = mb_substr($char_list,$cnt,1);
462 | $cnt++;
463 | }
464 | }
465 |
466 | for($yy = 47; $yy < 84; $yy++){
467 | for($xx = 0; $xx < 94; $xx++){
468 | $hex = array();
469 | for($x = 0; $x < 8; $x++){ // misaki_gothic_Kanji_list.txt 用
470 | // for($x = 0; $x < 7; $x++){ // kanji_table.js 用 8バイト目は必ず0x00になるので7バイトのみ取得
471 | $bin = '';
472 | for($y = 7; $y >= 0; $y--){
473 | $rgb = imagecolorat($img, $x+($xx * 8), $y + ($yy * 8));
474 | $colors = imagecolorsforindex($img, $rgb);
475 | if($colors['red'] != '0'){
476 | $bin.="0";
477 | }else{
478 | $bin.="1";
479 | }
480 | }
481 | $hex[] = sprintf("0x%02s",dechex(bindec($bin)));
482 | }
483 |
484 | if(hexdec($hex[0])==0
485 | && hexdec($hex[1])==0
486 | && hexdec($hex[2])==0
487 | && hexdec($hex[3])==0
488 | && hexdec($hex[4])==0
489 | && hexdec($hex[5])==0
490 | && hexdec($hex[6])==0
491 | && hexdec($hex[7])==0
492 | ){
493 | break;
494 | }
495 |
496 | $list[$cnt]['hex'] = implode(",", $hex);
497 | $list[$cnt]['char'] = mb_substr($char_list,$cnt,1);
498 | $cnt++;
499 | }
500 | }
501 |
502 | ?>
503 |
504 |
505 |
506 |
507 |
508 |
509 |
510 | ", $list[$i]['hex'], $list[$i]['char']); // misaki_gothic_Kanji_list.txt 用
514 | // printf("'%s':'%s',\n
",$list[$i]['char'],$list[$i]['hex']); // kanji_table.js 用
515 | }
516 |
517 | ?>
518 |
519 |
520 |
--------------------------------------------------------------------------------
/convert_text_to_hex/js/main.js:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8 dot Japanese font for Arduboy
3 |
4 | Copyright (c) 2016 emutyworks
5 |
6 | Released under the MIT license
7 | https://github.com/emutyworks/8x8DotJPFont/blob/master/LICENSE.txt
8 | */
9 | var char_list_f0 = " 、。,.・:;?![]「」『』【】+-±×÷=≠<>℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓0123456789ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをんァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ〜…ー―";
10 | var char_exception_f0 = {
11 | '~': 0xec,
12 | '〜': 0xec,
13 | };
14 | var char_list_f1 = " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン゙゚";
15 | var char_list_f2 = "亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙";
16 |
17 | var add_comment = true;
18 | var kanji_list = '';
19 | var error_list = '';
20 | var kanji_list_max = 240;
21 |
22 | $(function($){
23 | $('#add_comment').prop("checked", add_comment);
24 | });
25 |
26 | function set_comment(){
27 | if($('#add_comment').prop('checked')){
28 | add_comment = true;
29 | }else{
30 | add_comment = false;
31 | }
32 | }
33 |
34 | function set_old_kanji_list(){
35 | var old_kanji_list = $('#old_kanji_list').val();
36 | kanji_list = '';
37 |
38 | for(var i = 0; i < old_kanji_list.length; i++){
39 | var row = old_kanji_list.charAt(i);
40 | var f2 = char_list_f2.indexOf(row);
41 | if(f2 != -1){
42 | kanji_list += row;
43 | }
44 | }
45 |
46 | $('#old_kanji_list').val(kanji_list);
47 | $('#kanji_list').val(kanji_list);
48 | }
49 |
50 | function convert_text_to_hex(){
51 | var text = $('#edit').val();
52 | var list = '';
53 | var str = '';
54 | var hex = '';
55 | var mode = '';
56 | var flag = true;
57 | error_list = '';
58 |
59 | set_old_kanji_list();
60 |
61 | text += '\n';
62 |
63 | for(var i = 0; i < text.length; i++){
64 | var row = text.charAt(i);
65 |
66 | if(row != '\n'){
67 | var f0 = char_list_f0.indexOf(row).toString(16); // 8x8 dot
68 | var f1 = char_list_f1.indexOf(row).toString(16); // 4x8 dot
69 | var f2 = char_list_f2.indexOf(row).toString(16); // 漢字
70 |
71 | if(flag){
72 | /*
73 | * ページフラグがまだ設定されてない
74 | */
75 | flag = false;
76 |
77 | if(f1 != -1){
78 | // 4x8 dot
79 | mode = '0xf1';
80 | str += row;
81 | hex += mode + ', ' + '0x' + ('00' + f1).slice(-2) + ',';
82 |
83 | }else if(f2 != -1){
84 | // 漢字
85 | mode = '0xf2';
86 | str += row;
87 | var k = check_kanji_list(row);
88 |
89 | if(k){
90 | hex += mode + ', ' + '0x' + ('00' + k).slice(-2) + ',';
91 | }
92 |
93 | }else{
94 | // 8x8 dot
95 | if(f0 == -1){
96 | var ex = char_exception_f0[row];
97 | if(!ex){
98 | f0 = false;
99 | }else{
100 | f0 = ex.toString(16);
101 | }
102 | }
103 | if(f0){
104 | mode = '0xf0';
105 | str += row;
106 | hex += mode + ', ' + '0x' + ('00' + f0).slice(-2) + ',';
107 | }else{
108 | error_list += row;
109 | }
110 | }
111 | }else{
112 | /*
113 | *ページフラグが設定されている
114 | */
115 | if(f1 != -1){
116 | // 4x8 dot
117 | str += row;
118 |
119 | if(mode == '0xf1'){
120 | hex += '0x' + ('00' + f1).slice(-2) + ',';
121 | }else{
122 | mode = '0xf1';
123 | hex += ' ' + mode + ', ' + '0x' + ('00' + f1).slice(-2) + ',';
124 | }
125 |
126 | }else if(f2 != -1){
127 | // 漢字
128 | var k = check_kanji_list(row);
129 |
130 | if(k){
131 | str += row;
132 | if(mode == '0xf2'){
133 | hex += '0x' + ('00' + k).slice(-2) + ',';
134 | }else{
135 | mode = '0xf2';
136 | hex += ' ' + mode + ', ' + '0x' + ('00' + k).slice(-2) + ',';
137 | }
138 | }
139 |
140 | }else{
141 | // 8x8 dot
142 | if(f0 == -1){
143 | var ex = char_exception_f0[row];
144 | if(!ex){
145 | f0 = false;
146 | }else{
147 | f0 = ex.toString(16);
148 | }
149 | }
150 |
151 | if(f0){
152 | str += row;
153 |
154 | if(mode == '0xf0'){
155 | hex += '0x' + ('00' + f0).slice(-2) + ',';
156 | }else{
157 | mode = '0xf0';
158 | if(hex==''){
159 | hex += mode + ', ' + '0x' + ('00' + f0).slice(-2) + ',';
160 | }else{
161 | hex += ' ' + mode + ', ' + '0x' + ('00' + f0).slice(-2) + ',';
162 | }
163 | }
164 | }else{
165 | error_list += row;
166 | }
167 | }
168 | }
169 |
170 | }else{
171 | flag = true;
172 |
173 | if(add_comment){
174 | list += '//' + str + '\n{ ' + hex + ' };\n';
175 | }else{
176 | list += '{ ' + hex + ' };\n';
177 | }
178 | hex = '';
179 | str = '';
180 | }
181 | }
182 |
183 | try{
184 | if(kanji_list.length <= kanji_list_max){
185 | $('#kanji_list_cnt').html('現在' + kanji_list.length + '文字');
186 | }else{
187 | var ext = kanji_list.length - kanji_list_max;
188 | $('#kanji_list_cnt').html("現在" + kanji_list.length + '文字、' + ext + '文字超過');
189 | }
190 | }catch(e){}
191 |
192 | $('#hex').val(list);
193 | $('#kanji_list').val(kanji_list);
194 | $('#error_list').val(error_list);
195 |
196 | function check_kanji_list(k){
197 | if(!kanji_list){
198 | kanji_list = k;
199 | }else if(kanji_list.indexOf(k) == -1){
200 | kanji_list += k;
201 | }
202 | return kanji_list.indexOf(k).toString(16);
203 | }
204 | }
205 |
206 | function check_kanji_list_cnt(){
207 | try{
208 | if(kanji_list.length > kanji_list_max){
209 | alert('漢字変換表の文字数を' + kanji_list_max + '文字以内にしてください');
210 | return false;
211 | }
212 | }catch(e){
213 | return false;
214 | }
215 | return true;
216 | }
--------------------------------------------------------------------------------
/JPLang8x8Text/misaki_font_f0.h:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8dot Japanese font for Arduboy
3 |
4 | convert misaki_gothic.png to hex.
5 | (Hiragana, Katakana and Symbol)
6 |
7 | Copyright (c) 2016 emutyworks
8 |
9 | -----------------------------------------------------
10 | Original: 8x8 dot Japanese font "Misaki font"
11 | http://littlelimit.net/misaki.htm
12 |
13 | These fonts are free softwares.
14 | Unlimited permission is granted to use, copy, and distribute it, with or without modification,
15 | either commercially and noncommercially.
16 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
17 |
18 | Copyright(C) 2002-2015 Num Kadoma
19 | */
20 | #ifndef MISAKI_FONT_F0_H
21 | #define MISAKI_FONT_F0_H
22 |
23 | PROGMEM const uint8_t misaki_font_f0[ MISAKI_FONT_F0_SIZE + 1 ][ MISAKI_FONT_F0_W ] =
24 | {
25 | { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 },/* 0x00 */
26 | { 0x20,0x40,0x00,0x00,0x00,0x00,0x00,0x00 },/* 0x01 、 */
27 | { 0x20,0x50,0x20,0x00,0x00,0x00,0x00,0x00 },/* 0x02 。 */
28 | { 0x50,0x30,0x00,0x00,0x00,0x00,0x00,0x00 },/* 0x03 , */
29 | { 0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00 },/* 0x04 . */
30 | { 0x00,0x00,0x18,0x18,0x00,0x00,0x00,0x00 },/* 0x05 ・ */
31 | { 0x00,0x00,0x36,0x36,0x00,0x00,0x00,0x00 },/* 0x06 : */
32 | { 0x00,0x00,0x56,0x36,0x00,0x00,0x00,0x00 },/* 0x07 ; */
33 | { 0x00,0x02,0x01,0x51,0x09,0x09,0x06,0x00 },/* 0x08 ? */
34 | { 0x00,0x00,0x00,0x5f,0x00,0x00,0x00,0x00 },/* 0x09 ! */
35 | { 0x00,0x00,0x00,0x00,0x7f,0x41,0x41,0x00 },/* 0x0A [ */
36 | { 0x41,0x41,0x7f,0x00,0x00,0x00,0x00,0x00 },/* 0x0B ] */
37 | { 0x00,0x00,0x00,0x3f,0x01,0x01,0x01,0x00 },/* 0x0C 「 */
38 | { 0x40,0x40,0x40,0x7e,0x00,0x00,0x00,0x00 },/* 0x0D 」 */
39 | { 0x00,0x00,0x3f,0x21,0x3d,0x05,0x07,0x00 },/* 0x0E 『 */
40 | { 0x70,0x50,0x5e,0x42,0x7e,0x00,0x00,0x00 },/* 0x0F 』 */
41 | { 0x00,0x00,0x00,0x00,0x7f,0x63,0x41,0x00 },/* 0x10 【 */
42 | { 0x41,0x63,0x7f,0x00,0x00,0x00,0x00,0x00 },/* 0x11 】 */
43 | { 0x08,0x08,0x08,0x7f,0x08,0x08,0x08,0x00 },/* 0x12 + */
44 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00 },/* 0x13 - */
45 | { 0x44,0x44,0x44,0x5f,0x44,0x44,0x44,0x00 },/* 0x14 ± */
46 | { 0x41,0x22,0x14,0x08,0x14,0x22,0x41,0x00 },/* 0x15 × */
47 | { 0x08,0x08,0x08,0x2a,0x08,0x08,0x08,0x00 },/* 0x16 ÷ */
48 | { 0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x00 },/* 0x17 = */
49 | { 0x14,0x34,0x14,0x1c,0x14,0x16,0x14,0x00 },/* 0x18 ≠ */
50 | { 0x08,0x08,0x14,0x14,0x14,0x22,0x22,0x00 },/* 0x19 < */
51 | { 0x22,0x22,0x14,0x14,0x14,0x08,0x08,0x00 },/* 0x1A > */
52 | { 0x02,0x05,0x02,0x3c,0x42,0x42,0x24,0x00 },/* 0x1B ℃ */
53 | { 0x00,0x2b,0x2c,0x78,0x2c,0x2b,0x00,0x00 },/* 0x1C ¥ */
54 | { 0x00,0x24,0x2a,0x7a,0x2f,0x2a,0x12,0x00 },/* 0x1D $ */
55 | { 0x00,0x1c,0x62,0x32,0x2e,0x23,0x14,0x00 },/* 0x1E ¢ */
56 | { 0x20,0x54,0x5e,0x25,0x41,0x42,0x20,0x00 },/* 0x1F £ */
57 | { 0x42,0x25,0x12,0x08,0x24,0x52,0x21,0x00 },/* 0x20 % */
58 | { 0x20,0x62,0x3e,0x63,0x3e,0x23,0x02,0x00 },/* 0x21 # */
59 | { 0x20,0x56,0x49,0x55,0x22,0x58,0x40,0x00 },/* 0x22 & */
60 | { 0x00,0x22,0x14,0x7f,0x14,0x22,0x00,0x00 },/* 0x23 * */
61 | { 0x1c,0x22,0x59,0x55,0x4d,0x12,0x0c,0x00 },/* 0x24 @ */
62 | { 0x00,0x00,0x4a,0x55,0x55,0x29,0x00,0x00 },/* 0x25 § */
63 | { 0x04,0x64,0x3c,0x17,0x3c,0x64,0x04,0x00 },/* 0x26 ☆ */
64 | { 0x04,0x64,0x3c,0x1f,0x3c,0x64,0x04,0x00 },/* 0x27 ★ */
65 | { 0x1c,0x22,0x41,0x41,0x41,0x22,0x1c,0x00 },/* 0x28 ○ */
66 | { 0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c,0x00 },/* 0x29 ● */
67 | { 0x1c,0x22,0x5d,0x55,0x5d,0x22,0x1c,0x00 },/* 0x2A ◎ */
68 | { 0x08,0x14,0x22,0x41,0x22,0x14,0x08,0x00 },/* 0x2B ◇ */
69 | { 0x08,0x1c,0x3e,0x7f,0x3e,0x1c,0x08,0x00 },/* 0x2C ◆ */
70 | { 0x7f,0x41,0x41,0x41,0x41,0x41,0x7f,0x00 },/* 0x2D □ */
71 | { 0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x00 },/* 0x2E ■ */
72 | { 0x40,0x70,0x4c,0x43,0x4c,0x70,0x40,0x00 },/* 0x2F △ */
73 | { 0x40,0x70,0x7c,0x7f,0x7c,0x70,0x40,0x00 },/* 0x30 ▲ */
74 | { 0x01,0x07,0x19,0x61,0x19,0x07,0x01,0x00 },/* 0x31 ▽ */
75 | { 0x01,0x07,0x1f,0x7f,0x1f,0x07,0x01,0x00 },/* 0x32 ▼ */
76 | { 0x49,0x22,0x14,0x49,0x14,0x22,0x49,0x00 },/* 0x33 ※ */
77 | { 0x05,0x05,0x05,0x7d,0x05,0x05,0x05,0x00 },/* 0x34 〒 */
78 | { 0x08,0x08,0x08,0x08,0x2a,0x1c,0x08,0x00 },/* 0x35 → */
79 | { 0x08,0x1c,0x2a,0x08,0x08,0x08,0x08,0x00 },/* 0x36 ← */
80 | { 0x00,0x04,0x02,0x7f,0x02,0x04,0x00,0x00 },/* 0x37 ↑ */
81 | { 0x00,0x10,0x20,0x7f,0x20,0x10,0x00,0x00 },/* 0x38 ↓ */
82 | { 0x00,0x3e,0x41,0x41,0x41,0x41,0x3e,0x00 },/* 0x39 0 */
83 | { 0x00,0x00,0x42,0x7f,0x40,0x00,0x00,0x00 },/* 0x3A 1 */
84 | { 0x00,0x62,0x51,0x51,0x49,0x49,0x46,0x00 },/* 0x3B 2 */
85 | { 0x00,0x22,0x41,0x49,0x49,0x49,0x36,0x00 },/* 0x3C 3 */
86 | { 0x00,0x30,0x28,0x24,0x22,0x7f,0x20,0x00 },/* 0x3D 4 */
87 | { 0x00,0x2f,0x45,0x45,0x45,0x45,0x39,0x00 },/* 0x3E 5 */
88 | { 0x00,0x3e,0x49,0x49,0x49,0x49,0x32,0x00 },/* 0x3F 6 */
89 | { 0x00,0x01,0x01,0x61,0x19,0x05,0x03,0x00 },/* 0x40 7 */
90 | { 0x00,0x36,0x49,0x49,0x49,0x49,0x36,0x00 },/* 0x41 8 */
91 | { 0x00,0x26,0x49,0x49,0x49,0x49,0x3e,0x00 },/* 0x42 9 */
92 | { 0x00,0x20,0x54,0x7e,0x34,0x14,0x60,0x00 },/* 0x43 ぁ */
93 | { 0x20,0x52,0x7f,0x2a,0x1a,0x4a,0x30,0x00 },/* 0x44 あ */
94 | { 0x00,0x3c,0x40,0x20,0x04,0x18,0x00,0x00 },/* 0x45 ぃ */
95 | { 0x1e,0x20,0x40,0x20,0x02,0x04,0x18,0x00 },/* 0x46 い */
96 | { 0x00,0x10,0x4a,0x4a,0x2a,0x10,0x00,0x00 },/* 0x47 ぅ */
97 | { 0x00,0x08,0x45,0x45,0x45,0x25,0x18,0x00 },/* 0x48 う */
98 | { 0x00,0x48,0x2a,0x3a,0x4a,0x40,0x00,0x00 },/* 0x49 ぇ */
99 | { 0x00,0x44,0x25,0x15,0x3d,0x45,0x40,0x00 },/* 0x4A え */
100 | { 0x00,0x24,0x7e,0x14,0x50,0x24,0x00,0x00 },/* 0x4B ぉ */
101 | { 0x22,0x52,0x7f,0x0a,0x48,0x4a,0x34,0x00 },/* 0x4C お */
102 | { 0x44,0x34,0x4f,0x44,0x38,0x04,0x18,0x00 },/* 0x4D か */
103 | { 0x44,0x34,0x4f,0x44,0x39,0x04,0x19,0x00 },/* 0x4E が */
104 | { 0x00,0x2a,0x5a,0x4b,0x4e,0x5a,0x08,0x00 },/* 0x4F き */
105 | { 0x00,0x2a,0x5a,0x4b,0x4e,0x5b,0x08,0x00 },/* 0x50 ぎ */
106 | { 0x00,0x08,0x14,0x14,0x22,0x41,0x00,0x00 },/* 0x51 く */
107 | { 0x00,0x08,0x14,0x14,0x22,0x45,0x04,0x00 },/* 0x52 ぐ */
108 | { 0x3f,0x00,0x04,0x44,0x3f,0x04,0x04,0x00 },/* 0x53 け */
109 | { 0x3f,0x00,0x04,0x44,0x3f,0x04,0x05,0x00 },/* 0x54 げ */
110 | { 0x00,0x20,0x52,0x42,0x42,0x42,0x40,0x00 },/* 0x55 こ */
111 | { 0x00,0x20,0x52,0x42,0x43,0x42,0x41,0x00 },/* 0x56 ご */
112 | { 0x00,0x24,0x54,0x44,0x47,0x5c,0x04,0x00 },/* 0x57 さ */
113 | { 0x00,0x24,0x54,0x44,0x47,0x5c,0x05,0x00 },/* 0x58 ざ */
114 | { 0x00,0x00,0x3f,0x40,0x40,0x40,0x20,0x00 },/* 0x59 し */
115 | { 0x00,0x00,0x3f,0x40,0x41,0x40,0x21,0x00 },/* 0x5A じ */
116 | { 0x02,0x02,0x0a,0x56,0x3f,0x02,0x02,0x00 },/* 0x5B す */
117 | { 0x02,0x02,0x0a,0x56,0x3f,0x02,0x03,0x00 },/* 0x5C ず */
118 | { 0x04,0x04,0x3f,0x44,0x54,0x5f,0x44,0x00 },/* 0x5D せ */
119 | { 0x04,0x04,0x3f,0x44,0x54,0x5f,0x45,0x00 },/* 0x5E ぜ */
120 | { 0x00,0x08,0x09,0x3d,0x4b,0x49,0x08,0x00 },/* 0x5F そ */
121 | { 0x00,0x08,0x09,0x3d,0x4b,0x49,0x0a,0x00 },/* 0x60 ぞ */
122 | { 0x42,0x3a,0x07,0x22,0x54,0x44,0x44,0x00 },/* 0x61 た */
123 | { 0x42,0x3a,0x07,0x22,0x55,0x44,0x45,0x00 },/* 0x62 だ */
124 | { 0x00,0x02,0x12,0x4e,0x4b,0x4a,0x32,0x00 },/* 0x63 ち */
125 | { 0x00,0x02,0x12,0x4e,0x4b,0x4a,0x33,0x00 },/* 0x64 ぢ */
126 | { 0x00,0x10,0x10,0x48,0x48,0x30,0x00,0x00 },/* 0x65 っ */
127 | { 0x04,0x04,0x02,0x22,0x22,0x22,0x1c,0x00 },/* 0x66 つ */
128 | { 0x04,0x04,0x02,0x22,0x23,0x22,0x1d,0x00 },/* 0x67 づ */
129 | { 0x00,0x02,0x02,0x1a,0x25,0x43,0x41,0x00 },/* 0x68 て */
130 | { 0x00,0x02,0x02,0x1a,0x25,0x43,0x45,0x00 },/* 0x69 で */
131 | { 0x00,0x20,0x57,0x48,0x48,0x44,0x44,0x00 },/* 0x6A と */
132 | { 0x00,0x20,0x57,0x48,0x49,0x44,0x45,0x00 },/* 0x6B ど */
133 | { 0x12,0x0a,0x27,0x52,0x50,0x3a,0x24,0x00 },/* 0x6C な */
134 | { 0x7f,0x00,0x20,0x52,0x42,0x42,0x40,0x00 },/* 0x6D に */
135 | { 0x30,0x4e,0x38,0x54,0x0f,0x64,0x78,0x00 },/* 0x6E ぬ */
136 | { 0x24,0x14,0x7f,0x04,0x22,0x52,0x3c,0x00 },/* 0x6F ね */
137 | { 0x18,0x24,0x12,0x4e,0x42,0x24,0x18,0x00 },/* 0x70 の */
138 | { 0x7f,0x00,0x24,0x54,0x54,0x3f,0x44,0x00 },/* 0x71 は */
139 | { 0x7f,0x00,0x24,0x54,0x54,0x3f,0x45,0x00 },/* 0x72 ば */
140 | { 0x7f,0x00,0x24,0x54,0x56,0x3d,0x46,0x00 },/* 0x73 ぱ */
141 | { 0x02,0x3a,0x47,0x40,0x41,0x3e,0x04,0x00 },/* 0x74 ひ */
142 | { 0x02,0x3a,0x47,0x40,0x41,0x3e,0x05,0x00 },/* 0x75 び */
143 | { 0x02,0x3a,0x47,0x40,0x43,0x3d,0x06,0x00 },/* 0x76 ぴ */
144 | { 0x40,0x30,0x40,0x4d,0x32,0x10,0x60,0x00 },/* 0x77 ふ */
145 | { 0x40,0x30,0x40,0x4d,0x32,0x11,0x61,0x00 },/* 0x78 ぶ */
146 | { 0x40,0x30,0x40,0x4d,0x32,0x15,0x62,0x00 },/* 0x79 ぷ */
147 | { 0x08,0x04,0x02,0x04,0x08,0x10,0x10,0x00 },/* 0x7A へ */
148 | { 0x08,0x04,0x02,0x04,0x09,0x10,0x11,0x00 },/* 0x7B べ */
149 | { 0x08,0x04,0x02,0x04,0x0a,0x15,0x12,0x00 },/* 0x7C ぺ */
150 | { 0x7f,0x00,0x6a,0x6a,0x7e,0x2a,0x4a,0x00 },/* 0x7D ほ */
151 | { 0x7f,0x00,0x6a,0x6a,0x7f,0x2a,0x4b,0x00 },/* 0x7E ぼ */
152 | { 0x7f,0x00,0x6a,0x6a,0x7e,0x2d,0x4a,0x00 },/* 0x7F ぽ */
153 | { 0x00,0x6a,0x6a,0x6a,0x7f,0x2a,0x4a,0x00 },/* 0x80 ま */
154 | { 0x30,0x29,0x1d,0x4b,0x48,0x3c,0x10,0x00 },/* 0x81 み */
155 | { 0x12,0x2a,0x7f,0x42,0x40,0x42,0x24,0x00 },/* 0x82 む */
156 | { 0x30,0x4e,0x38,0x54,0x0f,0x44,0x38,0x00 },/* 0x83 め */
157 | { 0x00,0x0a,0x3e,0x4b,0x4a,0x4a,0x30,0x00 },/* 0x84 も */
158 | { 0x00,0x08,0x0e,0x38,0x46,0x14,0x08,0x00 },/* 0x85 ゃ */
159 | { 0x04,0x07,0x1c,0x62,0x03,0x0a,0x04,0x00 },/* 0x86 や */
160 | { 0x00,0x1c,0x48,0x3e,0x24,0x18,0x00,0x00 },/* 0x87 ゅ */
161 | { 0x1e,0x04,0x52,0x3f,0x12,0x12,0x0c,0x00 },/* 0x88 ゆ */
162 | { 0x00,0x20,0x50,0x50,0x3e,0x48,0x00,0x00 },/* 0x89 ょ */
163 | { 0x00,0x20,0x50,0x50,0x3f,0x24,0x44,0x00 },/* 0x8A よ */
164 | { 0x00,0x1c,0x51,0x49,0x4a,0x48,0x30,0x00 },/* 0x8B ら */
165 | { 0x00,0x0f,0x42,0x41,0x21,0x1e,0x00,0x00 },/* 0x8C り */
166 | { 0x00,0x10,0x69,0x6d,0x4b,0x49,0x30,0x00 },/* 0x8D る */
167 | { 0x24,0x14,0x7f,0x04,0x02,0x3e,0x40,0x00 },/* 0x8E れ */
168 | { 0x00,0x10,0x49,0x4d,0x4b,0x49,0x30,0x00 },/* 0x8F ろ */
169 | { 0x00,0x28,0x18,0x7e,0x08,0x44,0x38,0x00 },/* 0x90 ゎ */
170 | { 0x24,0x14,0x7f,0x04,0x42,0x42,0x3c,0x00 },/* 0x91 わ */
171 | { 0x30,0x49,0x25,0x1f,0x24,0x54,0x38,0x00 },/* 0x92 ゐ */
172 | { 0x40,0x28,0x25,0x57,0x35,0x28,0x40,0x00 },/* 0x93 ゑ */
173 | { 0x10,0x0a,0x2e,0x5b,0x72,0x4a,0x48,0x00 },/* 0x94 を */
174 | { 0x40,0x30,0x0c,0x33,0x40,0x40,0x20,0x00 },/* 0x95 ん */
175 | { 0x00,0x04,0x44,0x3c,0x14,0x0c,0x00,0x00 },/* 0x96 ァ */
176 | { 0x00,0x01,0x41,0x3d,0x09,0x05,0x03,0x00 },/* 0x97 ア */
177 | { 0x00,0x20,0x20,0x10,0x78,0x04,0x00,0x00 },/* 0x98 ィ */
178 | { 0x00,0x10,0x10,0x08,0x7c,0x02,0x01,0x00 },/* 0x99 イ */
179 | { 0x00,0x18,0x48,0x4c,0x28,0x18,0x00,0x00 },/* 0x9A ゥ */
180 | { 0x00,0x06,0x42,0x43,0x22,0x12,0x0e,0x00 },/* 0x9B ウ */
181 | { 0x00,0x40,0x48,0x78,0x48,0x40,0x00,0x00 },/* 0x9C ェ */
182 | { 0x20,0x22,0x22,0x3e,0x22,0x22,0x20,0x00 },/* 0x9D エ */
183 | { 0x00,0x28,0x28,0x58,0x7c,0x08,0x00,0x00 },/* 0x9E ォ */
184 | { 0x22,0x22,0x12,0x4a,0x7f,0x02,0x02,0x00 },/* 0x9F オ */
185 | { 0x00,0x42,0x22,0x1f,0x02,0x42,0x7e,0x00 },/* 0xA0 カ */
186 | { 0x00,0x42,0x22,0x1f,0x02,0x42,0x7f,0x00 },/* 0xA1 ガ */
187 | { 0x00,0x12,0x12,0x1f,0x72,0x12,0x10,0x00 },/* 0xA2 キ */
188 | { 0x00,0x12,0x12,0x1f,0x72,0x13,0x10,0x00 },/* 0xA3 ギ */
189 | { 0x00,0x08,0x44,0x43,0x22,0x12,0x0e,0x00 },/* 0xA4 ク */
190 | { 0x00,0x08,0x44,0x43,0x22,0x12,0x0f,0x00 },/* 0xA5 グ */
191 | { 0x08,0x07,0x42,0x22,0x1e,0x02,0x02,0x00 },/* 0xA6 ケ */
192 | { 0x08,0x07,0x42,0x22,0x1f,0x02,0x03,0x00 },/* 0xA7 ゲ */
193 | { 0x00,0x42,0x42,0x42,0x42,0x42,0x7e,0x00 },/* 0xA8 コ */
194 | { 0x00,0x42,0x42,0x42,0x43,0x42,0x7f,0x00 },/* 0xA9 ゴ */
195 | { 0x02,0x02,0x4f,0x42,0x22,0x1f,0x02,0x00 },/* 0xAA サ */
196 | { 0x02,0x02,0x4f,0x42,0x23,0x1e,0x03,0x00 },/* 0xAB ザ */
197 | { 0x00,0x45,0x4a,0x40,0x20,0x10,0x0c,0x00 },/* 0xAC シ */
198 | { 0x00,0x45,0x4a,0x40,0x21,0x10,0x0d,0x00 },/* 0xAD ジ */
199 | { 0x40,0x42,0x22,0x22,0x1a,0x26,0x40,0x00 },/* 0xAE ス */
200 | { 0x40,0x42,0x22,0x22,0x1b,0x26,0x41,0x00 },/* 0xAF ズ */
201 | { 0x04,0x04,0x3f,0x44,0x44,0x54,0x4c,0x00 },/* 0xB0 セ */
202 | { 0x04,0x04,0x3f,0x44,0x45,0x54,0x4d,0x00 },/* 0xB1 ゼ */
203 | { 0x00,0x01,0x46,0x40,0x20,0x10,0x0f,0x00 },/* 0xB2 ソ */
204 | { 0x00,0x01,0x46,0x40,0x20,0x11,0x0f,0x00 },/* 0xB3 ゾ */
205 | { 0x00,0x08,0x44,0x4b,0x2a,0x12,0x0e,0x00 },/* 0xB4 タ */
206 | { 0x00,0x08,0x44,0x4b,0x2a,0x12,0x0f,0x00 },/* 0xB5 ダ */
207 | { 0x08,0x0a,0x4a,0x3e,0x09,0x09,0x08,0x00 },/* 0xB6 チ */
208 | { 0x08,0x0a,0x4a,0x3e,0x09,0x08,0x09,0x00 },/* 0xB7 ヂ */
209 | { 0x00,0x18,0x40,0x58,0x20,0x18,0x00,0x00 },/* 0xB8 ッ */
210 | { 0x02,0x0c,0x42,0x4c,0x20,0x10,0x0e,0x00 },/* 0xB9 ツ */
211 | { 0x02,0x0c,0x42,0x4c,0x21,0x10,0x0d,0x00 },/* 0xBA ヅ */
212 | { 0x04,0x05,0x45,0x3d,0x05,0x05,0x04,0x00 },/* 0xBB テ */
213 | { 0x04,0x05,0x45,0x3d,0x05,0x04,0x05,0x00 },/* 0xBC デ */
214 | { 0x00,0x00,0x7f,0x08,0x08,0x10,0x00,0x00 },/* 0xBD ト */
215 | { 0x00,0x00,0x7f,0x08,0x09,0x10,0x01,0x00 },/* 0xBE ド */
216 | { 0x04,0x44,0x24,0x1f,0x04,0x04,0x04,0x00 },/* 0xBF ナ */
217 | { 0x20,0x22,0x22,0x22,0x22,0x22,0x20,0x00 },/* 0xC0 ニ */
218 | { 0x40,0x41,0x25,0x15,0x19,0x27,0x00,0x00 },/* 0xC1 ヌ */
219 | { 0x20,0x22,0x12,0x7b,0x06,0x12,0x20,0x00 },/* 0xC2 ネ */
220 | { 0x40,0x40,0x20,0x10,0x08,0x07,0x00,0x00 },/* 0xC3 ノ */
221 | { 0x40,0x30,0x0e,0x00,0x02,0x0c,0x70,0x00 },/* 0xC4 ハ */
222 | { 0x40,0x30,0x0e,0x00,0x02,0x0d,0x71,0x00 },/* 0xC5 バ */
223 | { 0x40,0x30,0x0e,0x00,0x02,0x0d,0x72,0x00 },/* 0xC6 パ */
224 | { 0x00,0x3f,0x48,0x48,0x48,0x44,0x44,0x00 },/* 0xC7 ヒ */
225 | { 0x00,0x3f,0x48,0x48,0x49,0x44,0x45,0x00 },/* 0xC8 ビ */
226 | { 0x00,0x3f,0x48,0x48,0x4a,0x45,0x46,0x00 },/* 0xC9 ピ */
227 | { 0x00,0x02,0x42,0x42,0x22,0x12,0x0e,0x00 },/* 0xCA フ */
228 | { 0x00,0x02,0x42,0x42,0x23,0x12,0x0f,0x00 },/* 0xCB ブ */
229 | { 0x00,0x02,0x42,0x42,0x22,0x15,0x0e,0x00 },/* 0xCC プ */
230 | { 0x08,0x04,0x02,0x04,0x08,0x10,0x20,0x00 },/* 0xCD ヘ */
231 | { 0x08,0x04,0x02,0x04,0x09,0x10,0x21,0x00 },/* 0xCE ベ */
232 | { 0x08,0x04,0x02,0x04,0x0a,0x15,0x22,0x00 },/* 0xCF ペ */
233 | { 0x24,0x14,0x44,0x7f,0x04,0x14,0x24,0x00 },/* 0xD0 ホ */
234 | { 0x24,0x14,0x44,0x7f,0x05,0x14,0x25,0x00 },/* 0xD1 ボ */
235 | { 0x24,0x14,0x44,0x7f,0x06,0x15,0x22,0x00 },/* 0xD2 ポ */
236 | { 0x02,0x02,0x12,0x22,0x52,0x0a,0x06,0x00 },/* 0xD3 マ */
237 | { 0x00,0x21,0x25,0x29,0x4a,0x42,0x00,0x00 },/* 0xD4 ミ */
238 | { 0x40,0x70,0x4c,0x43,0x50,0x20,0x40,0x00 },/* 0xD5 ム */
239 | { 0x40,0x44,0x24,0x14,0x08,0x37,0x00,0x00 },/* 0xD6 メ */
240 | { 0x00,0x08,0x09,0x3f,0x49,0x49,0x48,0x00 },/* 0xD7 モ */
241 | { 0x00,0x10,0x1c,0x68,0x08,0x18,0x00,0x00 },/* 0xD8 ャ */
242 | { 0x04,0x04,0x0f,0x74,0x02,0x0a,0x06,0x00 },/* 0xD9 ヤ */
243 | { 0x00,0x40,0x48,0x48,0x78,0x40,0x00,0x00 },/* 0xDA ュ */
244 | { 0x20,0x22,0x22,0x22,0x3e,0x20,0x20,0x00 },/* 0xDB ユ */
245 | { 0x00,0x00,0x44,0x54,0x54,0x7c,0x00,0x00 },/* 0xDC ョ */
246 | { 0x00,0x42,0x4a,0x4a,0x4a,0x4a,0x7e,0x00 },/* 0xDD ヨ */
247 | { 0x00,0x04,0x45,0x45,0x25,0x15,0x0c,0x00 },/* 0xDE ラ */
248 | { 0x00,0x0f,0x40,0x40,0x20,0x1f,0x00,0x00 },/* 0xDF リ */
249 | { 0x40,0x20,0x1e,0x00,0x7f,0x20,0x10,0x00 },/* 0xE0 ル */
250 | { 0x00,0x00,0x7f,0x40,0x20,0x10,0x08,0x00 },/* 0xE1 レ */
251 | { 0x00,0x7e,0x42,0x42,0x42,0x42,0x7e,0x00 },/* 0xE2 ロ */
252 | { 0x00,0x0c,0x44,0x44,0x24,0x1c,0x00,0x00 },/* 0xE3 ヮ */
253 | { 0x00,0x06,0x42,0x42,0x22,0x12,0x0e,0x00 },/* 0xE4 ワ */
254 | { 0x10,0x12,0x1e,0x12,0x12,0x7f,0x12,0x00 },/* 0xE5 ヰ */
255 | { 0x20,0x22,0x22,0x3a,0x26,0x22,0x20,0x00 },/* 0xE6 ヱ */
256 | { 0x00,0x01,0x45,0x45,0x25,0x15,0x0f,0x00 },/* 0xE7 ヲ */
257 | { 0x00,0x41,0x42,0x40,0x20,0x10,0x0c,0x00 },/* 0xE8 ン */
258 | { 0x00,0x06,0x42,0x43,0x22,0x12,0x0f,0x00 },/* 0xE9 ヴ */
259 | { 0x00,0x48,0x28,0x1c,0x48,0x78,0x00,0x00 },/* 0xEA ヵ */
260 | { 0x00,0x10,0x0c,0x48,0x38,0x08,0x00,0x00 },/* 0xEB ヶ */
261 | { 0x08,0x04,0x04,0x08,0x10,0x10,0x08,0x00 },/* 0xEC 〜 */
262 | { 0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00 },/* 0xED … */
263 | { 0x04,0x08,0x08,0x08,0x08,0x08,0x08,0x00 },/* 0xEE ー */
264 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08 },/* 0xEF ― */
265 | };
266 |
267 | #endif
268 |
269 |
--------------------------------------------------------------------------------
/convert_png_to_hex/misaki_gothic_non_Kanji_list.txt:
--------------------------------------------------------------------------------
1 | /*
2 | 8x8dot Japanese font for Arduboy
3 |
4 | convert misaki_gothic.png to hex.
5 | (Hiragana, Katakana and Symbol)
6 |
7 | Copyright (c) 2016 emutyworks
8 |
9 | -----------------------------------------------------
10 | Original: 8x8 dot Japanese font "Misaki font"
11 | http://littlelimit.net/misaki.htm
12 |
13 | These fonts are free softwares.
14 | Unlimited permission is granted to use, copy, and distribute it, with or without modification,
15 | either commercially and noncommercially.
16 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
17 |
18 | Copyright(C) 2002-2015 Num Kadoma
19 | */
20 |
21 | 下記は「misaki_gothic.png」から漢字以外をhex変換した一覧です。
22 |
23 | f0_misaki_gothic.php
24 | に定義されてない文字を使いたいときは下記から入れ替えてください。
25 |
26 | { 0x20,0x40,0x00,0x00,0x00,0x00,0x00,0x00 },/* 、 */
27 | { 0x20,0x50,0x20,0x00,0x00,0x00,0x00,0x00 },/* 。 */
28 | { 0x50,0x30,0x00,0x00,0x00,0x00,0x00,0x00 },/* , */
29 | { 0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00 },/* . */
30 | { 0x00,0x00,0x18,0x18,0x00,0x00,0x00,0x00 },/* ・ */
31 | { 0x00,0x00,0x36,0x36,0x00,0x00,0x00,0x00 },/* : */
32 | { 0x00,0x00,0x56,0x36,0x00,0x00,0x00,0x00 },/* ; */
33 | { 0x00,0x02,0x01,0x51,0x09,0x09,0x06,0x00 },/* ? */
34 | { 0x00,0x00,0x00,0x5f,0x00,0x00,0x00,0x00 },/* ! */
35 | { 0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00 },/* ゛ */
36 | { 0x02,0x05,0x02,0x00,0x00,0x00,0x00,0x00 },/* ゜ */
37 | { 0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x00 },/* ´ */
38 | { 0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00 },/* ` */
39 | { 0x00,0x00,0x01,0x00,0x01,0x00,0x00,0x00 },/* ¨ */
40 | { 0x00,0x00,0x02,0x01,0x02,0x00,0x00,0x00 },/* ^ */
41 | { 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00 },/*  ̄ */
42 | { 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x00 },/* _ */
43 | { 0x00,0x00,0x04,0x08,0x30,0x00,0x00,0x00 },/* ヽ */
44 | { 0x00,0x00,0x04,0x08,0x31,0x00,0x01,0x00 },/* ヾ */
45 | { 0x00,0x00,0x22,0x24,0x18,0x10,0x00,0x00 },/* ゝ */
46 | { 0x00,0x00,0x22,0x24,0x19,0x10,0x01,0x00 },/* ゞ */
47 | { 0x00,0x20,0x1c,0x00,0x20,0x1c,0x00,0x00 },/* 〃 */
48 | { 0x44,0x4c,0x4a,0x79,0x4a,0x4c,0x44,0x00 },/* 仝 */
49 | { 0x10,0x08,0x16,0x24,0x54,0x0c,0x00,0x00 },/* 々 */
50 | { 0x78,0x24,0x12,0x0a,0x04,0x1a,0x01,0x00 },/* 〆 */
51 | { 0x18,0x24,0x42,0x42,0x42,0x24,0x18,0x00 },/* 〇 */
52 | { 0x04,0x08,0x08,0x08,0x08,0x08,0x08,0x00 },/* ー */
53 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08 },/* ― */
54 | { 0x00,0x00,0x00,0x08,0x08,0x00,0x00,0x00 },/* ‐ */
55 | { 0x40,0x20,0x10,0x08,0x04,0x02,0x01,0x00 },/* / */
56 | { 0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x00 },/* \ */
57 | { 0x08,0x04,0x04,0x08,0x10,0x10,0x08,0x00 },/* 〜 */
58 | { 0x00,0x00,0x7f,0x00,0x7f,0x00,0x00,0x00 },/* ∥ */
59 | { 0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x00 },/* | */
60 | { 0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00 },/* … */
61 | { 0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00 },/* ‥ */
62 | { 0x00,0x00,0x00,0x00,0x00,0x06,0x05,0x00 },/* ‘ */
63 | { 0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00 },/* ’ */
64 | { 0x00,0x00,0x06,0x05,0x00,0x06,0x05,0x00 },/* “ */
65 | { 0x05,0x03,0x00,0x05,0x03,0x00,0x00,0x00 },/* ” */
66 | { 0x00,0x00,0x00,0x00,0x1c,0x22,0x41,0x00 },/* ( */
67 | { 0x41,0x22,0x1c,0x00,0x00,0x00,0x00,0x00 },/* ) */
68 | { 0x00,0x00,0x00,0x3e,0x22,0x41,0x41,0x00 },/* 〔 */
69 | { 0x41,0x41,0x22,0x3e,0x00,0x00,0x00,0x00 },/* 〕 */
70 | { 0x00,0x00,0x00,0x00,0x7f,0x41,0x41,0x00 },/* [ */
71 | { 0x41,0x41,0x7f,0x00,0x00,0x00,0x00,0x00 },/* ] */
72 | { 0x00,0x00,0x00,0x08,0x36,0x41,0x41,0x00 },/* { */
73 | { 0x41,0x41,0x36,0x08,0x00,0x00,0x00,0x00 },/* } */
74 | { 0x00,0x00,0x00,0x08,0x14,0x22,0x41,0x00 },/* 〈 */
75 | { 0x41,0x22,0x14,0x08,0x00,0x00,0x00,0x00 },/* 〉 */
76 | { 0x00,0x08,0x14,0x2a,0x55,0x22,0x41,0x00 },/* 《 */
77 | { 0x41,0x22,0x55,0x2a,0x14,0x08,0x00,0x00 },/* 》 */
78 | { 0x00,0x00,0x00,0x3f,0x01,0x01,0x01,0x00 },/* 「 */
79 | { 0x40,0x40,0x40,0x7e,0x00,0x00,0x00,0x00 },/* 」 */
80 | { 0x00,0x00,0x3f,0x21,0x3d,0x05,0x07,0x00 },/* 『 */
81 | { 0x70,0x50,0x5e,0x42,0x7e,0x00,0x00,0x00 },/* 』 */
82 | { 0x00,0x00,0x00,0x00,0x7f,0x63,0x41,0x00 },/* 【 */
83 | { 0x41,0x63,0x7f,0x00,0x00,0x00,0x00,0x00 },/* 】 */
84 | { 0x08,0x08,0x08,0x7f,0x08,0x08,0x08,0x00 },/* + */
85 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00 },/* - */
86 | { 0x44,0x44,0x44,0x5f,0x44,0x44,0x44,0x00 },/* ± */
87 | { 0x41,0x22,0x14,0x08,0x14,0x22,0x41,0x00 },/* × */
88 | { 0x08,0x08,0x08,0x2a,0x08,0x08,0x08,0x00 },/* ÷ */
89 | { 0x14,0x14,0x14,0x14,0x14,0x14,0x14,0x00 },/* = */
90 | { 0x14,0x34,0x14,0x1c,0x14,0x16,0x14,0x00 },/* ≠ */
91 | { 0x08,0x08,0x14,0x14,0x14,0x22,0x22,0x00 },/* < */
92 | { 0x22,0x22,0x14,0x14,0x14,0x08,0x08,0x00 },/* > */
93 | { 0x44,0x44,0x4a,0x4a,0x4a,0x51,0x51,0x00 },/* ≦ */
94 | { 0x51,0x51,0x4a,0x4a,0x4a,0x44,0x44,0x00 },/* ≧ */
95 | { 0x1c,0x22,0x22,0x1c,0x22,0x22,0x1c,0x00 },/* ∞ */
96 | { 0x00,0x20,0x00,0x02,0x00,0x20,0x00,0x00 },/* ∴ */
97 | { 0x30,0x48,0x48,0x39,0x05,0x03,0x0f,0x00 },/* ♂ */
98 | { 0x00,0x26,0x29,0x79,0x29,0x26,0x00,0x00 },/* ♀ */
99 | { 0x02,0x05,0x02,0x00,0x00,0x00,0x00,0x00 },/* ° */
100 | { 0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x00 },/* ′ */
101 | { 0x04,0x03,0x04,0x03,0x00,0x00,0x00,0x00 },/* ″ */
102 | { 0x02,0x05,0x02,0x3c,0x42,0x42,0x24,0x00 },/* ℃ */
103 | { 0x00,0x2b,0x2c,0x78,0x2c,0x2b,0x00,0x00 },/* ¥ */
104 | { 0x00,0x24,0x2a,0x7a,0x2f,0x2a,0x12,0x00 },/* $ */
105 | { 0x00,0x1c,0x62,0x32,0x2e,0x23,0x14,0x00 },/* ¢ */
106 | { 0x20,0x54,0x5e,0x25,0x41,0x42,0x20,0x00 },/* £ */
107 | { 0x42,0x25,0x12,0x08,0x24,0x52,0x21,0x00 },/* % */
108 | { 0x20,0x62,0x3e,0x63,0x3e,0x23,0x02,0x00 },/* # */
109 | { 0x20,0x56,0x49,0x55,0x22,0x58,0x40,0x00 },/* & */
110 | { 0x00,0x22,0x14,0x7f,0x14,0x22,0x00,0x00 },/* * */
111 | { 0x1c,0x22,0x59,0x55,0x4d,0x12,0x0c,0x00 },/* @ */
112 | { 0x00,0x00,0x4a,0x55,0x55,0x29,0x00,0x00 },/* § */
113 | { 0x04,0x64,0x3c,0x17,0x3c,0x64,0x04,0x00 },/* ☆ */
114 | { 0x04,0x64,0x3c,0x1f,0x3c,0x64,0x04,0x00 },/* ★ */
115 | { 0x1c,0x22,0x41,0x41,0x41,0x22,0x1c,0x00 },/* ○ */
116 | { 0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c,0x00 },/* ● */
117 | { 0x1c,0x22,0x5d,0x55,0x5d,0x22,0x1c,0x00 },/* ◎ */
118 | { 0x08,0x14,0x22,0x41,0x22,0x14,0x08,0x00 },/* ◇ */
119 | { 0x08,0x1c,0x3e,0x7f,0x3e,0x1c,0x08,0x00 },/* ◆ */
120 | { 0x7f,0x41,0x41,0x41,0x41,0x41,0x7f,0x00 },/* □ */
121 | { 0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x00 },/* ■ */
122 | { 0x40,0x70,0x4c,0x43,0x4c,0x70,0x40,0x00 },/* △ */
123 | { 0x40,0x70,0x7c,0x7f,0x7c,0x70,0x40,0x00 },/* ▲ */
124 | { 0x01,0x07,0x19,0x61,0x19,0x07,0x01,0x00 },/* ▽ */
125 | { 0x01,0x07,0x1f,0x7f,0x1f,0x07,0x01,0x00 },/* ▼ */
126 | { 0x49,0x22,0x14,0x49,0x14,0x22,0x49,0x00 },/* ※ */
127 | { 0x05,0x05,0x05,0x7d,0x05,0x05,0x05,0x00 },/* 〒 */
128 | { 0x08,0x08,0x08,0x08,0x2a,0x1c,0x08,0x00 },/* → */
129 | { 0x08,0x1c,0x2a,0x08,0x08,0x08,0x08,0x00 },/* ← */
130 | { 0x00,0x04,0x02,0x7f,0x02,0x04,0x00,0x00 },/* ↑ */
131 | { 0x00,0x10,0x20,0x7f,0x20,0x10,0x00,0x00 },/* ↓ */
132 | { 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x00 },/* 〓 */
133 | { 0x00,0x1c,0x2a,0x2a,0x2a,0x2a,0x2a,0x00 },/* ∈ */
134 | { 0x00,0x2a,0x2a,0x2a,0x2a,0x2a,0x1c,0x00 },/* ∋ */
135 | { 0x00,0x4e,0x51,0x51,0x51,0x51,0x51,0x00 },/* ⊆ */
136 | { 0x00,0x51,0x51,0x51,0x51,0x51,0x4e,0x00 },/* ⊇ */
137 | { 0x00,0x1c,0x22,0x22,0x22,0x22,0x22,0x00 },/* ⊂ */
138 | { 0x00,0x22,0x22,0x22,0x22,0x22,0x1c,0x00 },/* ⊃ */
139 | { 0x00,0x1f,0x20,0x20,0x20,0x20,0x1f,0x00 },/* ∪ */
140 | { 0x00,0x7c,0x02,0x02,0x02,0x02,0x7c,0x00 },/* ∩ */
141 | { 0x40,0x30,0x0c,0x03,0x0c,0x30,0x40,0x00 },/* ∧ */
142 | { 0x01,0x06,0x18,0x60,0x18,0x06,0x01,0x00 },/* ∨ */
143 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x38,0x00 },/* ¬ */
144 | { 0x14,0x14,0x14,0x14,0x36,0x14,0x08,0x00 },/* ⇒ */
145 | { 0x08,0x14,0x36,0x14,0x36,0x14,0x08,0x00 },/* ⇔ */
146 | { 0x03,0x0c,0x34,0x44,0x34,0x0c,0x03,0x00 },/* ∀ */
147 | { 0x00,0x49,0x49,0x49,0x49,0x49,0x7f,0x00 },/* ∃ */
148 | { 0x00,0x40,0x60,0x50,0x48,0x44,0x42,0x00 },/* ∠ */
149 | { 0x40,0x40,0x40,0x7e,0x40,0x40,0x40,0x00 },/* ⊥ */
150 | { 0x02,0x01,0x01,0x01,0x01,0x01,0x02,0x00 },/* ⌒ */
151 | { 0x00,0x30,0x4a,0x49,0x31,0x0e,0x00,0x00 },/* ∂ */
152 | { 0x03,0x0d,0x31,0x41,0x31,0x0d,0x03,0x00 },/* ∇ */
153 | { 0x00,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x00 },/* ≡ */
154 | { 0x14,0x15,0x14,0x14,0x14,0x54,0x14,0x00 },/* ≒ */
155 | { 0x08,0x14,0x22,0x08,0x14,0x22,0x00,0x00 },/* ≪ */
156 | { 0x00,0x22,0x14,0x08,0x22,0x14,0x08,0x00 },/* ≫ */
157 | { 0x10,0x70,0x1c,0x03,0x01,0x01,0x01,0x00 },/* √ */
158 | { 0x1c,0x22,0x20,0x1c,0x02,0x22,0x1c,0x00 },/* ∽ */
159 | { 0x1c,0x22,0x22,0x1c,0x22,0x22,0x14,0x00 },/* ∝ */
160 | { 0x00,0x02,0x00,0x20,0x00,0x02,0x00,0x00 },/* ∵ */
161 | { 0x00,0x00,0x46,0x49,0x31,0x00,0x00,0x00 },/* ∫ */
162 | { 0x00,0x46,0x49,0x31,0x46,0x49,0x31,0x00 },/* ∬ */
163 | { 0x40,0x30,0x2a,0x25,0x2a,0x30,0x40,0x00 },/* Å */
164 | { 0x22,0x15,0x2a,0x54,0x22,0x51,0x20,0x00 },/* ‰ */
165 | { 0x00,0x28,0x7e,0x14,0x14,0x3f,0x0a,0x00 },/* ♯ */
166 | { 0x00,0x00,0x7f,0x48,0x24,0x18,0x00,0x00 },/* ♭ */
167 | { 0x00,0x60,0x70,0x3f,0x02,0x0c,0x00,0x00 },/* ♪ */
168 | { 0x00,0x00,0x02,0x7f,0x02,0x00,0x00,0x00 },/* † */
169 | { 0x00,0x00,0x22,0x7f,0x22,0x00,0x00,0x00 },/* ‡ */
170 | { 0x00,0x06,0x0f,0x7f,0x01,0x7f,0x00,0x00 },/* ¶ */
171 | { 0x3e,0x41,0x41,0x41,0x41,0x41,0x3e,0x00 },/* ◯ */
172 | { 0x00,0x3e,0x41,0x41,0x41,0x41,0x3e,0x00 },/* 0 */
173 | { 0x00,0x00,0x42,0x7f,0x40,0x00,0x00,0x00 },/* 1 */
174 | { 0x00,0x62,0x51,0x51,0x49,0x49,0x46,0x00 },/* 2 */
175 | { 0x00,0x22,0x41,0x49,0x49,0x49,0x36,0x00 },/* 3 */
176 | { 0x00,0x30,0x28,0x24,0x22,0x7f,0x20,0x00 },/* 4 */
177 | { 0x00,0x2f,0x45,0x45,0x45,0x45,0x39,0x00 },/* 5 */
178 | { 0x00,0x3e,0x49,0x49,0x49,0x49,0x32,0x00 },/* 6 */
179 | { 0x00,0x01,0x01,0x61,0x19,0x05,0x03,0x00 },/* 7 */
180 | { 0x00,0x36,0x49,0x49,0x49,0x49,0x36,0x00 },/* 8 */
181 | { 0x00,0x26,0x49,0x49,0x49,0x49,0x3e,0x00 },/* 9 */
182 | { 0x60,0x18,0x16,0x11,0x16,0x18,0x60,0x00 },/* A */
183 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x36,0x00 },/* B */
184 | { 0x00,0x1c,0x22,0x41,0x41,0x41,0x22,0x00 },/* C */
185 | { 0x00,0x7f,0x41,0x41,0x41,0x22,0x1c,0x00 },/* D */
186 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x41,0x00 },/* E */
187 | { 0x00,0x7f,0x09,0x09,0x09,0x09,0x01,0x00 },/* F */
188 | { 0x00,0x1c,0x22,0x41,0x49,0x49,0x3a,0x00 },/* G */
189 | { 0x00,0x7f,0x08,0x08,0x08,0x08,0x7f,0x00 },/* H */
190 | { 0x00,0x00,0x41,0x7f,0x41,0x00,0x00,0x00 },/* I */
191 | { 0x00,0x20,0x40,0x40,0x40,0x40,0x3f,0x00 },/* J */
192 | { 0x00,0x7f,0x10,0x08,0x14,0x22,0x41,0x00 },/* K */
193 | { 0x00,0x7f,0x40,0x40,0x40,0x40,0x40,0x00 },/* L */
194 | { 0x7f,0x02,0x0c,0x30,0x0c,0x02,0x7f,0x00 },/* M */
195 | { 0x00,0x7f,0x02,0x04,0x08,0x10,0x7f,0x00 },/* N */
196 | { 0x00,0x1c,0x22,0x41,0x41,0x22,0x1c,0x00 },/* O */
197 | { 0x00,0x7f,0x09,0x09,0x09,0x09,0x06,0x00 },/* P */
198 | { 0x00,0x1c,0x22,0x41,0x51,0x22,0x5c,0x00 },/* Q */
199 | { 0x00,0x7f,0x09,0x09,0x19,0x29,0x46,0x00 },/* R */
200 | { 0x00,0x26,0x49,0x49,0x49,0x49,0x32,0x00 },/* S */
201 | { 0x01,0x01,0x01,0x7f,0x01,0x01,0x01,0x00 },/* T */
202 | { 0x00,0x3f,0x40,0x40,0x40,0x40,0x3f,0x00 },/* U */
203 | { 0x03,0x0c,0x30,0x40,0x30,0x0c,0x03,0x00 },/* V */
204 | { 0x1f,0x60,0x18,0x06,0x18,0x60,0x1f,0x00 },/* W */
205 | { 0x41,0x22,0x14,0x08,0x14,0x22,0x41,0x00 },/* X */
206 | { 0x01,0x02,0x04,0x78,0x04,0x02,0x01,0x00 },/* Y */
207 | { 0x00,0x41,0x61,0x51,0x49,0x45,0x43,0x00 },/* Z */
208 | { 0x00,0x20,0x54,0x54,0x54,0x78,0x00,0x00 },/* a */
209 | { 0x00,0x7f,0x48,0x44,0x44,0x38,0x00,0x00 },/* b */
210 | { 0x00,0x38,0x44,0x44,0x44,0x28,0x00,0x00 },/* c */
211 | { 0x00,0x38,0x44,0x44,0x48,0x7f,0x00,0x00 },/* d */
212 | { 0x00,0x38,0x54,0x54,0x54,0x18,0x00,0x00 },/* e */
213 | { 0x00,0x00,0x04,0x7e,0x05,0x01,0x00,0x00 },/* f */
214 | { 0x00,0x08,0x54,0x54,0x54,0x3c,0x00,0x00 },/* g */
215 | { 0x00,0x7f,0x08,0x04,0x04,0x78,0x00,0x00 },/* h */
216 | { 0x00,0x00,0x00,0x7d,0x00,0x00,0x00,0x00 },/* i */
217 | { 0x00,0x20,0x40,0x40,0x3d,0x00,0x00,0x00 },/* j */
218 | { 0x00,0x00,0x7f,0x10,0x28,0x44,0x00,0x00 },/* k */
219 | { 0x00,0x00,0x01,0x7f,0x00,0x00,0x00,0x00 },/* l */
220 | { 0x00,0x7c,0x04,0x78,0x04,0x78,0x00,0x00 },/* m */
221 | { 0x00,0x7c,0x08,0x04,0x04,0x78,0x00,0x00 },/* n */
222 | { 0x00,0x38,0x44,0x44,0x44,0x38,0x00,0x00 },/* o */
223 | { 0x00,0x7c,0x14,0x14,0x14,0x08,0x00,0x00 },/* p */
224 | { 0x00,0x08,0x14,0x14,0x14,0x7c,0x00,0x00 },/* q */
225 | { 0x00,0x7c,0x08,0x04,0x04,0x08,0x00,0x00 },/* r */
226 | { 0x00,0x48,0x54,0x54,0x54,0x24,0x00,0x00 },/* s */
227 | { 0x00,0x04,0x3e,0x44,0x44,0x20,0x00,0x00 },/* t */
228 | { 0x00,0x3c,0x40,0x40,0x20,0x7c,0x00,0x00 },/* u */
229 | { 0x00,0x0c,0x30,0x40,0x30,0x0c,0x00,0x00 },/* v */
230 | { 0x00,0x1c,0x60,0x18,0x60,0x1c,0x00,0x00 },/* w */
231 | { 0x00,0x44,0x28,0x10,0x28,0x44,0x00,0x00 },/* x */
232 | { 0x00,0x44,0x58,0x20,0x18,0x04,0x00,0x00 },/* y */
233 | { 0x00,0x44,0x64,0x54,0x4c,0x44,0x00,0x00 },/* z */
234 | { 0x00,0x20,0x54,0x7e,0x34,0x14,0x60,0x00 },/* ぁ */
235 | { 0x20,0x52,0x7f,0x2a,0x1a,0x4a,0x30,0x00 },/* あ */
236 | { 0x00,0x3c,0x40,0x20,0x04,0x18,0x00,0x00 },/* ぃ */
237 | { 0x1e,0x20,0x40,0x20,0x02,0x04,0x18,0x00 },/* い */
238 | { 0x00,0x10,0x4a,0x4a,0x2a,0x10,0x00,0x00 },/* ぅ */
239 | { 0x00,0x08,0x45,0x45,0x45,0x25,0x18,0x00 },/* う */
240 | { 0x00,0x48,0x2a,0x3a,0x4a,0x40,0x00,0x00 },/* ぇ */
241 | { 0x00,0x44,0x25,0x15,0x3d,0x45,0x40,0x00 },/* え */
242 | { 0x00,0x24,0x7e,0x14,0x50,0x24,0x00,0x00 },/* ぉ */
243 | { 0x22,0x52,0x7f,0x0a,0x48,0x4a,0x34,0x00 },/* お */
244 | { 0x44,0x34,0x4f,0x44,0x38,0x04,0x18,0x00 },/* か */
245 | { 0x44,0x34,0x4f,0x44,0x39,0x04,0x19,0x00 },/* が */
246 | { 0x00,0x2a,0x5a,0x4b,0x4e,0x5a,0x08,0x00 },/* き */
247 | { 0x00,0x2a,0x5a,0x4b,0x4e,0x5b,0x08,0x00 },/* ぎ */
248 | { 0x00,0x08,0x14,0x14,0x22,0x41,0x00,0x00 },/* く */
249 | { 0x00,0x08,0x14,0x14,0x22,0x45,0x04,0x00 },/* ぐ */
250 | { 0x3f,0x00,0x04,0x44,0x3f,0x04,0x04,0x00 },/* け */
251 | { 0x3f,0x00,0x04,0x44,0x3f,0x04,0x05,0x00 },/* げ */
252 | { 0x00,0x20,0x52,0x42,0x42,0x42,0x40,0x00 },/* こ */
253 | { 0x00,0x20,0x52,0x42,0x43,0x42,0x41,0x00 },/* ご */
254 | { 0x00,0x24,0x54,0x44,0x47,0x5c,0x04,0x00 },/* さ */
255 | { 0x00,0x24,0x54,0x44,0x47,0x5c,0x05,0x00 },/* ざ */
256 | { 0x00,0x00,0x3f,0x40,0x40,0x40,0x20,0x00 },/* し */
257 | { 0x00,0x00,0x3f,0x40,0x41,0x40,0x21,0x00 },/* じ */
258 | { 0x02,0x02,0x0a,0x56,0x3f,0x02,0x02,0x00 },/* す */
259 | { 0x02,0x02,0x0a,0x56,0x3f,0x02,0x03,0x00 },/* ず */
260 | { 0x04,0x04,0x3f,0x44,0x54,0x5f,0x44,0x00 },/* せ */
261 | { 0x04,0x04,0x3f,0x44,0x54,0x5f,0x45,0x00 },/* ぜ */
262 | { 0x00,0x08,0x09,0x3d,0x4b,0x49,0x08,0x00 },/* そ */
263 | { 0x00,0x08,0x09,0x3d,0x4b,0x49,0x0a,0x00 },/* ぞ */
264 | { 0x42,0x3a,0x07,0x22,0x54,0x44,0x44,0x00 },/* た */
265 | { 0x42,0x3a,0x07,0x22,0x55,0x44,0x45,0x00 },/* だ */
266 | { 0x00,0x02,0x12,0x4e,0x4b,0x4a,0x32,0x00 },/* ち */
267 | { 0x00,0x02,0x12,0x4e,0x4b,0x4a,0x33,0x00 },/* ぢ */
268 | { 0x00,0x10,0x10,0x48,0x48,0x30,0x00,0x00 },/* っ */
269 | { 0x04,0x04,0x02,0x22,0x22,0x22,0x1c,0x00 },/* つ */
270 | { 0x04,0x04,0x02,0x22,0x23,0x22,0x1d,0x00 },/* づ */
271 | { 0x00,0x02,0x02,0x1a,0x25,0x43,0x41,0x00 },/* て */
272 | { 0x00,0x02,0x02,0x1a,0x25,0x43,0x45,0x00 },/* で */
273 | { 0x00,0x20,0x57,0x48,0x48,0x44,0x44,0x00 },/* と */
274 | { 0x00,0x20,0x57,0x48,0x49,0x44,0x45,0x00 },/* ど */
275 | { 0x12,0x0a,0x27,0x52,0x50,0x3a,0x24,0x00 },/* な */
276 | { 0x7f,0x00,0x20,0x52,0x42,0x42,0x40,0x00 },/* に */
277 | { 0x30,0x4e,0x38,0x54,0x0f,0x64,0x78,0x00 },/* ぬ */
278 | { 0x24,0x14,0x7f,0x04,0x22,0x52,0x3c,0x00 },/* ね */
279 | { 0x18,0x24,0x12,0x4e,0x42,0x24,0x18,0x00 },/* の */
280 | { 0x7f,0x00,0x24,0x54,0x54,0x3f,0x44,0x00 },/* は */
281 | { 0x7f,0x00,0x24,0x54,0x54,0x3f,0x45,0x00 },/* ば */
282 | { 0x7f,0x00,0x24,0x54,0x56,0x3d,0x46,0x00 },/* ぱ */
283 | { 0x02,0x3a,0x47,0x40,0x41,0x3e,0x04,0x00 },/* ひ */
284 | { 0x02,0x3a,0x47,0x40,0x41,0x3e,0x05,0x00 },/* び */
285 | { 0x02,0x3a,0x47,0x40,0x43,0x3d,0x06,0x00 },/* ぴ */
286 | { 0x40,0x30,0x40,0x4d,0x32,0x10,0x60,0x00 },/* ふ */
287 | { 0x40,0x30,0x40,0x4d,0x32,0x11,0x61,0x00 },/* ぶ */
288 | { 0x40,0x30,0x40,0x4d,0x32,0x15,0x62,0x00 },/* ぷ */
289 | { 0x08,0x04,0x02,0x04,0x08,0x10,0x10,0x00 },/* へ */
290 | { 0x08,0x04,0x02,0x04,0x09,0x10,0x11,0x00 },/* べ */
291 | { 0x08,0x04,0x02,0x04,0x0a,0x15,0x12,0x00 },/* ぺ */
292 | { 0x7f,0x00,0x6a,0x6a,0x7e,0x2a,0x4a,0x00 },/* ほ */
293 | { 0x7f,0x00,0x6a,0x6a,0x7f,0x2a,0x4b,0x00 },/* ぼ */
294 | { 0x7f,0x00,0x6a,0x6a,0x7e,0x2d,0x4a,0x00 },/* ぽ */
295 | { 0x00,0x6a,0x6a,0x6a,0x7f,0x2a,0x4a,0x00 },/* ま */
296 | { 0x30,0x29,0x1d,0x4b,0x48,0x3c,0x10,0x00 },/* み */
297 | { 0x12,0x2a,0x7f,0x42,0x40,0x42,0x24,0x00 },/* む */
298 | { 0x30,0x4e,0x38,0x54,0x0f,0x44,0x38,0x00 },/* め */
299 | { 0x00,0x0a,0x3e,0x4b,0x4a,0x4a,0x30,0x00 },/* も */
300 | { 0x00,0x08,0x0e,0x38,0x46,0x14,0x08,0x00 },/* ゃ */
301 | { 0x04,0x07,0x1c,0x62,0x03,0x0a,0x04,0x00 },/* や */
302 | { 0x00,0x1c,0x48,0x3e,0x24,0x18,0x00,0x00 },/* ゅ */
303 | { 0x1e,0x04,0x52,0x3f,0x12,0x12,0x0c,0x00 },/* ゆ */
304 | { 0x00,0x20,0x50,0x50,0x3e,0x48,0x00,0x00 },/* ょ */
305 | { 0x00,0x20,0x50,0x50,0x3f,0x24,0x44,0x00 },/* よ */
306 | { 0x00,0x1c,0x51,0x49,0x4a,0x48,0x30,0x00 },/* ら */
307 | { 0x00,0x0f,0x42,0x41,0x21,0x1e,0x00,0x00 },/* り */
308 | { 0x00,0x10,0x69,0x6d,0x4b,0x49,0x30,0x00 },/* る */
309 | { 0x24,0x14,0x7f,0x04,0x02,0x3e,0x40,0x00 },/* れ */
310 | { 0x00,0x10,0x49,0x4d,0x4b,0x49,0x30,0x00 },/* ろ */
311 | { 0x00,0x28,0x18,0x7e,0x08,0x44,0x38,0x00 },/* ゎ */
312 | { 0x24,0x14,0x7f,0x04,0x42,0x42,0x3c,0x00 },/* わ */
313 | { 0x30,0x49,0x25,0x1f,0x24,0x54,0x38,0x00 },/* ゐ */
314 | { 0x40,0x28,0x25,0x57,0x35,0x28,0x40,0x00 },/* ゑ */
315 | { 0x10,0x0a,0x2e,0x5b,0x72,0x4a,0x48,0x00 },/* を */
316 | { 0x40,0x30,0x0c,0x33,0x40,0x40,0x20,0x00 },/* ん */
317 | { 0x00,0x04,0x44,0x3c,0x14,0x0c,0x00,0x00 },/* ァ */
318 | { 0x00,0x01,0x41,0x3d,0x09,0x05,0x03,0x00 },/* ア */
319 | { 0x00,0x20,0x20,0x10,0x78,0x04,0x00,0x00 },/* ィ */
320 | { 0x00,0x10,0x10,0x08,0x7c,0x02,0x01,0x00 },/* イ */
321 | { 0x00,0x18,0x48,0x4c,0x28,0x18,0x00,0x00 },/* ゥ */
322 | { 0x00,0x06,0x42,0x43,0x22,0x12,0x0e,0x00 },/* ウ */
323 | { 0x00,0x40,0x48,0x78,0x48,0x40,0x00,0x00 },/* ェ */
324 | { 0x20,0x22,0x22,0x3e,0x22,0x22,0x20,0x00 },/* エ */
325 | { 0x00,0x28,0x28,0x58,0x7c,0x08,0x00,0x00 },/* ォ */
326 | { 0x22,0x22,0x12,0x4a,0x7f,0x02,0x02,0x00 },/* オ */
327 | { 0x00,0x42,0x22,0x1f,0x02,0x42,0x7e,0x00 },/* カ */
328 | { 0x00,0x42,0x22,0x1f,0x02,0x42,0x7f,0x00 },/* ガ */
329 | { 0x00,0x12,0x12,0x1f,0x72,0x12,0x10,0x00 },/* キ */
330 | { 0x00,0x12,0x12,0x1f,0x72,0x13,0x10,0x00 },/* ギ */
331 | { 0x00,0x08,0x44,0x43,0x22,0x12,0x0e,0x00 },/* ク */
332 | { 0x00,0x08,0x44,0x43,0x22,0x12,0x0f,0x00 },/* グ */
333 | { 0x08,0x07,0x42,0x22,0x1e,0x02,0x02,0x00 },/* ケ */
334 | { 0x08,0x07,0x42,0x22,0x1f,0x02,0x03,0x00 },/* ゲ */
335 | { 0x00,0x42,0x42,0x42,0x42,0x42,0x7e,0x00 },/* コ */
336 | { 0x00,0x42,0x42,0x42,0x43,0x42,0x7f,0x00 },/* ゴ */
337 | { 0x02,0x02,0x4f,0x42,0x22,0x1f,0x02,0x00 },/* サ */
338 | { 0x02,0x02,0x4f,0x42,0x23,0x1e,0x03,0x00 },/* ザ */
339 | { 0x00,0x45,0x4a,0x40,0x20,0x10,0x0c,0x00 },/* シ */
340 | { 0x00,0x45,0x4a,0x40,0x21,0x10,0x0d,0x00 },/* ジ */
341 | { 0x40,0x42,0x22,0x22,0x1a,0x26,0x40,0x00 },/* ス */
342 | { 0x40,0x42,0x22,0x22,0x1b,0x26,0x41,0x00 },/* ズ */
343 | { 0x04,0x04,0x3f,0x44,0x44,0x54,0x4c,0x00 },/* セ */
344 | { 0x04,0x04,0x3f,0x44,0x45,0x54,0x4d,0x00 },/* ゼ */
345 | { 0x00,0x01,0x46,0x40,0x20,0x10,0x0f,0x00 },/* ソ */
346 | { 0x00,0x01,0x46,0x40,0x20,0x11,0x0f,0x00 },/* ゾ */
347 | { 0x00,0x08,0x44,0x4b,0x2a,0x12,0x0e,0x00 },/* タ */
348 | { 0x00,0x08,0x44,0x4b,0x2a,0x12,0x0f,0x00 },/* ダ */
349 | { 0x08,0x0a,0x4a,0x3e,0x09,0x09,0x08,0x00 },/* チ */
350 | { 0x08,0x0a,0x4a,0x3e,0x09,0x08,0x09,0x00 },/* ヂ */
351 | { 0x00,0x18,0x40,0x58,0x20,0x18,0x00,0x00 },/* ッ */
352 | { 0x02,0x0c,0x42,0x4c,0x20,0x10,0x0e,0x00 },/* ツ */
353 | { 0x02,0x0c,0x42,0x4c,0x21,0x10,0x0d,0x00 },/* ヅ */
354 | { 0x04,0x05,0x45,0x3d,0x05,0x05,0x04,0x00 },/* テ */
355 | { 0x04,0x05,0x45,0x3d,0x05,0x04,0x05,0x00 },/* デ */
356 | { 0x00,0x00,0x7f,0x08,0x08,0x10,0x00,0x00 },/* ト */
357 | { 0x00,0x00,0x7f,0x08,0x09,0x10,0x01,0x00 },/* ド */
358 | { 0x04,0x44,0x24,0x1f,0x04,0x04,0x04,0x00 },/* ナ */
359 | { 0x20,0x22,0x22,0x22,0x22,0x22,0x20,0x00 },/* ニ */
360 | { 0x40,0x41,0x25,0x15,0x19,0x27,0x00,0x00 },/* ヌ */
361 | { 0x20,0x22,0x12,0x7b,0x06,0x12,0x20,0x00 },/* ネ */
362 | { 0x40,0x40,0x20,0x10,0x08,0x07,0x00,0x00 },/* ノ */
363 | { 0x40,0x30,0x0e,0x00,0x02,0x0c,0x70,0x00 },/* ハ */
364 | { 0x40,0x30,0x0e,0x00,0x02,0x0d,0x71,0x00 },/* バ */
365 | { 0x40,0x30,0x0e,0x00,0x02,0x0d,0x72,0x00 },/* パ */
366 | { 0x00,0x3f,0x48,0x48,0x48,0x44,0x44,0x00 },/* ヒ */
367 | { 0x00,0x3f,0x48,0x48,0x49,0x44,0x45,0x00 },/* ビ */
368 | { 0x00,0x3f,0x48,0x48,0x4a,0x45,0x46,0x00 },/* ピ */
369 | { 0x00,0x02,0x42,0x42,0x22,0x12,0x0e,0x00 },/* フ */
370 | { 0x00,0x02,0x42,0x42,0x23,0x12,0x0f,0x00 },/* ブ */
371 | { 0x00,0x02,0x42,0x42,0x22,0x15,0x0e,0x00 },/* プ */
372 | { 0x08,0x04,0x02,0x04,0x08,0x10,0x20,0x00 },/* ヘ */
373 | { 0x08,0x04,0x02,0x04,0x09,0x10,0x21,0x00 },/* ベ */
374 | { 0x08,0x04,0x02,0x04,0x0a,0x15,0x22,0x00 },/* ペ */
375 | { 0x24,0x14,0x44,0x7f,0x04,0x14,0x24,0x00 },/* ホ */
376 | { 0x24,0x14,0x44,0x7f,0x05,0x14,0x25,0x00 },/* ボ */
377 | { 0x24,0x14,0x44,0x7f,0x06,0x15,0x22,0x00 },/* ポ */
378 | { 0x02,0x02,0x12,0x22,0x52,0x0a,0x06,0x00 },/* マ */
379 | { 0x00,0x21,0x25,0x29,0x4a,0x42,0x00,0x00 },/* ミ */
380 | { 0x40,0x70,0x4c,0x43,0x50,0x20,0x40,0x00 },/* ム */
381 | { 0x40,0x44,0x24,0x14,0x08,0x37,0x00,0x00 },/* メ */
382 | { 0x00,0x08,0x09,0x3f,0x49,0x49,0x48,0x00 },/* モ */
383 | { 0x00,0x10,0x1c,0x68,0x08,0x18,0x00,0x00 },/* ャ */
384 | { 0x04,0x04,0x0f,0x74,0x02,0x0a,0x06,0x00 },/* ヤ */
385 | { 0x00,0x40,0x48,0x48,0x78,0x40,0x00,0x00 },/* ュ */
386 | { 0x20,0x22,0x22,0x22,0x3e,0x20,0x20,0x00 },/* ユ */
387 | { 0x00,0x00,0x44,0x54,0x54,0x7c,0x00,0x00 },/* ョ */
388 | { 0x00,0x42,0x4a,0x4a,0x4a,0x4a,0x7e,0x00 },/* ヨ */
389 | { 0x00,0x04,0x45,0x45,0x25,0x15,0x0c,0x00 },/* ラ */
390 | { 0x00,0x0f,0x40,0x40,0x20,0x1f,0x00,0x00 },/* リ */
391 | { 0x40,0x20,0x1e,0x00,0x7f,0x20,0x10,0x00 },/* ル */
392 | { 0x00,0x00,0x7f,0x40,0x20,0x10,0x08,0x00 },/* レ */
393 | { 0x00,0x7e,0x42,0x42,0x42,0x42,0x7e,0x00 },/* ロ */
394 | { 0x00,0x0c,0x44,0x44,0x24,0x1c,0x00,0x00 },/* ヮ */
395 | { 0x00,0x06,0x42,0x42,0x22,0x12,0x0e,0x00 },/* ワ */
396 | { 0x10,0x12,0x1e,0x12,0x12,0x7f,0x12,0x00 },/* ヰ */
397 | { 0x20,0x22,0x22,0x3a,0x26,0x22,0x20,0x00 },/* ヱ */
398 | { 0x00,0x01,0x45,0x45,0x25,0x15,0x0f,0x00 },/* ヲ */
399 | { 0x00,0x41,0x42,0x40,0x20,0x10,0x0c,0x00 },/* ン */
400 | { 0x00,0x06,0x42,0x43,0x22,0x12,0x0f,0x00 },/* ヴ */
401 | { 0x00,0x48,0x28,0x1c,0x48,0x78,0x00,0x00 },/* ヵ */
402 | { 0x00,0x10,0x0c,0x48,0x38,0x08,0x00,0x00 },/* ヶ */
403 | { 0x60,0x18,0x16,0x11,0x16,0x18,0x60,0x00 },/* Α */
404 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x36,0x00 },/* Β */
405 | { 0x00,0x7f,0x01,0x01,0x01,0x01,0x01,0x00 },/* Γ */
406 | { 0x60,0x58,0x46,0x41,0x46,0x58,0x60,0x00 },/* Δ */
407 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x41,0x00 },/* Ε */
408 | { 0x00,0x41,0x61,0x51,0x49,0x45,0x43,0x00 },/* Ζ */
409 | { 0x00,0x7f,0x08,0x08,0x08,0x08,0x7f,0x00 },/* Η */
410 | { 0x1c,0x22,0x49,0x49,0x49,0x22,0x1c,0x00 },/* Θ */
411 | { 0x00,0x00,0x41,0x7f,0x41,0x00,0x00,0x00 },/* Ι */
412 | { 0x00,0x7f,0x10,0x08,0x14,0x22,0x41,0x00 },/* Κ */
413 | { 0x60,0x18,0x06,0x01,0x06,0x18,0x60,0x00 },/* Λ */
414 | { 0x7f,0x02,0x0c,0x30,0x0c,0x02,0x7f,0x00 },/* Μ */
415 | { 0x00,0x7f,0x02,0x04,0x08,0x10,0x7f,0x00 },/* Ν */
416 | { 0x00,0x41,0x49,0x49,0x49,0x49,0x41,0x00 },/* Ξ */
417 | { 0x00,0x1c,0x22,0x41,0x41,0x22,0x1c,0x00 },/* Ο */
418 | { 0x00,0x7f,0x01,0x01,0x01,0x01,0x7f,0x00 },/* Π */
419 | { 0x00,0x7f,0x09,0x09,0x09,0x09,0x06,0x00 },/* Ρ */
420 | { 0x00,0x41,0x63,0x55,0x49,0x41,0x41,0x00 },/* Σ */
421 | { 0x01,0x01,0x01,0x7f,0x01,0x01,0x01,0x00 },/* Τ */
422 | { 0x01,0x02,0x04,0x78,0x04,0x02,0x01,0x00 },/* Υ */
423 | { 0x1c,0x22,0x22,0x7f,0x22,0x22,0x1c,0x00 },/* Φ */
424 | { 0x41,0x22,0x14,0x08,0x14,0x22,0x41,0x00 },/* Χ */
425 | { 0x01,0x06,0x08,0x7f,0x08,0x06,0x01,0x00 },/* Ψ */
426 | { 0x4c,0x52,0x61,0x01,0x61,0x52,0x4c,0x00 },/* Ω */
427 | { 0x00,0x30,0x48,0x44,0x34,0x48,0x24,0x00 },/* α */
428 | { 0x00,0x60,0x1c,0x12,0x25,0x25,0x1a,0x00 },/* β */
429 | { 0x00,0x04,0x64,0x38,0x08,0x04,0x00,0x00 },/* γ */
430 | { 0x00,0x30,0x4a,0x45,0x39,0x02,0x00,0x00 },/* δ */
431 | { 0x00,0x20,0x58,0x54,0x44,0x28,0x00,0x00 },/* ε */
432 | { 0x00,0x00,0x0d,0x52,0x51,0x21,0x00,0x00 },/* ζ */
433 | { 0x00,0x08,0x24,0x18,0x04,0x64,0x18,0x00 },/* η */
434 | { 0x00,0x38,0x4e,0x49,0x39,0x0e,0x00,0x00 },/* θ */
435 | { 0x00,0x00,0x30,0x4c,0x20,0x00,0x00,0x00 },/* ι */
436 | { 0x00,0x60,0x1c,0x30,0x48,0x44,0x00,0x00 },/* κ */
437 | { 0x00,0x40,0x30,0x09,0x3e,0x40,0x00,0x00 },/* λ */
438 | { 0x00,0x40,0x30,0x2c,0x20,0x10,0x2c,0x00 },/* μ */
439 | { 0x00,0x04,0x78,0x20,0x10,0x0c,0x00,0x00 },/* ν */
440 | { 0x00,0x08,0x16,0x55,0x55,0x25,0x00,0x00 },/* ξ */
441 | { 0x00,0x30,0x48,0x44,0x24,0x18,0x00,0x00 },/* ο */
442 | { 0x00,0x48,0x24,0x1c,0x04,0x7c,0x44,0x00 },/* π */
443 | { 0x00,0x60,0x18,0x24,0x24,0x24,0x18,0x00 },/* ρ */
444 | { 0x00,0x30,0x48,0x44,0x24,0x1c,0x04,0x00 },/* σ */
445 | { 0x00,0x08,0x04,0x34,0x4c,0x24,0x04,0x00 },/* τ */
446 | { 0x00,0x08,0x34,0x4c,0x40,0x20,0x1c,0x00 },/* υ */
447 | { 0x00,0x18,0x24,0x64,0x3c,0x27,0x18,0x00 },/* φ */
448 | { 0x00,0x40,0x24,0x34,0x48,0x44,0x00,0x00 },/* χ */
449 | { 0x00,0x14,0x2c,0x60,0x3c,0x23,0x18,0x00 },/* ψ */
450 | { 0x00,0x38,0x44,0x20,0x38,0x40,0x3c,0x00 },/* ω */
451 | { 0x60,0x18,0x16,0x11,0x16,0x18,0x60,0x00 },/* А */
452 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x31,0x00 },/* Б */
453 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x36,0x00 },/* В */
454 | { 0x00,0x7f,0x01,0x01,0x01,0x01,0x01,0x00 },/* Г */
455 | { 0x60,0x30,0x2f,0x21,0x21,0x3f,0x60,0x00 },/* Д */
456 | { 0x00,0x7f,0x49,0x49,0x49,0x49,0x41,0x00 },/* Е */
457 | { 0x00,0x7e,0x4b,0x4a,0x4a,0x4b,0x42,0x00 },/* Ё */
458 | { 0x41,0x36,0x08,0x7f,0x08,0x36,0x41,0x00 },/* Ж */
459 | { 0x00,0x22,0x41,0x49,0x49,0x49,0x36,0x00 },/* З */
460 | { 0x00,0x7f,0x20,0x10,0x08,0x04,0x7f,0x00 },/* И */
461 | { 0x00,0x7e,0x21,0x12,0x0a,0x05,0x7e,0x00 },/* Й */
462 | { 0x00,0x7f,0x08,0x08,0x16,0x21,0x41,0x00 },/* К */
463 | { 0x40,0x40,0x3f,0x01,0x01,0x01,0x7f,0x00 },/* Л */
464 | { 0x78,0x07,0x18,0x60,0x18,0x07,0x78,0x00 },/* М */
465 | { 0x00,0x7f,0x08,0x08,0x08,0x08,0x7f,0x00 },/* Н */
466 | { 0x00,0x1c,0x22,0x41,0x41,0x22,0x1c,0x00 },/* О */
467 | { 0x00,0x7f,0x01,0x01,0x01,0x01,0x7f,0x00 },/* П */
468 | { 0x00,0x7f,0x09,0x09,0x09,0x09,0x06,0x00 },/* Р */
469 | { 0x00,0x1c,0x22,0x41,0x41,0x41,0x22,0x00 },/* С */
470 | { 0x01,0x01,0x01,0x7f,0x01,0x01,0x01,0x00 },/* Т */
471 | { 0x00,0x41,0x46,0x28,0x18,0x06,0x01,0x00 },/* У */
472 | { 0x1c,0x22,0x22,0x7f,0x22,0x22,0x1c,0x00 },/* Ф */
473 | { 0x41,0x22,0x14,0x08,0x14,0x22,0x41,0x00 },/* Х */
474 | { 0x00,0x3f,0x20,0x20,0x20,0x3f,0x60,0x00 },/* Ц */
475 | { 0x00,0x0f,0x10,0x10,0x10,0x10,0x7f,0x00 },/* Ч */
476 | { 0x7f,0x40,0x40,0x7f,0x40,0x40,0x7f,0x00 },/* Ш */
477 | { 0x3f,0x20,0x20,0x3f,0x20,0x20,0x7f,0x00 },/* Щ */
478 | { 0x00,0x01,0x7f,0x48,0x48,0x48,0x30,0x00 },/* Ъ */
479 | { 0x00,0x7f,0x48,0x48,0x30,0x00,0x7f,0x00 },/* Ы */
480 | { 0x00,0x00,0x7f,0x48,0x48,0x48,0x30,0x00 },/* Ь */
481 | { 0x00,0x22,0x49,0x49,0x49,0x2a,0x1c,0x00 },/* Э */
482 | { 0x7f,0x08,0x3e,0x41,0x41,0x41,0x3e,0x00 },/* Ю */
483 | { 0x00,0x46,0x39,0x09,0x09,0x09,0x7f,0x00 },/* Я */
484 | { 0x00,0x20,0x54,0x54,0x54,0x78,0x00,0x00 },/* а */
485 | { 0x00,0x3c,0x46,0x45,0x45,0x39,0x00,0x00 },/* б */
486 | { 0x00,0x7c,0x54,0x54,0x54,0x28,0x00,0x00 },/* в */
487 | { 0x00,0x7c,0x04,0x04,0x04,0x04,0x00,0x00 },/* г */
488 | { 0x00,0x60,0x3c,0x24,0x3c,0x60,0x00,0x00 },/* д */
489 | { 0x00,0x38,0x54,0x54,0x54,0x18,0x00,0x00 },/* е */
490 | { 0x00,0x38,0x55,0x54,0x55,0x18,0x00,0x00 },/* ё */
491 | { 0x44,0x28,0x10,0x7c,0x10,0x28,0x44,0x00 },/* ж */
492 | { 0x00,0x28,0x44,0x54,0x54,0x28,0x00,0x00 },/* з */
493 | { 0x00,0x7c,0x20,0x10,0x08,0x7c,0x00,0x00 },/* и */
494 | { 0x00,0x7c,0x21,0x12,0x09,0x7c,0x00,0x00 },/* й */
495 | { 0x00,0x7c,0x10,0x18,0x24,0x44,0x00,0x00 },/* к */
496 | { 0x40,0x40,0x3c,0x04,0x04,0x7c,0x00,0x00 },/* л */
497 | { 0x00,0x7c,0x08,0x30,0x08,0x7c,0x00,0x00 },/* м */
498 | { 0x00,0x7c,0x10,0x10,0x10,0x7c,0x00,0x00 },/* н */
499 | { 0x00,0x38,0x44,0x44,0x44,0x38,0x00,0x00 },/* о */
500 | { 0x00,0x7c,0x04,0x04,0x04,0x7c,0x00,0x00 },/* п */
501 | { 0x00,0x7c,0x14,0x14,0x14,0x08,0x00,0x00 },/* р */
502 | { 0x00,0x38,0x44,0x44,0x44,0x28,0x00,0x00 },/* с */
503 | { 0x00,0x04,0x04,0x7c,0x04,0x04,0x00,0x00 },/* т */
504 | { 0x00,0x44,0x58,0x20,0x18,0x04,0x00,0x00 },/* у */
505 | { 0x00,0x18,0x24,0x7f,0x24,0x18,0x00,0x00 },/* ф */
506 | { 0x00,0x44,0x28,0x10,0x28,0x44,0x00,0x00 },/* х */
507 | { 0x00,0x3c,0x20,0x20,0x3c,0x60,0x00,0x00 },/* ц */
508 | { 0x00,0x1c,0x20,0x20,0x20,0x7c,0x00,0x00 },/* ч */
509 | { 0x00,0x7c,0x40,0x7c,0x40,0x7c,0x00,0x00 },/* ш */
510 | { 0x00,0x3c,0x20,0x3c,0x20,0x3c,0x60,0x00 },/* щ */
511 | { 0x00,0x04,0x7c,0x50,0x50,0x50,0x20,0x00 },/* ъ */
512 | { 0x00,0x7c,0x50,0x50,0x20,0x7c,0x00,0x00 },/* ы */
513 | { 0x00,0x7c,0x50,0x50,0x50,0x20,0x00,0x00 },/* ь */
514 | { 0x00,0x28,0x44,0x54,0x54,0x38,0x00,0x00 },/* э */
515 | { 0x00,0x7c,0x10,0x38,0x44,0x44,0x38,0x00 },/* ю */
516 | { 0x00,0x48,0x34,0x14,0x14,0x7c,0x00,0x00 },/* я */
517 | { 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08 },/* ─ */
518 | { 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00 },/* │ */
519 | { 0x00,0x00,0x00,0xf8,0x08,0x08,0x08,0x08 },/* ┌ */
520 | { 0x08,0x08,0x08,0xf8,0x00,0x00,0x00,0x00 },/* ┐ */
521 | { 0x08,0x08,0x08,0x0f,0x00,0x00,0x00,0x00 },/* ┘ */
522 | { 0x00,0x00,0x00,0x0f,0x08,0x08,0x08,0x08 },/* └ */
523 | { 0x00,0x00,0x00,0xff,0x08,0x08,0x08,0x08 },/* ├ */
524 | { 0x08,0x08,0x08,0xf8,0x08,0x08,0x08,0x08 },/* ┬ */
525 | { 0x08,0x08,0x08,0xff,0x00,0x00,0x00,0x00 },/* ┤ */
526 | { 0x08,0x08,0x08,0x0f,0x08,0x08,0x08,0x08 },/* ┴ */
527 | { 0x08,0x08,0x08,0xff,0x08,0x08,0x08,0x08 },/* ┼ */
528 | { 0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18 },/* ━ */
529 | { 0x00,0x00,0x00,0xff,0xff,0x00,0x00,0x00 },/* ┃ */
530 | { 0x00,0x00,0x00,0xf8,0xf8,0x18,0x18,0x18 },/* ┏ */
531 | { 0x18,0x18,0x18,0xf8,0xf8,0x00,0x00,0x00 },/* ┓ */
532 | { 0x18,0x18,0x18,0x1f,0x1f,0x00,0x00,0x00 },/* ┛ */
533 | { 0x00,0x00,0x00,0x1f,0x1f,0x18,0x18,0x18 },/* ┗ */
534 | { 0x00,0x00,0x00,0xff,0xff,0x18,0x18,0x18 },/* ┣ */
535 | { 0x18,0x18,0x18,0xf8,0xf8,0x18,0x18,0x18 },/* ┳ */
536 | { 0x18,0x18,0x18,0xff,0xff,0x00,0x00,0x00 },/* ┫ */
537 | { 0x18,0x18,0x18,0x1f,0x1f,0x18,0x18,0x18 },/* ┻ */
538 | { 0x18,0x18,0x18,0xff,0xff,0x18,0x18,0x18 },/* ╋ */
539 | { 0x00,0x00,0x00,0xff,0xff,0x08,0x08,0x08 },/* ┠ */
540 | { 0x18,0x18,0x18,0xf8,0x18,0x18,0x18,0x18 },/* ┯ */
541 | { 0x08,0x08,0x08,0xff,0xff,0x00,0x00,0x00 },/* ┨ */
542 | { 0x18,0x18,0x18,0x1f,0x18,0x18,0x18,0x18 },/* ┷ */
543 | { 0x18,0x18,0x18,0xff,0x18,0x18,0x18,0x18 },/* ┿ */
544 | { 0x00,0x00,0x00,0xff,0x18,0x18,0x18,0x18 },/* ┝ */
545 | { 0x08,0x08,0x08,0xf8,0xf8,0x08,0x08,0x08 },/* ┰ */
546 | { 0x18,0x18,0x18,0xff,0x00,0x00,0x00,0x00 },/* ┥ */
547 | { 0x08,0x08,0x08,0x0f,0x0f,0x08,0x08,0x08 },/* ┸ */
548 | { 0x08,0x08,0x08,0xff,0xff,0x08,0x08,0x08 },/* ╂ */
549 | { 0x3e,0x41,0x45,0x7f,0x41,0x41,0x3e,0x00 },/* ① */
550 | { 0x3e,0x41,0x73,0x6b,0x65,0x41,0x3e,0x00 },/* ② */
551 | { 0x3e,0x41,0x63,0x6b,0x55,0x41,0x3e,0x00 },/* ③ */
552 | { 0x3e,0x41,0x59,0x55,0x7f,0x41,0x3e,0x00 },/* ④ */
553 | { 0x3e,0x41,0x6f,0x6b,0x53,0x41,0x3e,0x00 },/* ⑤ */
554 | { 0x3e,0x41,0x5d,0x6b,0x53,0x41,0x3e,0x00 },/* ⑥ */
555 | { 0x3e,0x41,0x43,0x7b,0x47,0x41,0x3e,0x00 },/* ⑦ */
556 | { 0x3e,0x41,0x55,0x6b,0x55,0x41,0x3e,0x00 },/* ⑧ */
557 | { 0x3e,0x41,0x65,0x6b,0x5d,0x41,0x3e,0x00 },/* ⑨ */
558 | { 0x3e,0x45,0x7f,0x41,0x5d,0x55,0x3e,0x00 },/* ⑩ */
559 | { 0x3e,0x45,0x7f,0x41,0x45,0x7f,0x3e,0x00 },/* ⑪ */
560 | { 0x3e,0x45,0x7f,0x41,0x7b,0x6d,0x3e,0x00 },/* ⑫ */
561 | { 0x3e,0x45,0x7f,0x41,0x6b,0x55,0x3e,0x00 },/* ⑬ */
562 | { 0x3e,0x45,0x7f,0x41,0x5f,0x79,0x3e,0x00 },/* ⑭ */
563 | { 0x3e,0x45,0x7f,0x41,0x6f,0x5b,0x3e,0x00 },/* ⑮ */
564 | { 0x3e,0x45,0x7f,0x41,0x7d,0x7b,0x3e,0x00 },/* ⑯ */
565 | { 0x3e,0x45,0x7f,0x41,0x7b,0x47,0x3e,0x00 },/* ⑰ */
566 | { 0x3e,0x45,0x7f,0x41,0x77,0x77,0x3e,0x00 },/* ⑱ */
567 | { 0x3e,0x45,0x7f,0x41,0x6f,0x5f,0x3e,0x00 },/* ⑲ */
568 | { 0x3e,0x7b,0x6f,0x41,0x5d,0x55,0x3e,0x00 },/* ⑳ */
569 | { 0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x00 },/* Ⅰ */
570 | { 0x00,0x00,0x7f,0x00,0x7f,0x00,0x00,0x00 },/* Ⅱ */
571 | { 0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00,0x00 },/* Ⅲ */
572 | { 0x7f,0x00,0x03,0x1c,0x60,0x1c,0x03,0x00 },/* Ⅳ */
573 | { 0x00,0x03,0x1c,0x60,0x1c,0x03,0x00,0x00 },/* Ⅴ */
574 | { 0x03,0x1c,0x60,0x1c,0x03,0x00,0x7f,0x00 },/* Ⅵ */
575 | { 0x1f,0x60,0x1f,0x00,0x7f,0x00,0x7f,0x00 },/* Ⅶ */
576 | { 0x0f,0x70,0x0f,0x7f,0x7f,0x00,0x7f,0x00 },/* Ⅷ */
577 | { 0x7f,0x00,0x41,0x36,0x08,0x36,0x41,0x00 },/* Ⅸ */
578 | { 0x00,0x41,0x36,0x08,0x36,0x41,0x00,0x00 },/* Ⅹ */
579 | { 0x11,0x15,0x15,0x00,0x18,0x40,0x38,0x00 },/* ㍉ */
580 | { 0x0a,0x1f,0x0a,0x00,0x78,0x48,0x78,0x00 },/* ㌔ */
581 | { 0x2f,0x7a,0x26,0x00,0x09,0x09,0x04,0x00 },/* ㌢ */
582 | { 0x75,0x22,0x05,0x40,0x32,0x72,0x42,0x00 },/* ㍍ */
583 | { 0x4a,0x69,0x57,0x61,0x0a,0x0b,0x07,0x00 },/* ㌘ */
584 | { 0x0f,0x04,0x04,0x00,0x48,0x48,0x20,0x00 },/* ㌧ */
585 | { 0x49,0x37,0x75,0x43,0x00,0x02,0x02,0x00 },/* ㌃ */
586 | { 0x52,0x29,0x1a,0x50,0x3a,0x79,0x47,0x00 },/* ㌶ */
587 | { 0x73,0x20,0x07,0x40,0x32,0x72,0x46,0x00 },/* ㍑ */
588 | { 0x03,0x79,0x27,0x00,0x02,0x02,0x06,0x00 },/* ㍗ */
589 | { 0x35,0x03,0x77,0x00,0x27,0x25,0x27,0x00 },/* ㌍ */
590 | { 0x0f,0x04,0x45,0x30,0x01,0x70,0x40,0x00 },/* ㌦ */
591 | { 0x0f,0x7a,0x26,0x00,0x09,0x09,0x04,0x00 },/* ㌣ */
592 | { 0x76,0x61,0x07,0x53,0x40,0x72,0x22,0x00 },/* ㌫ */
593 | { 0x61,0x17,0x77,0x64,0x33,0x70,0x47,0x00 },/* ㍊ */
594 | { 0x5a,0x59,0x22,0x15,0x00,0x02,0x02,0x00 },/* ㌻ */
595 | { 0x7c,0x3c,0x78,0x00,0x7c,0x3c,0x78,0x00 },/* ㎜ */
596 | { 0x38,0x44,0x44,0x00,0x7c,0x3c,0x78,0x00 },/* ㎝ */
597 | { 0x7f,0x10,0x6c,0x00,0x7c,0x3c,0x78,0x00 },/* ㎞ */
598 | { 0x7c,0x3c,0x78,0x00,0x48,0x54,0x3c,0x00 },/* ㎎ */
599 | { 0x7f,0x10,0x6c,0x00,0x48,0x54,0x3c,0x00 },/* ㎏ */
600 | { 0x38,0x44,0x44,0x00,0x38,0x44,0x44,0x00 },/* ㏄ */
601 | { 0x7c,0x04,0x78,0x04,0x78,0x0d,0x0b,0x00 },/* ㎡ */
602 | { 0x15,0x7f,0x15,0x40,0x3e,0x3f,0x52,0x00 },/* ㍻ */
603 | { 0x00,0x00,0x00,0x03,0x04,0x03,0x04,0x00 },/* 〝 */
604 | { 0x10,0x60,0x10,0x60,0x00,0x00,0x00,0x00 },/* 〟 */
605 | { 0x7f,0x04,0x08,0x7f,0x38,0x44,0x38,0x00 },/* № */
606 | { 0x7f,0x08,0x77,0x00,0x7f,0x08,0x77,0x00 },/* ㏍ */
607 | { 0x01,0x7f,0x01,0x38,0x54,0x08,0x7f,0x00 },/* ℡ */
608 | { 0x3e,0x41,0x61,0x7f,0x65,0x41,0x3e,0x00 },/* ㊤ */
609 | { 0x3e,0x5d,0x55,0x7f,0x55,0x5d,0x3e,0x00 },/* ㊥ */
610 | { 0x3e,0x41,0x43,0x7f,0x4b,0x41,0x3e,0x00 },/* ㊦ */
611 | { 0x3e,0x53,0x6f,0x7b,0x6b,0x41,0x3e,0x00 },/* ㊧ */
612 | { 0x3e,0x55,0x4f,0x75,0x75,0x41,0x3e,0x00 },/* ㊨ */
613 | { 0x3e,0x5b,0x7e,0x16,0x7c,0x55,0x3e,0x00 },/* ㈱ */
614 | { 0x3e,0x51,0x0a,0x7f,0x2a,0x79,0x3e,0x00 },/* ㈲ */
615 | { 0x3e,0x49,0x3e,0x04,0x1e,0x65,0x3e,0x00 },/* ㈹ */
616 | { 0x4e,0x3f,0x7f,0x00,0x75,0x6e,0x69,0x00 },/* ㍾ */
617 | { 0x64,0x1f,0x64,0x00,0x79,0x7f,0x49,0x00 },/* ㍽ */
618 | { 0x1e,0x67,0x6f,0x00,0x35,0x7f,0x1e,0x00 },/* ㍼ */
619 | { 0x14,0x15,0x14,0x14,0x14,0x54,0x14,0x00 },/* ≒ */
620 | { 0x00,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a,0x00 },/* ≡ */
621 | { 0x00,0x00,0x46,0x49,0x31,0x00,0x00,0x00 },/* ∫ */
622 | { 0x00,0x08,0x56,0x5d,0x35,0x08,0x00,0x00 },/* ∮ */
623 | { 0x00,0x41,0x63,0x55,0x49,0x41,0x41,0x00 },/* ∑ */
624 | { 0x10,0x70,0x1c,0x03,0x01,0x01,0x01,0x00 },/* √ */
625 | { 0x40,0x40,0x40,0x7e,0x40,0x40,0x40,0x00 },/* ⊥ */
626 | { 0x00,0x40,0x60,0x50,0x48,0x44,0x42,0x00 },/* ∠ */
627 | { 0x00,0x7e,0x40,0x40,0x40,0x40,0x40,0x00 },/* ∟ */
628 | { 0x00,0x40,0x60,0x50,0x48,0x44,0x7e,0x00 },/* ⊿ */
629 | { 0x00,0x02,0x00,0x20,0x00,0x02,0x00,0x00 },/* ∵ */
630 | { 0x00,0x7c,0x02,0x02,0x02,0x02,0x7c,0x00 },/* ∩ */
631 | { 0x00,0x1f,0x20,0x20,0x20,0x20,0x1f,0x00 },/* ∪ */
632 |
--------------------------------------------------------------------------------
/convert_text_to_hex/js/jquery-1.8.2.min.js:
--------------------------------------------------------------------------------
1 | /*! jQuery v1.8.2 jquery.com | jquery.org/license */
2 | (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:+d+""===d?+d:H.test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a){if(b==="data"&&p.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function ba(){return!1}function bb(){return!0}function bh(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function bi(a,b){do a=a[b];while(a&&a.nodeType!==1);return a}function bj(a,b,c){b=b||0;if(p.isFunction(b))return p.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return p.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=p.grep(a,function(a){return a.nodeType===1});if(be.test(b))return p.filter(b,d,!c);b=p.filter(b,d)}return p.grep(a,function(a,d){return p.inArray(a,b)>=0===c})}function bk(a){var b=bl.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function bC(a,b){return a.getElementsByTagName(b)[0]||a.appendChild(a.ownerDocument.createElement(b))}function bD(a,b){if(b.nodeType!==1||!p.hasData(a))return;var c,d,e,f=p._data(a),g=p._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;d").appendTo(e.body),c=b.css("display");b.remove();if(c==="none"||c===""){bI=e.body.appendChild(bI||p.extend(e.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!bJ||!bI.createElement)bJ=(bI.contentWindow||bI.contentDocument).document,bJ.write(""),bJ.close();b=bJ.body.appendChild(bJ.createElement(a)),c=bH(b,"display"),e.body.removeChild(bI)}return bS[a]=c,c}function ci(a,b,c,d){var e;if(p.isArray(b))p.each(b,function(b,e){c||ce.test(a)?d(a,e):ci(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&p.type(b)==="object")for(e in b)ci(a+"["+e+"]",b[e],c,d);else d(a,b)}function cz(a){return function(b,c){typeof b!="string"&&(c=b,b="*");var d,e,f,g=b.toLowerCase().split(s),h=0,i=g.length;if(p.isFunction(c))for(;h)[^>]*$|#([\w\-]*)$)/,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,y=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,z=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,A=/^-ms-/,B=/-([\da-z])/gi,C=function(a,b){return(b+"").toUpperCase()},D=function(){e.addEventListener?(e.removeEventListener("DOMContentLoaded",D,!1),p.ready()):e.readyState==="complete"&&(e.detachEvent("onreadystatechange",D),p.ready())},E={};p.fn=p.prototype={constructor:p,init:function(a,c,d){var f,g,h,i;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(typeof a=="string"){a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3?f=[null,a,null]:f=u.exec(a);if(f&&(f[1]||!c)){if(f[1])return c=c instanceof p?c[0]:c,i=c&&c.nodeType?c.ownerDocument||c:e,a=p.parseHTML(f[1],i,!0),v.test(f[1])&&p.isPlainObject(c)&&this.attr.call(a,c,!0),p.merge(this,a);g=e.getElementById(f[2]);if(g&&g.parentNode){if(g.id!==f[2])return d.find(a);this.length=1,this[0]=g}return this.context=e,this.selector=a,this}return!c||c.jquery?(c||d).find(a):this.constructor(c).find(a)}return p.isFunction(a)?d.ready(a):(a.selector!==b&&(this.selector=a.selector,this.context=a.context),p.makeArray(a,this))},selector:"",jquery:"1.8.2",length:0,size:function(){return this.length},toArray:function(){return k.call(this)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=p.merge(this.constructor(),a);return d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")"),d},each:function(a,b){return p.each(this,a,b)},ready:function(a){return p.ready.promise().done(a),this},eq:function(a){return a=+a,a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(k.apply(this,arguments),"slice",k.call(arguments).join(","))},map:function(a){return this.pushStack(p.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:j,sort:[].sort,splice:[].splice},p.fn.init.prototype=p.fn,p.extend=p.fn.extend=function(){var a,c,d,e,f,g,h=arguments[0]||{},i=1,j=arguments.length,k=!1;typeof h=="boolean"&&(k=h,h=arguments[1]||{},i=2),typeof h!="object"&&!p.isFunction(h)&&(h={}),j===i&&(h=this,--i);for(;i0)return;d.resolveWith(e,[p]),p.fn.trigger&&p(e).trigger("ready").off("ready")},isFunction:function(a){return p.type(a)==="function"},isArray:Array.isArray||function(a){return p.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):E[m.call(a)]||"object"},isPlainObject:function(a){if(!a||p.type(a)!=="object"||a.nodeType||p.isWindow(a))return!1;try{if(a.constructor&&!n.call(a,"constructor")&&!n.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||n.call(a,d)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},error:function(a){throw new Error(a)},parseHTML:function(a,b,c){var d;return!a||typeof a!="string"?null:(typeof b=="boolean"&&(c=b,b=0),b=b||e,(d=v.exec(a))?[b.createElement(d[1])]:(d=p.buildFragment([a],b,c?null:[]),p.merge([],(d.cacheable?p.clone(d.fragment):d.fragment).childNodes)))},parseJSON:function(b){if(!b||typeof b!="string")return null;b=p.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(w.test(b.replace(y,"@").replace(z,"]").replace(x,"")))return(new Function("return "+b))();p.error("Invalid JSON: "+b)},parseXML:function(c){var d,e;if(!c||typeof c!="string")return null;try{a.DOMParser?(e=new DOMParser,d=e.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(f){d=b}return(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&p.error("Invalid XML: "+c),d},noop:function(){},globalEval:function(b){b&&r.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(A,"ms-").replace(B,C)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,c,d){var e,f=0,g=a.length,h=g===b||p.isFunction(a);if(d){if(h){for(e in a)if(c.apply(a[e],d)===!1)break}else for(;f0&&a[0]&&a[i-1]||i===0||p.isArray(a));if(j)for(;h-1)i.splice(c,1),e&&(c<=g&&g--,c<=h&&h--)}),this},has:function(a){return p.inArray(a,i)>-1},empty:function(){return i=[],this},disable:function(){return i=j=c=b,this},disabled:function(){return!i},lock:function(){return j=b,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return b=b||[],b=[a,b.slice?b.slice():b],i&&(!d||j)&&(e?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},p.extend({Deferred:function(a){var b=[["resolve","done",p.Callbacks("once memory"),"resolved"],["reject","fail",p.Callbacks("once memory"),"rejected"],["notify","progress",p.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return p.Deferred(function(c){p.each(b,function(b,d){var f=d[0],g=a[b];e[d[1]](p.isFunction(g)?function(){var a=g.apply(this,arguments);a&&p.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f+"With"](this===e?c:this,[a])}:c[f])}),a=null}).promise()},promise:function(a){return a!=null?p.extend(a,d):d}},e={};return d.pipe=d.then,p.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[a^1][2].disable,b[2][2].lock),e[f[0]]=g.fire,e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=k.call(arguments),d=c.length,e=d!==1||a&&p.isFunction(a.promise)?d:0,f=e===1?a:p.Deferred(),g=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?k.call(arguments):d,c===h?f.notifyWith(b,c):--e||f.resolveWith(b,c)}},h,i,j;if(d>1){h=new Array(d),i=new Array(d),j=new Array(d);for(;ba",c=n.getElementsByTagName("*"),d=n.getElementsByTagName("a")[0],d.style.cssText="top:1px;float:left;opacity:.5";if(!c||!c.length)return{};f=e.createElement("select"),g=f.appendChild(e.createElement("option")),h=n.getElementsByTagName("input")[0],b={leadingWhitespace:n.firstChild.nodeType===3,tbody:!n.getElementsByTagName("tbody").length,htmlSerialize:!!n.getElementsByTagName("link").length,style:/top/.test(d.getAttribute("style")),hrefNormalized:d.getAttribute("href")==="/a",opacity:/^0.5/.test(d.style.opacity),cssFloat:!!d.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:n.className!=="t",enctype:!!e.createElement("form").enctype,html5Clone:e.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",boxModel:e.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},h.checked=!0,b.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,b.optDisabled=!g.disabled;try{delete n.test}catch(o){b.deleteExpando=!1}!n.addEventListener&&n.attachEvent&&n.fireEvent&&(n.attachEvent("onclick",m=function(){b.noCloneEvent=!1}),n.cloneNode(!0).fireEvent("onclick"),n.detachEvent("onclick",m)),h=e.createElement("input"),h.value="t",h.setAttribute("type","radio"),b.radioValue=h.value==="t",h.setAttribute("checked","checked"),h.setAttribute("name","t"),n.appendChild(h),i=e.createDocumentFragment(),i.appendChild(n.lastChild),b.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=h.checked,i.removeChild(h),i.appendChild(n);if(n.attachEvent)for(k in{submit:!0,change:!0,focusin:!0})j="on"+k,l=j in n,l||(n.setAttribute(j,"return;"),l=typeof n[j]=="function"),b[k+"Bubbles"]=l;return p(function(){var c,d,f,g,h="padding:0;margin:0;border:0;display:block;overflow:hidden;",i=e.getElementsByTagName("body")[0];if(!i)return;c=e.createElement("div"),c.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",i.insertBefore(c,i.firstChild),d=e.createElement("div"),c.appendChild(d),d.innerHTML="",f=d.getElementsByTagName("td"),f[0].style.cssText="padding:0;margin:0;border:0;display:none",l=f[0].offsetHeight===0,f[0].style.display="",f[1].style.display="none",b.reliableHiddenOffsets=l&&f[0].offsetHeight===0,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",b.boxSizing=d.offsetWidth===4,b.doesNotIncludeMarginInBodyOffset=i.offsetTop!==1,a.getComputedStyle&&(b.pixelPosition=(a.getComputedStyle(d,null)||{}).top!=="1%",b.boxSizingReliable=(a.getComputedStyle(d,null)||{width:"4px"}).width==="4px",g=e.createElement("div"),g.style.cssText=d.style.cssText=h,g.style.marginRight=g.style.width="0",d.style.width="1px",d.appendChild(g),b.reliableMarginRight=!parseFloat((a.getComputedStyle(g,null)||{}).marginRight)),typeof d.style.zoom!="undefined"&&(d.innerHTML="",d.style.cssText=h+"width:1px;padding:1px;display:inline;zoom:1",b.inlineBlockNeedsLayout=d.offsetWidth===3,d.style.display="block",d.style.overflow="visible",d.innerHTML="",d.firstChild.style.width="5px",b.shrinkWrapBlocks=d.offsetWidth!==3,c.style.zoom=1),i.removeChild(c),c=d=f=g=null}),i.removeChild(n),c=d=f=g=h=i=n=null,b}();var H=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,I=/([A-Z])/g;p.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){return a=a.nodeType?p.cache[a[p.expando]]:a[p.expando],!!a&&!K(a)},data:function(a,c,d,e){if(!p.acceptData(a))return;var f,g,h=p.expando,i=typeof c=="string",j=a.nodeType,k=j?p.cache:a,l=j?a[h]:a[h]&&h;if((!l||!k[l]||!e&&!k[l].data)&&i&&d===b)return;l||(j?a[h]=l=p.deletedIds.pop()||p.guid++:l=h),k[l]||(k[l]={},j||(k[l].toJSON=p.noop));if(typeof c=="object"||typeof c=="function")e?k[l]=p.extend(k[l],c):k[l].data=p.extend(k[l].data,c);return f=k[l],e||(f.data||(f.data={}),f=f.data),d!==b&&(f[p.camelCase(c)]=d),i?(g=f[c],g==null&&(g=f[p.camelCase(c)])):g=f,g},removeData:function(a,b,c){if(!p.acceptData(a))return;var d,e,f,g=a.nodeType,h=g?p.cache:a,i=g?a[p.expando]:p.expando;if(!h[i])return;if(b){d=c?h[i]:h[i].data;if(d){p.isArray(b)||(b in d?b=[b]:(b=p.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,f=b.length;e1,null,!1))},removeData:function(a){return this.each(function(){p.removeData(this,a)})}}),p.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=p._data(a,b),c&&(!d||p.isArray(c)?d=p._data(a,b,p.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=p.queue(a,b),d=c.length,e=c.shift(),f=p._queueHooks(a,b),g=function(){p.dequeue(a,b)};e==="inprogress"&&(e=c.shift(),d--),e&&(b==="fx"&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return p._data(a,c)||p._data(a,c,{empty:p.Callbacks("once memory").add(function(){p.removeData(a,b+"queue",!0),p.removeData(a,c,!0)})})}}),p.fn.extend({queue:function(a,c){var d=2;return typeof a!="string"&&(c=a,a="fx",d--),arguments.length1)},removeAttr:function(a){return this.each(function(){p.removeAttr(this,a)})},prop:function(a,b){return p.access(this,p.prop,a,b,arguments.length>1)},removeProp:function(a){return a=p.propFix[a]||a,this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,f,g,h;if(p.isFunction(a))return this.each(function(b){p(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(s);for(c=0,d=this.length;c=0)d=d.replace(" "+c[f]+" "," ");e.className=a?p.trim(d):""}}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";return p.isFunction(a)?this.each(function(c){p(this).toggleClass(a.call(this,c,this.className,b),b)}):this.each(function(){if(c==="string"){var e,f=0,g=p(this),h=b,i=a.split(s);while(e=i[f++])h=d?h:!g.hasClass(e),g[h?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&p._data(this,"__className__",this.className),this.className=this.className||a===!1?"":p._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c=0)return!0;return!1},val:function(a){var c,d,e,f=this[0];if(!arguments.length){if(f)return c=p.valHooks[f.type]||p.valHooks[f.nodeName.toLowerCase()],c&&"get"in c&&(d=c.get(f,"value"))!==b?d:(d=f.value,typeof d=="string"?d.replace(P,""):d==null?"":d);return}return e=p.isFunction(a),this.each(function(d){var f,g=p(this);if(this.nodeType!==1)return;e?f=a.call(this,d,g.val()):f=a,f==null?f="":typeof f=="number"?f+="":p.isArray(f)&&(f=p.map(f,function(a){return a==null?"":a+""})),c=p.valHooks[this.type]||p.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,f,"value")===b)this.value=f})}}),p.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,f=a.selectedIndex,g=[],h=a.options,i=a.type==="select-one";if(f<0)return null;c=i?f:0,d=i?f+1:h.length;for(;c=0}),c.length||(a.selectedIndex=-1),c}}},attrFn:{},attr:function(a,c,d,e){var f,g,h,i=a.nodeType;if(!a||i===3||i===8||i===2)return;if(e&&p.isFunction(p.fn[c]))return p(a)[c](d);if(typeof a.getAttribute=="undefined")return p.prop(a,c,d);h=i!==1||!p.isXMLDoc(a),h&&(c=c.toLowerCase(),g=p.attrHooks[c]||(T.test(c)?M:L));if(d!==b){if(d===null){p.removeAttr(a,c);return}return g&&"set"in g&&h&&(f=g.set(a,d,c))!==b?f:(a.setAttribute(c,d+""),d)}return g&&"get"in g&&h&&(f=g.get(a,c))!==null?f:(f=a.getAttribute(c),f===null?b:f)},removeAttr:function(a,b){var c,d,e,f,g=0;if(b&&a.nodeType===1){d=b.split(s);for(;g=0}})});var V=/^(?:textarea|input|select)$/i,W=/^([^\.]*|)(?:\.(.+)|)$/,X=/(?:^|\s)hover(\.\S+|)\b/,Y=/^key/,Z=/^(?:mouse|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=function(a){return p.event.special.hover?a:a.replace(X,"mouseenter$1 mouseleave$1")};p.event={add:function(a,c,d,e,f){var g,h,i,j,k,l,m,n,o,q,r;if(a.nodeType===3||a.nodeType===8||!c||!d||!(g=p._data(a)))return;d.handler&&(o=d,d=o.handler,f=o.selector),d.guid||(d.guid=p.guid++),i=g.events,i||(g.events=i={}),h=g.handle,h||(g.handle=h=function(a){return typeof p!="undefined"&&(!a||p.event.triggered!==a.type)?p.event.dispatch.apply(h.elem,arguments):b},h.elem=a),c=p.trim(_(c)).split(" ");for(j=0;j=0&&(s=s.slice(0,-1),i=!0),s.indexOf(".")>=0&&(t=s.split("."),s=t.shift(),t.sort());if((!f||p.event.customEvent[s])&&!p.event.global[s])return;c=typeof c=="object"?c[p.expando]?c:new p.Event(s,c):new p.Event(s),c.type=s,c.isTrigger=!0,c.exclusive=i,c.namespace=t.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+t.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,m=s.indexOf(":")<0?"on"+s:"";if(!f){h=p.cache;for(j in h)h[j].events&&h[j].events[s]&&p.event.trigger(c,d,h[j].handle.elem,!0);return}c.result=b,c.target||(c.target=f),d=d!=null?p.makeArray(d):[],d.unshift(c),n=p.event.special[s]||{};if(n.trigger&&n.trigger.apply(f,d)===!1)return;q=[[f,n.bindType||s]];if(!g&&!n.noBubble&&!p.isWindow(f)){r=n.delegateType||s,k=$.test(r+s)?f:f.parentNode;for(l=f;k;k=k.parentNode)q.push([k,r]),l=k;l===(f.ownerDocument||e)&&q.push([l.defaultView||l.parentWindow||a,r])}for(j=0;j=0:p.find(m,this,null,[f]).length),h[m]&&j.push(l);j.length&&u.push({elem:f,matches:j})}o.length>q&&u.push({elem:this,matches:o.slice(q)});for(d=0;d0?this.on(b,null,a,c):this.trigger(b)},Y.test(b)&&(p.event.fixHooks[b]=p.event.keyHooks),Z.test(b)&&(p.event.fixHooks[b]=p.event.mouseHooks)}),function(a,b){function bc(a,b,c,d){c=c||[],b=b||r;var e,f,i,j,k=b.nodeType;if(!a||typeof a!="string")return c;if(k!==1&&k!==9)return[];i=g(b);if(!i&&!d)if(e=P.exec(a))if(j=e[1]){if(k===9){f=b.getElementById(j);if(!f||!f.parentNode)return c;if(f.id===j)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(j))&&h(b,f)&&f.id===j)return c.push(f),c}else{if(e[2])return w.apply(c,x.call(b.getElementsByTagName(a),0)),c;if((j=e[3])&&_&&b.getElementsByClassName)return w.apply(c,x.call(b.getElementsByClassName(j),0)),c}return bp(a.replace(L,"$1"),b,c,d,i)}function bd(a){return function(b){var c=b.nodeName.toLowerCase();return c==="input"&&b.type===a}}function be(a){return function(b){var c=b.nodeName.toLowerCase();return(c==="input"||c==="button")&&b.type===a}}function bf(a){return z(function(b){return b=+b,z(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function bg(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}function bh(a,b){var c,d,f,g,h,i,j,k=C[o][a];if(k)return b?0:k.slice(0);h=a,i=[],j=e.preFilter;while(h){if(!c||(d=M.exec(h)))d&&(h=h.slice(d[0].length)),i.push(f=[]);c=!1;if(d=N.exec(h))f.push(c=new q(d.shift())),h=h.slice(c.length),c.type=d[0].replace(L," ");for(g in e.filter)(d=W[g].exec(h))&&(!j[g]||(d=j[g](d,r,!0)))&&(f.push(c=new q(d.shift())),h=h.slice(c.length),c.type=g,c.matches=d);if(!c)break}return b?h.length:h?bc.error(a):C(a,i).slice(0)}function bi(a,b,d){var e=b.dir,f=d&&b.dir==="parentNode",g=u++;return b.first?function(b,c,d){while(b=b[e])if(f||b.nodeType===1)return a(b,c,d)}:function(b,d,h){if(!h){var i,j=t+" "+g+" ",k=j+c;while(b=b[e])if(f||b.nodeType===1){if((i=b[o])===k)return b.sizset;if(typeof i=="string"&&i.indexOf(j)===0){if(b.sizset)return b}else{b[o]=k;if(a(b,d,h))return b.sizset=!0,b;b.sizset=!1}}}else while(b=b[e])if(f||b.nodeType===1)if(a(b,d,h))return b}}function bj(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function bk(a,b,c,d,e){var f,g=[],h=0,i=a.length,j=b!=null;for(;h-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==l)||((b=c).nodeType?j(a,c,d):k(a,c,d))}];for(;i1&&bj(m),i>1&&a.slice(0,i-1).join("").replace(L,"$1"),c,i0,f=a.length>0,g=function(h,i,j,k,m){var n,o,p,q=[],s=0,u="0",x=h&&[],y=m!=null,z=l,A=h||f&&e.find.TAG("*",m&&i.parentNode||i),B=t+=z==null?1:Math.E;y&&(l=i!==r&&i,c=g.el);for(;(n=A[u])!=null;u++){if(f&&n){for(o=0;p=a[o];o++)if(p(n,i,j)){k.push(n);break}y&&(t=B,c=++g.el)}d&&((n=!p&&n)&&s--,h&&x.push(n))}s+=u;if(d&&u!==s){for(o=0;p=b[o];o++)p(x,q,i,j);if(h){if(s>0)while(u--)!x[u]&&!q[u]&&(q[u]=v.call(k));q=bk(q)}w.apply(k,q),y&&!h&&q.length>0&&s+b.length>1&&bc.uniqueSort(k)}return y&&(t=B,l=z),x};return g.el=0,d?z(g):g}function bo(a,b,c,d){var e=0,f=b.length;for(;e2&&(j=h[0]).type==="ID"&&b.nodeType===9&&!f&&e.relative[h[1].type]){b=e.find.ID(j.matches[0].replace(V,""),b,f)[0];if(!b)return c;a=a.slice(h.shift().length)}for(g=W.POS.test(a)?-1:h.length-1;g>=0;g--){j=h[g];if(e.relative[k=j.type])break;if(l=e.find[k])if(d=l(j.matches[0].replace(V,""),R.test(h[0].type)&&b.parentNode||b,f)){h.splice(g,1),a=d.length&&h.join("");if(!a)return w.apply(c,x.call(d,0)),c;break}}}return i(a,m)(d,b,f,c,R.test(a)),c}function bq(){}var c,d,e,f,g,h,i,j,k,l,m=!0,n="undefined",o=("sizcache"+Math.random()).replace(".",""),q=String,r=a.document,s=r.documentElement,t=0,u=0,v=[].pop,w=[].push,x=[].slice,y=[].indexOf||function(a){var b=0,c=this.length;for(;be.cacheLength&&delete a[b.shift()],a[c]=d},a)},B=A(),C=A(),D=A(),E="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",G=F.replace("w","w#"),H="([*^$|!~]?=)",I="\\["+E+"*("+F+")"+E+"*(?:"+H+E+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+G+")|)|)"+E+"*\\]",J=":("+F+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+I+")|[^:]|\\\\.)*|.*))\\)|)",K=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+E+"*((?:-\\d)?\\d*)"+E+"*\\)|)(?=[^-]|$)",L=new RegExp("^"+E+"+|((?:^|[^\\\\])(?:\\\\.)*)"+E+"+$","g"),M=new RegExp("^"+E+"*,"+E+"*"),N=new RegExp("^"+E+"*([\\x20\\t\\r\\n\\f>+~])"+E+"*"),O=new RegExp(J),P=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,Q=/^:not/,R=/[\x20\t\r\n\f]*[+~]/,S=/:not\($/,T=/h\d/i,U=/input|select|textarea|button/i,V=/\\(?!\\)/g,W={ID:new RegExp("^#("+F+")"),CLASS:new RegExp("^\\.("+F+")"),NAME:new RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:new RegExp("^("+F.replace("w","w*")+")"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+J),POS:new RegExp(K,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+E+"*(even|odd|(([+-]|)(\\d*)n|)"+E+"*(?:([+-]|)"+E+"*(\\d+)|))"+E+"*\\)|)","i"),needsContext:new RegExp("^"+E+"*[>+~]|"+K,"i")},X=function(a){var b=r.createElement("div");try{return a(b)}catch(c){return!1}finally{b=null}},Y=X(function(a){return a.appendChild(r.createComment("")),!a.getElementsByTagName("*").length}),Z=X(function(a){return a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!==n&&a.firstChild.getAttribute("href")==="#"}),$=X(function(a){a.innerHTML="";var b=typeof a.lastChild.getAttribute("multiple");return b!=="boolean"&&b!=="string"}),_=X(function(a){return a.innerHTML="",!a.getElementsByClassName||!a.getElementsByClassName("e").length?!1:(a.lastChild.className="e",a.getElementsByClassName("e").length===2)}),ba=X(function(a){a.id=o+0,a.innerHTML="",s.insertBefore(a,s.firstChild);var b=r.getElementsByName&&r.getElementsByName(o).length===2+r.getElementsByName(o+0).length;return d=!r.getElementById(o),s.removeChild(a),b});try{x.call(s.childNodes,0)[0].nodeType}catch(bb){x=function(a){var b,c=[];for(;b=this[a];a++)c.push(b);return c}}bc.matches=function(a,b){return bc(a,null,null,b)},bc.matchesSelector=function(a,b){return bc(b,null,null,[a]).length>0},f=bc.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(e===1||e===9||e===11){if(typeof a.textContent=="string")return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=f(a)}else if(e===3||e===4)return a.nodeValue}else for(;b=a[d];d++)c+=f(b);return c},g=bc.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?b.nodeName!=="HTML":!1},h=bc.contains=s.contains?function(a,b){var c=a.nodeType===9?a.documentElement:a,d=b&&b.parentNode;return a===d||!!(d&&d.nodeType===1&&c.contains&&c.contains(d))}:s.compareDocumentPosition?function(a,b){return b&&!!(a.compareDocumentPosition(b)&16)}:function(a,b){while(b=b.parentNode)if(b===a)return!0;return!1},bc.attr=function(a,b){var c,d=g(a);return d||(b=b.toLowerCase()),(c=e.attrHandle[b])?c(a):d||$?a.getAttribute(b):(c=a.getAttributeNode(b),c?typeof a[b]=="boolean"?a[b]?b:null:c.specified?c.value:null:null)},e=bc.selectors={cacheLength:50,createPseudo:z,match:W,attrHandle:Z?{}:{href:function(a){return a.getAttribute("href",2)},type:function(a){return a.getAttribute("type")}},find:{ID:d?function(a,b,c){if(typeof b.getElementById!==n&&!c){var d=b.getElementById(a);return d&&d.parentNode?[d]:[]}}:function(a,c,d){if(typeof c.getElementById!==n&&!d){var e=c.getElementById(a);return e?e.id===a||typeof e.getAttributeNode!==n&&e.getAttributeNode("id").value===a?[e]:b:[]}},TAG:Y?function(a,b){if(typeof b.getElementsByTagName!==n)return b.getElementsByTagName(a)}:function(a,b){var c=b.getElementsByTagName(a);if(a==="*"){var d,e=[],f=0;for(;d=c[f];f++)d.nodeType===1&&e.push(d);return e}return c},NAME:ba&&function(a,b){if(typeof b.getElementsByName!==n)return b.getElementsByName(name)},CLASS:_&&function(a,b,c){if(typeof b.getElementsByClassName!==n&&!c)return b.getElementsByClassName(a)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(V,""),a[3]=(a[4]||a[5]||"").replace(V,""),a[2]==="~="&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),a[1]==="nth"?(a[2]||bc.error(a[0]),a[3]=+(a[3]?a[4]+(a[5]||1):2*(a[2]==="even"||a[2]==="odd")),a[4]=+(a[6]+a[7]||a[2]==="odd")):a[2]&&bc.error(a[0]),a},PSEUDO:function(a){var b,c;if(W.CHILD.test(a[0]))return null;if(a[3])a[2]=a[3];else if(b=a[4])O.test(b)&&(c=bh(b,!0))&&(c=b.indexOf(")",b.length-c)-b.length)&&(b=b.slice(0,c),a[0]=a[0].slice(0,c)),a[2]=b;return a.slice(0,3)}},filter:{ID:d?function(a){return a=a.replace(V,""),function(b){return b.getAttribute("id")===a}}:function(a){return a=a.replace(V,""),function(b){var c=typeof b.getAttributeNode!==n&&b.getAttributeNode("id");return c&&c.value===a}},TAG:function(a){return a==="*"?function(){return!0}:(a=a.replace(V,"").toLowerCase(),function(b){return b.nodeName&&b.nodeName.toLowerCase()===a})},CLASS:function(a){var b=B[o][a];return b||(b=B(a,new RegExp("(^|"+E+")"+a+"("+E+"|$)"))),function(a){return b.test(a.className||typeof a.getAttribute!==n&&a.getAttribute("class")||"")}},ATTR:function(a,b,c){return function(d,e){var f=bc.attr(d,a);return f==null?b==="!=":b?(f+="",b==="="?f===c:b==="!="?f!==c:b==="^="?c&&f.indexOf(c)===0:b==="*="?c&&f.indexOf(c)>-1:b==="$="?c&&f.substr(f.length-c.length)===c:b==="~="?(" "+f+" ").indexOf(c)>-1:b==="|="?f===c||f.substr(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d){return a==="nth"?function(a){var b,e,f=a.parentNode;if(c===1&&d===0)return!0;if(f){e=0;for(b=f.firstChild;b;b=b.nextSibling)if(b.nodeType===1){e++;if(a===b)break}}return e-=d,e===c||e%c===0&&e/c>=0}:function(b){var c=b;switch(a){case"only":case"first":while(c=c.previousSibling)if(c.nodeType===1)return!1;if(a==="first")return!0;c=b;case"last":while(c=c.nextSibling)if(c.nodeType===1)return!1;return!0}}},PSEUDO:function(a,b){var c,d=e.pseudos[a]||e.setFilters[a.toLowerCase()]||bc.error("unsupported pseudo: "+a);return d[o]?d(b):d.length>1?(c=[a,a,"",b],e.setFilters.hasOwnProperty(a.toLowerCase())?z(function(a,c){var e,f=d(a,b),g=f.length;while(g--)e=y.call(a,f[g]),a[e]=!(c[e]=f[g])}):function(a){return d(a,0,c)}):d}},pseudos:{not:z(function(a){var b=[],c=[],d=i(a.replace(L,"$1"));return d[o]?z(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)if(f=g[h])a[h]=!(b[h]=f)}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:z(function(a){return function(b){return bc(a,b).length>0}}),contains:z(function(a){return function(b){return(b.textContent||b.innerText||f(b)).indexOf(a)>-1}}),enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&!!a.checked||b==="option"&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},parent:function(a){return!e.pseudos.empty(a)},empty:function(a){var b;a=a.firstChild;while(a){if(a.nodeName>"@"||(b=a.nodeType)===3||b===4)return!1;a=a.nextSibling}return!0},header:function(a){return T.test(a.nodeName)},text:function(a){var b,c;return a.nodeName.toLowerCase()==="input"&&(b=a.type)==="text"&&((c=a.getAttribute("type"))==null||c.toLowerCase()===b)},radio:bd("radio"),checkbox:bd("checkbox"),file:bd("file"),password:bd("password"),image:bd("image"),submit:be("submit"),reset:be("reset"),button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&a.type==="button"||b==="button"},input:function(a){return U.test(a.nodeName)},focus:function(a){var b=a.ownerDocument;return a===b.activeElement&&(!b.hasFocus||b.hasFocus())&&(!!a.type||!!a.href)},active:function(a){return a===a.ownerDocument.activeElement},first:bf(function(a,b,c){return[0]}),last:bf(function(a,b,c){return[b-1]}),eq:bf(function(a,b,c){return[c<0?c+b:c]}),even:bf(function(a,b,c){for(var d=0;d=0;)a.push(d);return a}),gt:bf(function(a,b,c){for(var d=c<0?c+b:c;++d",a.querySelectorAll("[selected]").length||e.push("\\["+E+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),a.querySelectorAll(":checked").length||e.push(":checked")}),X(function(a){a.innerHTML="",a.querySelectorAll("[test^='']").length&&e.push("[*^$]="+E+"*(?:\"\"|'')"),a.innerHTML="",a.querySelectorAll(":enabled").length||e.push(":enabled",":disabled")}),e=new RegExp(e.join("|")),bp=function(a,d,f,g,h){if(!g&&!h&&(!e||!e.test(a))){var i,j,k=!0,l=o,m=d,n=d.nodeType===9&&a;if(d.nodeType===1&&d.nodeName.toLowerCase()!=="object"){i=bh(a),(k=d.getAttribute("id"))?l=k.replace(c,"\\$&"):d.setAttribute("id",l),l="[id='"+l+"'] ",j=i.length;while(j--)i[j]=l+i[j].join("");m=R.test(a)&&d.parentNode||d,n=i.join(",")}if(n)try{return w.apply(f,x.call(m.querySelectorAll(n),0)),f}catch(p){}finally{k||d.removeAttribute("id")}}return b(a,d,f,g,h)},h&&(X(function(b){a=h.call(b,"div");try{h.call(b,"[test!='']:sizzle"),f.push("!=",J)}catch(c){}}),f=new RegExp(f.join("|")),bc.matchesSelector=function(b,c){c=c.replace(d,"='$1']");if(!g(b)&&!f.test(c)&&(!e||!e.test(c)))try{var i=h.call(b,c);if(i||a||b.document&&b.document.nodeType!==11)return i}catch(j){}return bc(c,null,null,[b]).length>0})}(),e.pseudos.nth=e.pseudos.eq,e.filters=bq.prototype=e.pseudos,e.setFilters=new bq,bc.attr=p.attr,p.find=bc,p.expr=bc.selectors,p.expr[":"]=p.expr.pseudos,p.unique=bc.uniqueSort,p.text=bc.getText,p.isXMLDoc=bc.isXML,p.contains=bc.contains}(a);var bc=/Until$/,bd=/^(?:parents|prev(?:Until|All))/,be=/^.[^:#\[\.,]*$/,bf=p.expr.match.needsContext,bg={children:!0,contents:!0,next:!0,prev:!0};p.fn.extend({find:function(a){var b,c,d,e,f,g,h=this;if(typeof a!="string")return p(a).filter(function(){for(b=0,c=h.length;b0)for(e=d;e=0:p.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c,d=0,e=this.length,f=[],g=bf.test(a)||typeof a!="string"?p(a,b||this.context):0;for(;d-1:p.find.matchesSelector(c,a)){f.push(c);break}c=c.parentNode}}return f=f.length>1?p.unique(f):f,this.pushStack(f,"closest",a)},index:function(a){return a?typeof a=="string"?p.inArray(this[0],p(a)):p.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(a,b){var c=typeof a=="string"?p(a,b):p.makeArray(a&&a.nodeType?[a]:a),d=p.merge(this.get(),c);return this.pushStack(bh(c[0])||bh(d[0])?d:p.unique(d))},addBack:function(a){return this.add(a==null?this.prevObject:this.prevObject.filter(a))}}),p.fn.andSelf=p.fn.addBack,p.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return p.dir(a,"parentNode")},parentsUntil:function(a,b,c){return p.dir(a,"parentNode",c)},next:function(a){return bi(a,"nextSibling")},prev:function(a){return bi(a,"previousSibling")},nextAll:function(a){return p.dir(a,"nextSibling")},prevAll:function(a){return p.dir(a,"previousSibling")},nextUntil:function(a,b,c){return p.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return p.dir(a,"previousSibling",c)},siblings:function(a){return p.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return p.sibling(a.firstChild)},contents:function(a){return p.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:p.merge([],a.childNodes)}},function(a,b){p.fn[a]=function(c,d){var e=p.map(this,b,c);return bc.test(a)||(d=c),d&&typeof d=="string"&&(e=p.filter(d,e)),e=this.length>1&&!bg[a]?p.unique(e):e,this.length>1&&bd.test(a)&&(e=e.reverse()),this.pushStack(e,a,k.call(arguments).join(","))}}),p.extend({filter:function(a,b,c){return c&&(a=":not("+a+")"),b.length===1?p.find.matchesSelector(b[0],a)?[b[0]]:[]:p.find.matches(a,b)},dir:function(a,c,d){var e=[],f=a[c];while(f&&f.nodeType!==9&&(d===b||f.nodeType!==1||!p(f).is(d)))f.nodeType===1&&e.push(f),f=f[c];return e},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var bl="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",bm=/ jQuery\d+="(?:null|\d+)"/g,bn=/^\s+/,bo=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bp=/<([\w:]+)/,bq=/]","i"),bv=/^(?:checkbox|radio)$/,bw=/checked\s*(?:[^=]|=\s*.checked.)/i,bx=/\/(java|ecma)script/i,by=/^\s*\s*$/g,bz={option:[1,""],legend:[1,""],thead:[1,""],tr:[2,""],td:[3,""],col:[2,""],area:[1,""],_default:[0,"",""]},bA=bk(e),bB=bA.appendChild(e.createElement("div"));bz.optgroup=bz.option,bz.tbody=bz.tfoot=bz.colgroup=bz.caption=bz.thead,bz.th=bz.td,p.support.htmlSerialize||(bz._default=[1,"X","
"]),p.fn.extend({text:function(a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(p.isFunction(a))return this.each(function(b){p(this).wrapAll(a.call(this,b))});if(this[0]){var b=p(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return p.isFunction(a)?this.each(function(b){p(this).wrapInner(a.call(this,b))}):this.each(function(){var b=p(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=p.isFunction(a);return this.each(function(c){p(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){p.nodeName(this,"body")||p(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(a,this.firstChild)})},before:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(a,this),"before",this.selector)}},after:function(){if(!bh(this[0]))return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=p.clean(arguments);return this.pushStack(p.merge(this,a),"after",this.selector)}},remove:function(a,b){var c,d=0;for(;(c=this[d])!=null;d++)if(!a||p.filter(a,[c]).length)!b&&c.nodeType===1&&(p.cleanData(c.getElementsByTagName("*")),p.cleanData([c])),c.parentNode&&c.parentNode.removeChild(c);return this},empty:function(){var a,b=0;for(;(a=this[b])!=null;b++){a.nodeType===1&&p.cleanData(a.getElementsByTagName("*"));while(a.firstChild)a.removeChild(a.firstChild)}return this},clone:function(a,b){return a=a==null?!1:a,b=b==null?a:b,this.map(function(){return p.clone(this,a,b)})},html:function(a){return p.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(bm,""):b;if(typeof a=="string"&&!bs.test(a)&&(p.support.htmlSerialize||!bu.test(a))&&(p.support.leadingWhitespace||!bn.test(a))&&!bz[(bp.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(bo,"<$1>$2>");try{for(;d1&&typeof j=="string"&&bw.test(j))return this.each(function(){p(this).domManip(a,c,d)});if(p.isFunction(j))return this.each(function(e){var f=p(this);a[0]=j.call(this,e,c?f.html():b),f.domManip(a,c,d)});if(this[0]){e=p.buildFragment(a,this,k),g=e.fragment,f=g.firstChild,g.childNodes.length===1&&(g=f);if(f){c=c&&p.nodeName(f,"tr");for(h=e.cacheable||l-1;i0?this.clone(!0):this).get(),p(g[e])[b](d),f=f.concat(d);return this.pushStack(f,a,g.selector)}}),p.extend({clone:function(a,b,c){var d,e,f,g;p.support.html5Clone||p.isXMLDoc(a)||!bu.test("<"+a.nodeName+">")?g=a.cloneNode(!0):(bB.innerHTML=a.outerHTML,bB.removeChild(g=bB.firstChild));if((!p.support.noCloneEvent||!p.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!p.isXMLDoc(a)){bE(a,g),d=bF(a),e=bF(g);for(f=0;d[f];++f)e[f]&&bE(d[f],e[f])}if(b){bD(a,g);if(c){d=bF(a),e=bF(g);for(f=0;d[f];++f)bD(d[f],e[f])}}return d=e=null,g},clean:function(a,b,c,d){var f,g,h,i,j,k,l,m,n,o,q,r,s=b===e&&bA,t=[];if(!b||typeof b.createDocumentFragment=="undefined")b=e;for(f=0;(h=a[f])!=null;f++){typeof h=="number"&&(h+="");if(!h)continue;if(typeof h=="string")if(!br.test(h))h=b.createTextNode(h);else{s=s||bk(b),l=b.createElement("div"),s.appendChild(l),h=h.replace(bo,"<$1>$2>"),i=(bp.exec(h)||["",""])[1].toLowerCase(),j=bz[i]||bz._default,k=j[0],l.innerHTML=j[1]+h+j[2];while(k--)l=l.lastChild;if(!p.support.tbody){m=bq.test(h),n=i==="table"&&!m?l.firstChild&&l.firstChild.childNodes:j[1]===""&&!m?l.childNodes:[];for(g=n.length-1;g>=0;--g)p.nodeName(n[g],"tbody")&&!n[g].childNodes.length&&n[g].parentNode.removeChild(n[g])}!p.support.leadingWhitespace&&bn.test(h)&&l.insertBefore(b.createTextNode(bn.exec(h)[0]),l.firstChild),h=l.childNodes,l.parentNode.removeChild(l)}h.nodeType?t.push(h):p.merge(t,h)}l&&(h=l=s=null);if(!p.support.appendChecked)for(f=0;(h=t[f])!=null;f++)p.nodeName(h,"input")?bG(h):typeof h.getElementsByTagName!="undefined"&&p.grep(h.getElementsByTagName("input"),bG);if(c){q=function(a){if(!a.type||bx.test(a.type))return d?d.push(a.parentNode?a.parentNode.removeChild(a):a):c.appendChild(a)};for(f=0;(h=t[f])!=null;f++)if(!p.nodeName(h,"script")||!q(h))c.appendChild(h),typeof h.getElementsByTagName!="undefined"&&(r=p.grep(p.merge([],h.getElementsByTagName("script")),q),t.splice.apply(t,[f+1,0].concat(r)),f+=r.length)}return t},cleanData:function(a,b){var c,d,e,f,g=0,h=p.expando,i=p.cache,j=p.support.deleteExpando,k=p.event.special;for(;(e=a[g])!=null;g++)if(b||p.acceptData(e)){d=e[h],c=d&&i[d];if(c){if(c.events)for(f in c.events)k[f]?p.event.remove(e,f):p.removeEvent(e,f,c.handle);i[d]&&(delete i[d],j?delete e[h]:e.removeAttribute?e.removeAttribute(h):e[h]=null,p.deletedIds.push(d))}}}}),function(){var a,b;p.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},a=p.uaMatch(g.userAgent),b={},a.browser&&(b[a.browser]=!0,b.version=a.version),b.chrome?b.webkit=!0:b.webkit&&(b.safari=!0),p.browser=b,p.sub=function(){function a(b,c){return new a.fn.init(b,c)}p.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function c(c,d){return d&&d instanceof p&&!(d instanceof a)&&(d=a(d)),p.fn.init.call(this,c,d,b)},a.fn.init.prototype=a.fn;var b=a(e);return a}}();var bH,bI,bJ,bK=/alpha\([^)]*\)/i,bL=/opacity=([^)]*)/,bM=/^(top|right|bottom|left)$/,bN=/^(none|table(?!-c[ea]).+)/,bO=/^margin/,bP=new RegExp("^("+q+")(.*)$","i"),bQ=new RegExp("^("+q+")(?!px)[a-z%]+$","i"),bR=new RegExp("^([-+])=("+q+")","i"),bS={},bT={position:"absolute",visibility:"hidden",display:"block"},bU={letterSpacing:0,fontWeight:400},bV=["Top","Right","Bottom","Left"],bW=["Webkit","O","Moz","ms"],bX=p.fn.toggle;p.fn.extend({css:function(a,c){return p.access(this,function(a,c,d){return d!==b?p.style(a,c,d):p.css(a,c)},a,c,arguments.length>1)},show:function(){return b$(this,!0)},hide:function(){return b$(this)},toggle:function(a,b){var c=typeof a=="boolean";return p.isFunction(a)&&p.isFunction(b)?bX.apply(this,arguments):this.each(function(){(c?a:bZ(this))?p(this).show():p(this).hide()})}}),p.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bH(a,"opacity");return c===""?"1":c}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":p.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!a||a.nodeType===3||a.nodeType===8||!a.style)return;var f,g,h,i=p.camelCase(c),j=a.style;c=p.cssProps[i]||(p.cssProps[i]=bY(j,i)),h=p.cssHooks[c]||p.cssHooks[i];if(d===b)return h&&"get"in h&&(f=h.get(a,!1,e))!==b?f:j[c];g=typeof d,g==="string"&&(f=bR.exec(d))&&(d=(f[1]+1)*f[2]+parseFloat(p.css(a,c)),g="number");if(d==null||g==="number"&&isNaN(d))return;g==="number"&&!p.cssNumber[i]&&(d+="px");if(!h||!("set"in h)||(d=h.set(a,d,e))!==b)try{j[c]=d}catch(k){}},css:function(a,c,d,e){var f,g,h,i=p.camelCase(c);return c=p.cssProps[i]||(p.cssProps[i]=bY(a.style,i)),h=p.cssHooks[c]||p.cssHooks[i],h&&"get"in h&&(f=h.get(a,!0,e)),f===b&&(f=bH(a,c)),f==="normal"&&c in bU&&(f=bU[c]),d||e!==b?(g=parseFloat(f),d||p.isNumeric(g)?g||0:f):f},swap:function(a,b,c){var d,e,f={};for(e in b)f[e]=a.style[e],a.style[e]=b[e];d=c.call(a);for(e in b)a.style[e]=f[e];return d}}),a.getComputedStyle?bH=function(b,c){var d,e,f,g,h=a.getComputedStyle(b,null),i=b.style;return h&&(d=h[c],d===""&&!p.contains(b.ownerDocument,b)&&(d=p.style(b,c)),bQ.test(d)&&bO.test(c)&&(e=i.width,f=i.minWidth,g=i.maxWidth,i.minWidth=i.maxWidth=i.width=d,d=h.width,i.width=e,i.minWidth=f,i.maxWidth=g)),d}:e.documentElement.currentStyle&&(bH=function(a,b){var c,d,e=a.currentStyle&&a.currentStyle[b],f=a.style;return e==null&&f&&f[b]&&(e=f[b]),bQ.test(e)&&!bM.test(b)&&(c=f.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":e,e=f.pixelLeft+"px",f.left=c,d&&(a.runtimeStyle.left=d)),e===""?"auto":e}),p.each(["height","width"],function(a,b){p.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth===0&&bN.test(bH(a,"display"))?p.swap(a,bT,function(){return cb(a,b,d)}):cb(a,b,d)},set:function(a,c,d){return b_(a,c,d?ca(a,b,d,p.support.boxSizing&&p.css(a,"boxSizing")==="border-box"):0)}}}),p.support.opacity||(p.cssHooks.opacity={get:function(a,b){return bL.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=p.isNumeric(b)?"alpha(opacity="+b*100+")":"",f=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&p.trim(f.replace(bK,""))===""&&c.removeAttribute){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bK.test(f)?f.replace(bK,e):f+" "+e}}),p(function(){p.support.reliableMarginRight||(p.cssHooks.marginRight={get:function(a,b){return p.swap(a,{display:"inline-block"},function(){if(b)return bH(a,"marginRight")})}}),!p.support.pixelPosition&&p.fn.position&&p.each(["top","left"],function(a,b){p.cssHooks[b]={get:function(a,c){if(c){var d=bH(a,b);return bQ.test(d)?p(a).position()[b]+"px":d}}}})}),p.expr&&p.expr.filters&&(p.expr.filters.hidden=function(a){return a.offsetWidth===0&&a.offsetHeight===0||!p.support.reliableHiddenOffsets&&(a.style&&a.style.display||bH(a,"display"))==="none"},p.expr.filters.visible=function(a){return!p.expr.filters.hidden(a)}),p.each({margin:"",padding:"",border:"Width"},function(a,b){p.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bV[d]+b]=e[d]||e[d-2]||e[0];return f}},bO.test(a)||(p.cssHooks[a+b].set=b_)});var cd=/%20/g,ce=/\[\]$/,cf=/\r?\n/g,cg=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ch=/^(?:select|textarea)/i;p.fn.extend({serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ch.test(this.nodeName)||cg.test(this.type))}).map(function(a,b){var c=p(this).val();return c==null?null:p.isArray(c)?p.map(c,function(a,c){return{name:b.name,value:a.replace(cf,"\r\n")}}):{name:b.name,value:c.replace(cf,"\r\n")}}).get()}}),p.param=function(a,c){var d,e=[],f=function(a,b){b=p.isFunction(b)?b():b==null?"":b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=p.ajaxSettings&&p.ajaxSettings.traditional);if(p.isArray(a)||a.jquery&&!p.isPlainObject(a))p.each(a,function(){f(this.name,this.value)});else for(d in a)ci(d,a[d],c,f);return e.join("&").replace(cd,"+")};var cj,ck,cl=/#.*$/,cm=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,cn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,co=/^(?:GET|HEAD)$/,cp=/^\/\//,cq=/\?/,cr=/