<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>STL</anon>
  </categories>
  <description>VC++ではワイド文字列（L&quot;...&quot;）に絵文字を含めることができます。この文字列に対してstd::iswgraphを適用しても戻り値はfalseです。 #include &lt;string&gt; #include &lt;cwctype&gt; #include &lt;iostream&gt; #include &lt;iomanip&gt; int main() { const std::wstring s{ L&quot;🍊🍎😁&quot; }; for (auto i = s.cbegin(); i != s.cend(); i++) { auto c = *i; std::wcout &lt;&lt; L&quot;0x&quot; &lt;&lt; std::hex &lt;&lt; std::s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2021%2F04%2F03%2F184117&quot; title=&quot;C++ Windows環境で絵文字のstd::iswgraphがfalseな理由の考察 - potisanのプログラミングメモ&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>2021-04-03 18:41:17</published>
  <title>C++ Windows環境で絵文字のstd::iswgraphがfalseな理由の考察</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2021/04/03/184117</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
