<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>日本語対応 &#8211; カミュプリィの雑多なメモ</title>
	<atom:link href="https://www.commuply.co.jp/technic/memo/tag/%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%AF%BE%E5%BF%9C/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.commuply.co.jp/technic/memo</link>
	<description></description>
	<lastBuildDate>Thu, 26 Sep 2024 08:02:33 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.commuply.co.jp/technic/memo/wp-content/uploads/site-icon-150x150.png</url>
	<title>日本語対応 &#8211; カミュプリィの雑多なメモ</title>
	<link>https://www.commuply.co.jp/technic/memo</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[Python]日本語対応するために</title>
		<link>https://www.commuply.co.jp/technic/memo/fileno/</link>
		
		<dc:creator><![CDATA[ume]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 13:23:58 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[日本語対応]]></category>
		<guid isPermaLink="false">https://www.commuply.co.jp/technic/website/?p=129</guid>

					<description><![CDATA[　Pythonのプログラムを日本語対応するために次のコードを追加します。 import syssys.stdin = open(sys.stdin.fileno(), 'r', encoding='UTF-8')sys. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">　Pythonのプログラムを日本語対応するために次のコードを追加します。</p>



<p class="wp-block-paragraph"><code>import sys<br>sys.stdin = open(sys.stdin.fileno(), 'r', encoding='UTF-8')<br>sys.stdout = open(sys.stdout.fileno(), 'w', encoding='UTF-8')<br>sys.stderr = open(sys.stderr.fileno(), 'w', encoding='UTF-8')</code></p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
