[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Little problem with old schematic in new gschem



[snip]
>I loaded a little old schematic file in the latest gschem release. Works fine,
> 
>but some characters appears as '?', and on the log screen appears messages 
>like:
>Could not find character ' ' definition.
>Could not find character '?' definition.
>Could not find character '$' definition.
>Could not find character ':' definition.
>Could not find character '.' definition.
>Could not find character '/' definition.
>Am I doing something wrong? In what file these definition resides? How can I 
>avoid this?

	What characters are in your schematic and what encoding they in?
For the current release, all schematics must be encoded in UTF-8.
You can convert existing schematics to unicode with iconv.

								-Ales