Recent Changes - Search:

Interferometry basics

Observing

Data Reduction

AGN Large Programme

Other AGN programmes

High angular resolution @ MPIA

Other Links

PmWiki


DR /

IDLMac

DR.IDLMac History

Hide minor edits - Show changes to output

July 18, 2008, at 14:21 CET by leo -
Added lines 1-10:
If you use a Unicode encoding in the Terminal you might encounter problems in IDL when sending commands after correcting wrong input that had contained a 'umlaut' (äöü) character or other non-English characters.

E.g. writing
[@ürint, 'He@]
...correcting it to...
[@print, 'Hello World!'@]
...and then sending it off, you will get
[@% Attempt to call undefined procedure/function: 'CPRINT'.@]

That is (I think) because Unicode uses two-byte characters and when deleting a two-byte character like an 'ü' IDL only deletes one of these two and the other one remains. This does not occur when you select a one-byte encoding like "Western European (Mac OS Latin)".
Edit - History - Print - Recent Changes - Search
Page last modified on July 18, 2008, at 14:21 CET