
{"id":1333,"date":"2010-04-12T21:15:34","date_gmt":"2010-04-12T15:45:34","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=1333"},"modified":"2010-04-12T21:15:34","modified_gmt":"2010-04-12T15:45:34","slug":"wcwidth-programming","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/04\/12\/wcwidth-programming\/","title":{"rendered":"wcwidth programming"},"content":{"rendered":"<p>wcwidth &#8211; determine columns needed for a wide character<\/p>\n<pre class=\"brush:c\">\n#define _XOPEN_SOURCE\n#include &lt;wchar.h&gt;\n#include&lt;stdio.h&gt;\n\nmain()\n{\nint value;\nwchar_t cr;\ncr='H';\nvalue=wcwidth(cr);\nprintf(\"\\n %d \\n\",value);\n}\n<\/pre>\n<p style=\"background-color:yellow;\">\n<a> http:\/\/gcc.gnu.org\/ml\/gcc-bugs\/2000-10\/msg00540.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>wcwidth &#8211; determine columns needed for a wide character #define _XOPEN_SOURCE #include &lt;wchar.h&gt; #include&lt;stdio.h&gt; main() { int value; wchar_t cr; cr=&#8217;H&#8217;; value=wcwidth(cr); printf(&#8220;\\n %d \\n&#8221;,value); } http:\/\/gcc.gnu.org\/ml\/gcc-bugs\/2000-10\/msg00540.html<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[1035,1665,1673],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1333"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=1333"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1333\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}