I think this stuff of encoding is important. Maybe we should ask an entry in
F.A.Q saying something like this:

"
When I type certain characters a '?' is displayed instead of the real
problem.

The standard font in Pharo covers the latin-15 character set. Which means it
should be able to display áíé, with a Unicode conversion
table. However, all input outside ascii range is in Unicode, so to display
those you need to
- Import a Font which includes them. (Like the DejaVu FT-font included
previously)
- Change the fonts used to the one you know support those characters
from the world right click menu, in System -> Preferences -> System fonts.
"

What do you think?

Cheers,

Mariano

On Tue, Dec 15, 2009 at 8:33 PM, Stéphane Ducasse <[email protected]
> wrote:

> Thanks for your feedback.
>
> Stef
>
> On Dec 15, 2009, at 8:26 PM, Martin Polák wrote:
>
> > Interesting...I copied 'Fonts' folder from older Pharo dist. to new
> > one and now I can see all system fonts installed on my Mac. So I have
> > chosen Monaco font for code and all characters were displayed
> > correctly. So problem is gone, I hope. Thanks for your time.
> >
> > Cheers,
> > Martin
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [email protected]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to