POV-Ray : Newsgroups : povray.off-topic : Unicode Server Time
4 Sep 2024 17:24:11 EDT (-0400)
  Unicode (Message 23 to 32 of 32)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: TC
Subject: Re: Unicode
Date: 1 Feb 2010 07:50:03
Message: <4b66cdfb@news.povray.org>
Hitting the "^" followed by "SPACE" will give you "^" - but you probably 
knew that.

I think this is exactly as it should be - "^" is a kind of decoration (that 


"^" alone you just decorate an empty space.

"scott" <sco### [at] scottcom> schrieb im Newsbeitrag 
news:4b66ca86$1@news.povray.org...
>> In Word you can use some keyboard shortcuts...
>>
>> (ctrl ~)n
>> (ctrl :)u
>> (ctrl ^)a
>
> On my German keyboard pressing ^ by itself does that, annoying if you're 
> trying to type "^error" or something (often in C++ .net) because it comes 

> to go above other letters.


Post a reply to this message

From: scott
Subject: Re: Unicode
Date: 1 Feb 2010 07:52:52
Message: <4b66cea4$1@news.povray.org>
> I think this is exactly as it should be - "^" is a kind of decoration 

> same way,

I guess I'm in the minority then, by only using ^ for the power operator and 
as the reference thingy in .net.


Post a reply to this message

From: Invisible
Subject: Re: Unicode
Date: 1 Feb 2010 07:58:49
Message: <4b66d009$1@news.povray.org>
scott wrote:

> I guess I'm in the minority then, by only using ^ for the power operator 

Shouldn't that technically be "↑"? It's just that the original ASCII 
standard included "^" (why?) but not "↑". Or that's how I heard it. In 
books it's usually written as a superscript or as "↑", but never, ever 
as "^" except in programming languages...

> and as the reference thingy in .net.

...which use it because of the historic ASCII standard.


Post a reply to this message

From: Warp
Subject: Re: Unicode
Date: 1 Feb 2010 10:22:01
Message: <4b66f199@news.povray.org>
TC <do-not-reply@i-do get-enough-spam-already-2498.com> wrote:
> appropriate set. The range can be 0 through 255 for SBCS characters 
> and -32768 through 65535 for DBCS characters.

  Does that mean it skips some characters?

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Unicode
Date: 1 Feb 2010 12:02:49
Message: <4b670939@news.povray.org>
Invisible wrote:
> It's just that the original ASCII standard included "^" (why?)

It's also a caret. If it got replaced, I imagine it got replaced the same 
time left-arrow got replaced by underline.

-- 
Darren New, San Diego CA, USA (PST)
   Forget "focus follows mouse." When do
   I get "focus follows gaze"?


Post a reply to this message

From: TC
Subject: Re: Unicode
Date: 1 Feb 2010 12:37:23
Message: <4b671153@news.povray.org>
>> appropriate set. The range can be 0 through 255 for SBCS characters
>> and -32768 through 65535 for DBCS characters.
>
>  Does that mean it skips some characters?

I was using this stuff a year ago to be able to produce properly encoded 
files for Google Maps. Worked for me, so case closed.

I did not try and so I don't know for sure. I would guess negative numbers 
map to 32767+. Maybe this is an error in Microsoft's documentation. It 
seemed strange to me, too, but I did not use negative numbers, so why 
bother?

MS is somewhat notorious for misleading and faulty docs. I remember somebody 
saying that the docs for MS WinWord were less a manual but more a work of 
fiction. ;-)


Post a reply to this message

From: TC
Subject: Re: Unicode
Date: 1 Feb 2010 21:39:01
Message: <4b679045$1@news.povray.org>
> Shouldn't that technically be "?"? It's just that the original ASCII 
> standard included "^" (why?) but not "?". Or that's how I heard it. In 
> books it's usually written as a superscript or as "?", but never, ever as 
> "^" except in programming languages...

My VIC 20 had the ? - which was very useful when programming any game with 
ASCII graphics. It made a nice missile. ;-)


Post a reply to this message

From: Invisible
Subject: Re: Unicode
Date: 2 Feb 2010 04:36:28
Message: <4b67f21c$1@news.povray.org>
TC wrote:
>> Shouldn't that technically be "?"? It's just that the original ASCII 
>> standard included "^" (why?) but not "?". Or that's how I heard it. In 
>> books it's usually written as a superscript or as "?", but never, ever as 
>> "^" except in programming languages...
> 
> My VIC 20 had the ? - which was very useful when programming any game with 
> ASCII graphics. It made a nice missile. ;-) 

...so I'm guessing there was some kind of encoding error with this post. 
But I get what you're saying anyway. ;-)

I seem to recall that several 8-bit home computers had codes 128-255 
identical to codes 0-127, but with the colours inverted.


Post a reply to this message

From: TC
Subject: Re: Unicode
Date: 2 Feb 2010 12:44:42
Message: <4b68648a$1@news.povray.org>
"Invisible" <voi### [at] devnull> schrieb im Newsbeitrag 
news:4b67f21c$1@news.povray.org...
> TC wrote:
>>> Shouldn't that technically be "?"? It's just that the original ASCII 
>>> standard included "^" (why?) but not "?". Or that's how I heard it. In 
>>> books it's usually written as a superscript or as "?", but never, ever 
>>> as "^" except in programming languages...
>>
>> My VIC 20 had the ? - which was very useful when programming any game 
>> with ASCII graphics. It made a nice missile. ;-)
>
> ...so I'm guessing there was some kind of encoding error with this post. 
> But I get what you're saying anyway. ;-)

This shows us the joys of different encodings. ;-)

In my websites I changed all "?" to "EUR", so my customers can easily use 
the contents in different portals without having to worry about encoding. 
Copying UTF-encoded symbols and pasting the contents into a CMS is like 
playing with a wheel-of-fortune... you can never say what you will get.


Post a reply to this message

From: Darren New
Subject: Re: Unicode
Date: 2 Feb 2010 13:31:40
Message: <4b686f8c$1@news.povray.org>
TC wrote:
> Copying UTF-encoded symbols 

That's why all those technologies have entity escapes.


-- 
Darren New, San Diego CA, USA (PST)
   Forget "focus follows mouse." When do
   I get "focus follows gaze"?


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.