X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Fri, 5 Sep 2014 23:57:57 -0400 Message-Id: <201409060357.s863vvBL013729@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (message from Erich Heinzle on Sat, 6 Sep 2014 13:15:39 +0930) Subject: Re: [geda-user] Chinese glyph rendering in pcb as symbols References: <201409051618 DOT s85GIdb8024685 AT envy DOT delorie DOT com> <5409F1C2 DOT 3090406 AT xs4all DOT nl> <201409051752 DOT s85Hqnr2027362 AT envy DOT delorie DOT com> <20140905184829 DOT GH3196 AT cicely7 DOT cicely DOT de> <20140905204312 DOT GJ3196 AT cicely7 DOT cicely DOT de> <540A22EF DOT 5030701 AT estechnical DOT co DOT uk> <201409052113 DOT s85LDfxf001064 AT envy DOT delorie DOT com> Reply-To: geda-user AT delorie DOT com The whole point of UTF-8 is that we don't need something to tell UTF-8 strings from ascii strings :-) Symbol[''] Symbol[''] And I don't think storing hundreds, if not thousands, of glyphs in the *.pcb file as Symbol[]s, makes any sense at all. We really need to be able to read a *.ttf file directly if we're going to support large fonts. > If the PCB file format becomes binary, I think a zip file is OK, because lots of OSS projects use zip, and the internal file is still ascii anyway so you can always extract it. Best of both worlds :-)