The character set normally installed ("fonts")
have much more characters and signs than the normal ASCII set.
We can use all installed character sets.
Problems occure with national characters because POV-Ray
by default know only to handle the basic ASCII set.
To enable POV-Ray to use also national characters in text objects we use the command: global_settings { charset utf8 }
To render Asistic and Arabic characters,
if we don't live right in these regions,
we need to have
unicode fonts installed, i.e.:
ttf "MSMINCHO.TTF" (see upper line)
ttf "SIMSUN.TTF"
ttf "BATANG.TTF"
ttf "ARIALUNI.TTF" (see lower line)
(far easter language support of Microsoft!)