POV-Ray : Newsgroups : povray.general : Shortest Code Contest, Round Two, display and voting page Server Time
6 Aug 2024 08:15:58 EDT (-0400)
  Shortest Code Contest, Round Two, display and voting page (Message 21 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: TinCanMan
Subject: Re: Shortest Code Contest, Round Two, display and voting page
Date: 11 Jul 2002 07:41:31
Message: <3d2d6eeb$1@news.povray.org>

> simplified to Wlodzimierz (the second letter is stroked L). I hope that
when
> registered www.povray.org users would have posting feature then it should
fix
> my language caprice.
>
> ABX

I had been wondering what the little superscript '3' meant :)
Now how do you pronounce this this?

-tgq


Post a reply to this message

From: Bill DeWitt
Subject: Re: Shortest Code Contest, Round Two, display and voting page
Date: 11 Jul 2002 08:09:31
Message: <3d2d757b$1@news.povray.org>
"TinCanMan" <Tin### [at] hotmailcom> wrote :
>
> I had been wondering what the little superscript '3' meant :)
> Now how do you pronounce this this?

    Just like it's spelled. With difficulty.

    Vladimir with a Russian accent?


Post a reply to this message

From: Warp
Subject: Re: Shortest Code Contest, Round Two, display and voting page
Date: 14 Jul 2002 11:19:10
Message: <3d31966d@news.povray.org>
TinCanMan <Tin### [at] hotmailcom> wrote:


> I had been wondering what the little superscript '3' meant :)

  This means that you are using the ISO-8859-1 charset (aka. ISO-Latin-1),
which is the most common charset.
  If you are going to use characters with values >127, you'll better use
the Latin-1 charset or just transliterate to ASCII, or else most people in
the world will see the wrong characters (as happened in this case). You just
can't assume that everyone in the world uses the same charset as you
(you can more or less assume this for the Latin-1 charset, even though not
*everyone* uses it, but most people by default).

  (Of course this depends a lot where you are. In Japan the most common
charsets are Shift JIS and EUC JP.)

  In webpages the situation is better because you can tell the charset to
use in the headers of the page (and then it's only up to the viewer to have
the proper browser support and font to view it).

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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