<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dayflower</author_name>
  <author_url>https://blog.hatena.ne.jp/dayflower/</author_url>
  <blog_title>daily dayflower</blog_title>
  <blog_url>https://dayflower.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>use strict; use warnings; sub Dump { @_ = map { sprintf &quot;'%s'(%s)&quot;, $_, utf8::is_utf8($_) ? 'utf8' : 'bytes' } @_; print {*STDERR} join(q{, }, @_), &quot;\n&quot;; } no utf8; Dump( foo =&gt; 'bar' ); #=&gt; 'foo'(bytes), 'bar'(bytes) no utf8; だもんで，両者とも bytes なのは，まぁあたりまえ。 ところが，これを use utf8; で動かすと…… use utf8; Dump( f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdayflower.hatenablog.com%2Fentry%2F20090129%2F1233202917&quot; title=&quot; use utf8 環境下で =&amp;gt; オペレータの左辺が UTF8 flag on になってしまう - daily dayflower&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>2009-01-29 13:21:57</published>
  <title> use utf8 環境下で =&gt; オペレータの左辺が UTF8 flag on になってしまう</title>
  <type>rich</type>
  <url>https://dayflower.hatenablog.com/entry/20090129/1233202917</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
