FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   non-ascii characters
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: non-ascii characters  (Read 330 times)
leth


non-ascii characters
« on: Sep 20th, 2004, 9:08pm »

How can I use special danish character in text (æ,ø,å)?
 
I have tried with p5 68, but what happens is, that all the letters after the special character (including the special character) just is not there, when I run it.
I have tried writing å æ ø like you do in html, but it just displays: å æ ø and not æ, ø, å.
 
Can anyone help me? Thanks, Lene
 
 
fry


WWW
Re: non-ascii characters
« Reply #1 on: Sep 20th, 2004, 9:11pm »

use rev 69, and the "create font" option that will create the font for you, rather than fonts that are included with p5. select the "all characters" option if you want something like a japanese font.
 
68 might work ok too, but there were some bugs in 68 with fonts i believe. either way, make sure you use 'create font'.
« Last Edit: Sep 20th, 2004, 9:14pm by fry »  
leth


Re: non-ascii characters
« Reply #2 on: Sep 22nd, 2004, 9:06pm »

Thank you.
 
It works allright with create font in 68 for danish speciel letters. I just was not aware of the opportunity to do that. Perfect.
 
Pages: 1 

« Previous topic | Next topic »