<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>const</author_name>
  <author_url>https://blog.hatena.ne.jp/const/</author_url>
  <blog_title>仮メモ</blog_title>
  <blog_url>https://const.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>UTF-8 でセットアップした MeCab を Text::Mecab から使ってみたが、feature のマッチがうまくいかない。 調べてみると、文字列に utf8 フラグが立っていなかった。MeCab 自体のエンコーディングがいろいろだから、ネイティブ文字列に変換するよりもオクテット列で持っておこうということかもしれない。 Encode::decode_utf8() で変換する。 use utf8; use Text::MeCab; use Encode qw(decode_utf8); my $mecab = Text::MeCab-&gt;new(); my $node = $mecab-&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fconst.hatenadiary.jp%2Fentry%2F20130208%2Fp2&quot; title=&quot;Text::MeCabとUTF-8 - 仮メモ&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>2013-02-08 00:00:01</published>
  <title>Text::MeCabとUTF-8</title>
  <type>rich</type>
  <url>https://const.hatenadiary.jp/entry/20130208/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
