<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bojovs</author_name>
  <author_url>https://blog.hatena.ne.jp/bojovs/</author_url>
  <blog_title>bojovs blog</blog_title>
  <blog_url>https://bojovs.hatenadiary.org/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>環境 Windows XP SP3 Python 2.5.2 Aptana Studio 問題 コード # -*- coding: utf-8 -*- a = &quot;あいうえお&quot; print a b = u&quot;かきくけこ&quot; print b 結果 あいうえお こんな感じで、実行しても「あいうえお」しか表示されない（unicode文字列が表示されない）。 解決方法 C:\Python25\Lib\site-packagesに「sitecustomize.py」を置き、中に import sys sys.setdefaultencoding('utf-8') と書く。 ~/lib/python2.4/si…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbojovs.hatenadiary.org%2Fentry%2F20080912%2F1221203098&quot; title=&quot;Pythonの日本語処理とか - bojovs 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-09-12 16:04:58</published>
  <title>Pythonの日本語処理とか</title>
  <type>rich</type>
  <url>https://bojovs.hatenadiary.org/entry/20080912/1221203098</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
