<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a666666</author_name>
  <author_url>https://blog.hatena.ne.jp/a666666/</author_url>
  <blog_title>@kyanny's blog</blog_title>
  <blog_url>https://blog.kyanny.me/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>うまく説明できないけど、 #3. のブロックが pass して欲しい。 #!/usr/local/bin/perl # $Id$ use strict; use warnings; use Test::More; plan 'no_plan'; use Encode; my $kanji = '騙'; { #1. pass my $hex = &quot;\xf1\xd9&quot;; is $hex, to_euc($kanji); }; { #2. fail my $hex = '\xf1\xd9'; is $hex, to_euc($kanji); }; { #3. fail... my $hex = '\…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kyanny.me%2Fentry%2F20081226%2F1230296903&quot; title=&quot; &amp;#39;\xf1\xd9&amp;#39; みたいな16進数文字列を変数展開？して「騙」って漢字にしたい - @kyanny&amp;#39;s blog&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>2008-12-26 22:08:23</published>
  <title> '\xf1\xd9' みたいな16進数文字列を変数展開？して「騙」って漢字にしたい</title>
  <type>rich</type>
  <url>https://blog.kyanny.me/entry/20081226/1230296903</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
