<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ke_takahashi</author_name>
  <author_url>https://blog.hatena.ne.jp/ke_takahashi/</author_url>
  <blog_title>memorandums</blog_title>
  <blog_url>https://memorandums.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Jabrefのソースコード（Java）の文字コード（改行コード）を調べました。手順をメモとして残しておきます（Evernoteに残しておくような内容ですが。。。）Jabrefのソースのトップディレクトリに移動して以下を入力します。（もっと短く書けるはずですがとりあえずベタな方法で） find . -name &quot;*.java&quot; -exec nkf --guess {} \; &gt; a続いて文字コード（改行コード）の種類を以下のコマンドで取得します。 sort a | uniq結果は以下のようになりました。ASCII (CRLF) ASCII (LF) EUC-JP (LF) UTF-8 (CRLF…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemorandums.hatenablog.com%2Fentry%2F2014%2F05%2F02%2F010608&quot; title=&quot;ソースファイルの文字コードを確認する - memorandums&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>2014-05-02 01:06:08</published>
  <title>ソースファイルの文字コードを確認する</title>
  <type>rich</type>
  <url>https://memorandums.hatenablog.com/entry/2014/05/02/010608</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
