POV-Ray : Newsgroups : povray.animations : UTF-8 : Re: UTF-8 Server Time
15 Jun 2024 06:43:19 EDT (-0400)
  Re: UTF-8  
From: em-sigma
Date: 18 Nov 2005 08:05:01
Message: <web.437dd04fe1bae7e6b97a06d80@news.povray.org>
Hi Alfredo,
to put in some foreign characters in your text you can do it this way:

look up the character in the character table
       (N tilde = Alt 209, n tilde = Alt 241)

then declare it in your .pov file
       #declare Nt=chr(209);
       #declare nt=chr(241);

and use it in your text like this
       concat("Ni",nt,"o");

This sounds a little complicated, but it works.

Hope it helps,

greetings, em-sigma


Post a reply to this message

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