<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Cryolite</author_name>
  <author_url>https://blog.hatena.ne.jp/Cryolite/</author_url>
  <blog_title>Cry's Blog</blog_title>
  <blog_url>https://blog.cryolite.net/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>Locale</anon>
  </categories>
  <description>#include &lt;locale&gt; #include &lt;string&gt; #include &lt;algorithm&gt; #include &lt;iostream&gt; #include &lt;iterator&gt; int main() { using namespace std; locale::global(locale(&quot;&quot;)); wstring str[] = {L&quot;亜&quot;, L&quot;井&quot;, L&quot;宇&quot;, L&quot;江&quot;, L&quot;尾&quot;}; sort(str, str + 5); cout &lt;&lt; &quot;Unicode（UCS）でのソート結果&quot; &lt;&lt; endl; copy(str, str + 5, ostream_iterato…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.cryolite.net%2Fentry%2F20041030%2Fp2&quot; title=&quot;ワイド文字列（wstring, wchar_t）を環境のエンコードにおける順序でソートする - Cry&amp;#39;s 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>2004-10-30 00:00:01</published>
  <title>ワイド文字列（wstring, wchar_t）を環境のエンコードにおける順序でソートする</title>
  <type>rich</type>
  <url>https://blog.cryolite.net/entry/20041030/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
