<div dir="ltr"><div>I accidently hit post too quick earlier:<br><br></div>Here's the completed and corrected post:<br><br>Hey,
<br><br>This is a silly question.
<br>I have been trying for a while to display a degree symbol in vtkCornerAnnotation.
<br><br>The way I am trying to do it is like this:
<br>std;:string angle = computeAngle()+"\u00B0";
<br>cornerAnnotation->SetText(3,angle.c_str()); //where cornerAnnotation if of type vtkCornerAnnotation.
<br><br>This displays something like 50° rather than 50°
<br>When I display the string on a terminal it works as expected.
<br><br>Am I missing something here?
<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 11:32 AM, junior <span dir="ltr"><<a href="mailto:alok.theanomaly@gmail.com" target="_blank">alok.theanomaly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey,<br>
<br>
This is a silly question.<br>
I have been trying for a while to display a degree symbol in<br>
vtkCornerAnnotation.<br>
<br>
The way I am trying to do it is like this:<br>
std;:string angle = computeAngle()+"\u00B0";<br>
cornerAnnotation->SetText(3,angle.c_str()); //where cornerAnnotation if of<br>
type vtkCornerAnnotation.<br>
<br>
This displays something like 50A&circ&deg<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Displaying-the-degree-symbol-u00B0-in-vtkCornerAnnotation-tp5729197.html" target="_blank">http://vtk.1045678.n5.nabble.com/Displaying-the-degree-symbol-u00B0-in-vtkCornerAnnotation-tp5729197.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">I live a simple life...  in 0s and 1s !</div>
</div>