<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ymko</author_name>
  <author_url>https://blog.hatena.ne.jp/ymko/</author_url>
  <blog_title>ymkoの日記</blog_title>
  <blog_url>https://ymko.hatenadiary.org/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>文字コードに起因する脆弱性とその対策 Shift_JISでは”表”という文字の2バイト目は&quot;\&quot;にマッチする。 ということで検証コード。Windows上のactiveperlでやってみた。 use strict; use warnings; # ”表”をスクリプト上に書くとエラー（\を認識してしまうみたい） # なので&lt;DATA&gt;から読み出す方法を試す #my $hyou = qq(表); while (my $hyou = &lt;DATA&gt;) { chomp $hyou; print &quot;[$hyou] is\n&quot;; if ($hyou =~ /\\/) { print &quot;\\ match.\n&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fymko.hatenadiary.org%2Fentry%2F20100925%2F1285432166&quot; title=&quot;Shift_JISのperlスクリプトでは”表”という文字を使えない件 5C問題 - ymkoの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-25 01:29:26</published>
  <title>Shift_JISのperlスクリプトでは”表”という文字を使えない件 5C問題</title>
  <type>rich</type>
  <url>https://ymko.hatenadiary.org/entry/20100925/1285432166</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
