<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nyarla-net</author_name>
  <author_url>https://blog.hatena.ne.jp/nyarla-net/</author_url>
  <blog_title>カラクリスタ</blog_title>
  <blog_url>https://the.nyarla.jp/</blog_url>
  <categories>
  </categories>
  <description>概要: ファイル名から記号とか機種依存文字を取り除くスクリプトを書いた Windows 専用だったりするけど、 ファイル名に含まれる全角英数を半角英数に ファイル名に含まれる半角かなを全角かなに ファイル名から半角英数と一部の記号、平仮名、片仮名、漢字以外を削除 を実行するスクリプトを書いた。 以下スクリプト。 #!perl use strict; use warnings; use utf8; use File::Find::Rule; use File::Copy; use Encode qw( find_encoding decode ); use Unicode::Japanese; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthe.nyarla.jp%2Fposts%2F2009%2F04%2F11%2F001551%2F&quot; title=&quot;ファイル名から記号とかを取り除くスクリプトを書いた - カラクリスタ&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-04-11 00:15:51</published>
  <title>ファイル名から記号とかを取り除くスクリプトを書いた</title>
  <type>rich</type>
  <url>https://the.nyarla.jp/posts/2009/04/11/001551/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
