<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>#!/usr/bin/env python # *-# -*- coding: utf-8 -*- utf8_str_li = [&quot;あいうえお&quot;,&quot;かきくけこ&quot;] sjis_str_li = [unicode(s, &quot;utf8&quot;).encode(&quot;sjis&quot;) for s in utf8_str_li] print &quot;「sjis文字列」（文字化けするはず）&quot; print &quot;\n&quot;.join(sjis_str_li) sjis_to_utf8_li = map(lambda s:unicode(s, &quot;sjis&quot;).encode(&quot;utf8&quot;), sjis_str_li) print &quot;「utf…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F20080628%2Fp2&quot; title=&quot; Pythonでリストの文字列をmap()とlambdaを使って文字コードを変換してみた - 牌語備忘録 -pygo&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-06-28 00:00:00</published>
  <title> Pythonでリストの文字列をmap()とlambdaを使って文字コードを変換してみた</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/20080628/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
