<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>プログラム</anon>
  </categories>
  <description>ワイド文字列について理解していなかったので個人的なまとめ。 //wchar_t wstr[] = &quot;日本語&quot;; // const char [11]' から 'wchar_t []' に変換出来ない wchar_t wstr[] = L&quot;日本語&quot;; // ワイド文字列の先頭に L をつける std::wcout.imbue(std::locale(&quot;japanese&quot;)); std::wcout &lt;&lt; wstr[0] &lt;&lt; std::endl; std::wcout &lt;&lt; wstr[1] &lt;&lt; std::endl; std::wcout &lt;&lt; wstr[2] &lt;&lt; std::endl; ass…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20100918%2F1284796037&quot; title=&quot;ワイド文字列 - C++でゲームプログラミング&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>2010-09-18 16:47:17</published>
  <title>ワイド文字列</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20100918/1284796037</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
