[Q] Re: [21.5] Implement FcConfig handling (95%)
Stephen J. Turnbull
stephen at xemacs.org
Mon Apr 23 21:06:14 EDT 2007
Aidan Kehoe writes:
> I now have a Mac, so I’ll get to implementing the Qfile_name-is-always-UTF-8
> semantics there soon,
AFAIK this just involves adding another row to the table of platforms
with special needs in Mule initialization. Don't *enforce* the
semantics of "always", because there are exceptions.
> since the system normalises text as needed and we
> don’t have to (though we should :-/ ).
What do you mean, we "should" normalize? Normalization is an
optimization. We should recognize all equivalent forms as equivalent,
but we can leave the actual normalization to those systems that do
normalization AFAICS.
We should be *able* to normalize for the purpose of communicating with
non-conforming systems, of course, but that is not trivial to
implement portably.
More information about the XEmacs-Patches
mailing list