GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    zunda (zundan@mastodon.zunda.ninja)'s status on Sunday, 09-Feb-2025 14:35:21 JSTzundazunda
    in reply to
    • tateisu​ :force:​:r_9a:
    • かき@GNUsocialJP

    @tateisu なるほどそれじゃあmataタグでもう一度文字コードを…と思ったのですがユニコード以外は今は規格外なのかもですね

    require "sinatra"

    def entity_reference(str, encoding)
    str.encode(encoding).codepoints.map{|c| "&##{c};"}.join
    end

    get "/euc-jp-equiv" do
    headers "Content-Type" => "text/html; charset=ISO-8859-1"
    <<"_HTML"
    <html>
    <meta http-equiv="content-type" content="text/html; charset=EUC-JP">
    <body><p>#{entity_reference("こんにちは", "EUC-JP")}</p></body>
    </html>
    _HTML
    end

    In conversationabout 4 months ago from mastodon.zunda.ninjapermalink

    Attachments


    1. https://s3.amazonaws.com/zundan-mastodon/media_attachments/files/113/972/299/777/536/428/original/5ba4377daf44688a.png
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.