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

Home » Public Forums » archive » byte/unicode mismatch
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: byte/unicode mismatch [message #63917 is a reply to message #63841] Fri, 21 November 2008 02:04 Go to previous messageGo to previous message
Allan Whiteford is currently offline  Allan Whiteford
Messages: 117
Registered: June 2006
Senior Member
Heinz Stege wrote:
> On Thu, 20 Nov 2008 09:23:52 -0800 (PST), mgalloy@gmail.com wrote:
>
>
>> On Nov 20, 3:19 am, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:
>>
>>> Hi
>>>
>>> the ascii table is gone.
>>>
>>> IDL> print,byte('�')
>>> 195 188
>>>

> The string entered in the workbench command line is encoded in UTF8.

Picking up on this point (and the one made by Mike) - it's mostly to do
with your editor. The workbench seems to be unicode aware so it really
is passing a two byte representation of � into the interpreter.

If I use the simple command line interface running through an xterm
(X.Org 6.8.99.903) which I guess isn't unicode aware then I get 252 with
the same version of IDL:

IDL> print,!version
{ x86 linux unix linux 7.0 Oct 25 2007 32 64}
IDL> print,byte('�')
252

but with the workbench:

IDL> print,!version
{ x86 linux unix linux 7.0 Oct 25 2007 32 64}
IDL> print,byte('�')
195 188

I would expect that if you read the character from a file (either as
data or in a .pro file) it depends on the program which wrote the file
and whether your editor was unicode-aware.

In saying all this, I don't understand unicode properly (does anyone?!?)
- I'm just reporting on the fact that it isn't just the IDL interpreter
which is the issue, it's to do with the editor which sends the character
to the interpreter.

This has already been said - I've just rephrased it using more
(unnecessary?) words. I hope it's helpful.

Thanks,

Allan
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: maximum LUN
Next Topic: Data organization question

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

Current Time: Thu Oct 09 19:56:55 PDT 2025

Total time taken to generate the page: 1.28394 seconds