Encodings for strings -- what's happening?

From: Karl Ove Hufthammer (lister@huftis.org)
Date: Sat Sep 07 2002 - 10:03:29 EDT

  • Next message: Dom Lachowicz: "Re: ATTN: intent to release 1.1.0 based on CVS HEAD"

    What is meant by the '2002-09-04 17:46:13' commit for the localisation
    strings files: 'the stringset is now encoding aware'

    For example:

    <AbiStrings app="AbiWord" ver="1.0" language="nn-NO">

    was changed to:

    <AbiStrings app="AbiWord" ver="1.0" language="nn-NO" encoding="iso-8859-1">

    XML files *already* contains encoding information in the XML
    declaration:

    <?xml version="1.0" encoding="iso-8859-1"?>

    and it's *impossible* to use a different encoding for elements
    than the one used for the entire XML file (i.e. the XML file
    wouldn't be well-formed, and no XML parser would able to read it).
    This change just doesn't make sense.

    -- 
    Karl Ove Hufthammer
    


    This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 10:07:40 EDT