|
|
Hello,
Cannot use degrees "°" symbol in POV. In UTF8, the code is 176/0xB0.
In global_settings, I've added the option "charset utf8".
I defined: #declare DEGREE_SIGN = chr(176);
Both in the console (#debug") and in a :
#declare DEStr = concat(str(DECDeg,-2,0), DEGREE_SIGN,
str(DECMinute,-2,3),"'")
#write (OUTFILE, concat(DateStr,"\t", RAStr,"\t", DEStr,"\n") )
The sign never appears...
Any help ?
--
Kurtz le pirate
Compagnie de la Banquise
Post a reply to this message
|
|