<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:14pt"><div>Dear folks,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">I noticed several months ago that PointName does not support Chinese characters directly. According to Leo Liu (http://tex.stackexchange.com/a/113358/19356), to solve it, we need to wrap the Chinese characters in a box first. The following example shows how we have to do but it seems to be very verbose as we have to type many keystrokes more.</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color:
 rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Could you patch pst-eucl to fix this issue? </div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style:
 normal;">\documentclass[pstricks,border=12pt]{standalone}</div><div>\usepackage{pst-eucl}</div><div>\usepackage{CJKutf8}</div><div>\newsavebox\IBoxO</div><div>\newsavebox\IBoxA</div><div>\newsavebox\IBoxB</div><div>\newsavebox\IBoxC</div><div>\newsavebox\IBoxD</div><div>\newsavebox\IBoxE</div><div><br></div><div>\begin{document}</div><div>\begin{CJK}{UTF8}{bsmi}</div><div>\savebox\IBoxO{中}</div><div>\savebox\IBoxA{北}</div><div>\savebox\IBoxB{南}</div><div>\savebox\IBoxC{東}</div><div>\savebox\IBoxD{北東部}</div><div>\savebox\IBoxE{東北}</div><div><br></div><div>\begin{pspicture}[showgrid=false](6,4.25)</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>\pstGeonode[PosAngle={180,150,155,185},</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>PointName={\usebox\IBoxO,\usebox\IBoxA,\usebox\IBoxB,\usebox\IBoxC}]</div><div><span class="Apple-tab-span" style="white-space:pre"> 
        </span>(2,2){O}</div><div><span class="Apple-tab-span" style="white-space:pre">             </span>([nodesep=2,angle=110]O){A}</div><div><span class="Apple-tab-span" style="white-space:pre">          </span>([nodesep=2,angle=-70]O){B}</div><div><span class="Apple-tab-span" style="white-space:pre">          </span>([nodesep=2,angle=-10]O){C}</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>\nodexn{2(C)-(B)}{D'}</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>\pnode([offset=3,nodesep=2]{C}O){E'}</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>\pstInterLL[PosAngle=90,PointName=\usebox\IBoxE]{C}{E'}{A}{D'}{E}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>\pstGeonode[PosAngle=50,PointName=\usebox\IBoxD](D'){D}</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>\pstCircleOA{O}{A}</div><div><span class="Apple-tab-span" style="white-space:pre">
        </span>\pspolygon(A)(B)(D)</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>\pspolygon(A)(C)(E)</div><div>\end{pspicture}</div><div><br></div><div>\end{CJK}</div><div>\end{document}</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Best regards,</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">D. E. Knot</div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial,
 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 19px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><a href="http://tex.stackexchange.com/users/19356/donut-e-knot">http://tex.stackexchange.com/users/19356/donut-e-knot</a><br></div></div></body></html>