Re: Unicodes in IDL. [message #22089] |
Mon, 23 October 2000 19:40 |
George Constantinides
Messages: 16 Registered: July 2000
|
Junior Member |
|
|
Thanks David,
I hope I can repay the favour one day.
Perhaps I can find some more typos in your "IDL Programming Techniques"
manual.
--
Regards,
* * * * * George Constantinides
**** **** ** ** ** Manly Hydraulics Laboratory
** **** ** ********* ** 110b King Street Manly Vale NSW
** ** ** ********* ** Voice: (02) 9949 0200
** ** ** ** ********* Fax: (02) 9948 6185
* * * * ******* email: GeorgeC@mhl.nsw.gov.au
URL http://www.mhl.nsw.gov.au
|
|
|
Re: Unicodes in IDL. [message #22093 is a reply to message #22089] |
Mon, 23 October 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
George Constantinides (gconstantinides@mhl.nsw.gov.au) writes:
> Thanks David,
> I hope I can repay the favour one day.
> Perhaps I can find some more typos in your "IDL Programming Techniques"
> manual.
I've had about a dozen pair of eyeballs giving the
new book a once over in preparation for the big
release coming up in about a week. The odd thing
is they are finding all the typos in the text I
didn't change at all!
If ever there was a need for Open Source book
publishing, it would be to get rid of typos!
The damn things are insidious. But I want you to
know that if you report them, I fix them within
about 5 minutes of receiving the report, that's
how much I hate them. Alas, I've given up all
hope of perfection, but I still strive for
diligence. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Unicodes in IDL. [message #22106 is a reply to message #22093] |
Mon, 23 October 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
George Constantinides (gconstantinides@mhl.nsw.gov.au) writes:
> I have an IDL text object with formatting enabled, ie: yTitle =
> Obj_New('IDLgrText', ytitle,Formatting_Enabled=1).
> I am using the !Z() embedded formatting command to specify the special
> symbol for (deg C) for example, and I don't know the code.
> As far as know Unicode is a 16-bit superset of Ascii codes. Where can I
> find a list of Unicodes for Scientific symbols and especially for the
> degC .
Try this:
http://www.unicode.org/charts/web.html
On my PC, I always use the Programs->Accessories->Character Map
application that is standard on Windows platforms. The Unicode
is listed in the lower-right corner as you click on characters.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|