<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:code:char</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Sat, 30 May 2026 20:04:19 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>100.ASCIIコード表(JISコード表)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-003</link>
            <description>100.ASCIIコード表(JISコード表)

JIS X0201のコード表。半角文字と呼ばれる文字のコード。0x7FまでならASCIIコード互換。

	*  上位桁 + 下位桁 の16進数2桁が文字のコード。
		*  4 + 1 (0x41) → A
		*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:48:12 +0000</pubDate>
        </item>
        <item>
            <title>102.EBCDIKコード表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-004</link>
            <description>102.EBCDIKコード表

日立で使用されるEBCDIKコード
              上位桁                                                                                       0      1      2      3      4     5    6    7    8    9    A    B    C    D</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:49:50 +0000</pubDate>
        </item>
        <item>
            <title>101.EBCDICコード表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-005</link>
            <description>101.EBCDICコード表

日立で使用されるEBCDICコード
             上位桁                                                                                        0      1      2      3      4     5    6    7    8    9    A    B    C    D</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:48:53 +0000</pubDate>
        </item>
        <item>
            <title>106.漢字の対応表(Unicode to JISX0213)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-006</link>
            <description>106.漢字の対応表(Unicode to JISX0213)

2024-04-01 情報をPostgreSQLに移しそこからHTML生成させるようにした

2023-09-14 漢字の追加。読み情報追加。

2023-09-13 マッピングが怪しいので再設定した。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:55:00 +0000</pubDate>
        </item>
        <item>
            <title>107.非漢字の対応表(Unicode to JISX0213)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-007</link>
            <description>107.非漢字の対応表(Unicode to JISX0213)

2024-04-01 情報をPostgreSQLに移しそこからHTML生成させるようにした

2024-02-10 HTML生成結果の欠損行回復

2023-09-14 U+2211 ∑,U+03C2 ς,U+2460 ①,U+2461 ②,U+2462 ③ の修正。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:55:00 +0000</pubDate>
        </item>
        <item>
            <title>103.全角から半角への変換表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-008</link>
            <description>103.全角から半角への変換表

2015/07/31

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

全角のひらがな、カタカナ、関連する記号、をHALFWIDTHの文字に正規化する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:55:00 +0000</pubDate>
        </item>
        <item>
            <title>104.半角から全角への変換表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-011</link>
            <description>104.半角から全角への変換表

2015/08/01

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

この変換に意味があるかは分からない。

英数記号をFULLWIDTHがつく文字へ変換する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:55:00 +0000</pubDate>
        </item>
        <item>
            <title>105.全角ひらがなカタカナ正規化表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-013</link>
            <description>105.全角ひらがなカタカナ正規化表

2015/08/01

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

正規化表２で合成文字等を1文字に正規化する。※または複数文字に分解する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:55:00 +0000</pubDate>
        </item>
        <item>
            <title>005.正規表現の\dに合致する文字の表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-016</link>
            <description>005.正規表現の\dに合致する文字の表

2026-04-07
まぁ正規表現の\dを0～9合致、って言うのは安直だよ？という話。

Decimal Number（Nd）の一覧

正規表現の\dは文字0～9に合致、って言うのはちょっと違っていて実際にはいわゆる全角文字の０～９にも合致するし、他にも合致するセットがある。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:37:22 +0000</pubDate>
        </item>
        <item>
            <title>001.文字コード関連</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/start</link>
            <description>001.文字コード関連</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 05:44:35 +0000</pubDate>
        </item>
    </channel>
</rss>
