comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Special characters in PostScript
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Special characters in PostScript [message #63683] Wed, 19 November 2008 05:45 Go to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Bernhard Reinhardt writes:

> Solved the problem. The workbench saves the files in UTF-8. After
> setting the Text file encoding at Preferences->General-> Workspace to
> ISO-8859-1 everything is fine.

Are we talking about *graphical* output, or something else?

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Special characters in PostScript [message #63684 is a reply to message #63683] Wed, 19 November 2008 04:14 Go to previous messageGo to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Bernhard Reinhardt schrieb:
> Reimar Bauer wrote:
>> Bernhard Reinhardt schrieb:
>>> Hi,
>>>
>>> I tried that. But then a Ü becomes A with a ~ on top. Without isolatin1
>>> it becomes a ^.
>>>
>>
>> which idl version?
>
> idl 7.0.
>
> Solved the problem. The workbench saves the files in UTF-8. After
> setting the Text file encoding at Preferences->General-> Workspace to
> ISO-8859-1 everything is fine.
>

yeah that is one of that fsck improvements which are only half implemented.

Reimar
Re: Special characters in PostScript [message #63685 is a reply to message #63684] Wed, 19 November 2008 03:43 Go to previous messageGo to next message
Bernhard Reinhardt is currently offline  Bernhard Reinhardt
Messages: 26
Registered: October 2008
Junior Member
Reimar Bauer wrote:
> Bernhard Reinhardt schrieb:
>> Hi,
>>
>> I tried that. But then a Ü becomes A with a ~ on top. Without isolatin1
>> it becomes a ^.
>>
>
> which idl version?

idl 7.0.

Solved the problem. The workbench saves the files in UTF-8. After
setting the Text file encoding at Preferences->General-> Workspace to
ISO-8859-1 everything is fine.

Regards

Bernhard
Re: Special characters in PostScript [message #63686 is a reply to message #63685] Wed, 19 November 2008 01:52 Go to previous messageGo to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Bernhard Reinhardt schrieb:
> Hi,
>
> I tried that. But then a Ü becomes A with a ~ on top. Without isolatin1
> it becomes a ^.
>

which idl version?

Reimar

> Regards
>
> Bernhard
>
> Reimar Bauer wrote:
> enable isolatin1 by the device command
>
> cheers
> Reimar
>
> Bernhard Reinhardt schrieb:
>>>> Hi,
>>>>
>>>> is it possible to print special charakters like umlaut vowels in a
>>>> simple way to postscript files?
>>>>
>>>> I´ve read Davids article "How can I place a less-than-or-equal sign (d)
>>>> in my PostScript output?". But that is to complicated for routine use.
>>>>
>>>> Is there something like setting a variable at startup to "ISO 8859-1".
>>>> The worst thing I´d accept would be a string converter-function. Like
>>>>
>>>> title=convert_special_chars('Viele Umlaute: üöüöäßß')
>>>> plot, TITLE=title
>>>>
>>>> Does something like that exist? If not, I rather resign on these
>>>> characters.
>>>>
>>>> Best regards
>>>>
>>>> Bernhard
>>>>
>
Re: Special characters in PostScript [message #63687 is a reply to message #63686] Wed, 19 November 2008 00:12 Go to previous messageGo to next message
Bernhard Reinhardt is currently offline  Bernhard Reinhardt
Messages: 26
Registered: October 2008
Junior Member
Hi,

I tried that. But then a Ü becomes A with a ~ on top. Without isolatin1
it becomes a ^.

Regards

Bernhard

Reimar Bauer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> enable isolatin1 by the device command
>
> cheers
> Reimar
>
> Bernhard Reinhardt schrieb:
>> Hi,
>>
>> is it possible to print special charakters like umlaut vowels in a
>> simple way to postscript files?
>>
>> I´ve read Davids article "How can I place a less-than-or-equal sign (≤)
>> in my PostScript output?". But that is to complicated for routine use.
>>
>> Is there something like setting a variable at startup to "ISO 8859-1".
>> The worst thing I´d accept would be a string converter-function. Like
>>
>> title=convert_special_chars('Viele Umlaute: üöüöäßß')
>> plot, TITLE=title
>>
>> Does something like that exist? If not, I rather resign on these
>> characters.
>>
>> Best regards
>>
>> Bernhard
>>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iD8DBQFJIteq5aOc3Q9hk/kRAimPAJ9Mj5FQMK1hvohXOLrD1shWKKw1DwCg sYmr
> KljhP+jags2fpqIyC/J380A=
> =RVfd
> -----END PGP SIGNATURE-----
Re: Special characters in PostScript [message #63710 is a reply to message #63687] Tue, 18 November 2008 07:15 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Bernhard Reinhardt writes:

> is it possible to print special charakters like umlaut vowels in a
> simple way to postscript files?
>
> I´ve read Davids article "How can I place a less-than-or-equal sign (≤)
> in my PostScript output?". But that is to complicated for routine use.
>
> Is there something like setting a variable at startup to "ISO 8859-1".
> The worst thing I´d accept would be a string converter-function. Like
>
> title=convert_special_chars('Viele Umlaute: üöüöäßß')
> plot, TITLE=title
>
> Does something like that exist? If not, I rather resign on these characters.

Life can be tough some days. :-(

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Special characters in PostScript [message #63712 is a reply to message #63710] Tue, 18 November 2008 06:56 Go to previous messageGo to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

enable isolatin1 by the device command

cheers
Reimar

Bernhard Reinhardt schrieb:
> Hi,
>
> is it possible to print special charakters like umlaut vowels in a
> simple way to postscript files?
>
> I´ve read Davids article "How can I place a less-than-or-equal sign (≤)
> in my PostScript output?". But that is to complicated for routine use.
>
> Is there something like setting a variable at startup to "ISO 8859-1".
> The worst thing I´d accept would be a string converter-function. Like
>
> title=convert_special_chars('Viele Umlaute: üöüöäßß')
> plot, TITLE=title
>
> Does something like that exist? If not, I rather resign on these
> characters.
>
> Best regards
>
> Bernhard
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFJIteq5aOc3Q9hk/kRAimPAJ9Mj5FQMK1hvohXOLrD1shWKKw1DwCg sYmr
KljhP+jags2fpqIyC/J380A=
=RVfd
-----END PGP SIGNATURE-----
Re: Special characters in PostScript [message #63779 is a reply to message #63683] Thu, 20 November 2008 01:33 Go to previous messageGo to next message
Bernhard Reinhardt is currently offline  Bernhard Reinhardt
Messages: 26
Registered: October 2008
Junior Member
David Fanning wrote:
> Bernhard Reinhardt writes:
>
>> Solved the problem. The workbench saves the files in UTF-8. After
>> setting the Text file encoding at Preferences->General-> Workspace to
>> ISO-8859-1 everything is fine.
>
> Are we talking about *graphical* output, or something else?

We are talking about a plot with a title.
Is that graphical output? Who knows?

Regards

bernhard
Re: Special characters in PostScript [message #63859 is a reply to message #63779] Thu, 20 November 2008 06:56 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Bernhard Reinhardt writes:

> David Fanning wrote:
>> Bernhard Reinhardt writes:
>>
>>> Solved the problem. The workbench saves the files in UTF-8. After
>>> setting the Text file encoding at Preferences->General-> Workspace to
>>> ISO-8859-1 everything is fine.
>>
>> Are we talking about *graphical* output, or something else?
>
> We are talking about a plot with a title.
> Is that graphical output? Who knows?

So, let me get this straight. To get a character with an umlat,
say, in the title of my IDL plot, I have to change the encoding
of the Workbench *editor*? Even for IDL, that seems too weird.
Are you sure about this? Can you give me an example?

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: moment functions with dimen keyword
Next Topic: Re: Too Many Posts

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:52:04 PDT 2025

Total time taken to generate the page: 0.00690 seconds