POV-Ray : Newsgroups : povray.general : Shortest Code Contest, Round Two, display and voting page : Re: Shortest Code Contest, Round Two, display and voting page Server Time
6 Aug 2024 08:19:04 EDT (-0400)
  Re: Shortest Code Contest, Round Two, display and voting page  
From: Warp
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

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