Re: [Archetypes-devel] Unicode in Zope 2 (ZMI, Archetypes, Plone, Formulator)
Andreas Jung <[email protected]> Mon, 26 Apr 2004 11:03:37 +0200
| Newsgroups | gmane.comp.web.zope.devel,gmane.comp.web.zope.formulator.devel,gmane.comp.web.zope.plone.archetypes.devel |
|---|---|
| Message-ID | <3ED11E1ECC5507DE8192653A@[192.168.0.105]> |
--On Montag, 26. April 2004 10:53 Uhr +0200 David Convent <[email protected]> wrote: > Hi Bjorn, > > I always believed that unicode and utf-8 were same encoding, but reading > you let me think i was wrong. > Can you tell me what the difference is between unicode and utf-8 ? Unicode is common database for almost all characters. UTF-8 is an *encoding* that allows you to represent any element of this character database as set for 1,2,3 or 4 bytes. There are also other encoding e.g. like UTF16 that encode an element in a different way....so we are talking about completely different things. -aj _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )