Metadata-Version: 1.0
Name: c2.patch.filenamenormalizer
Version: 1.0a2
Summary: This patch product is for downloaded filename become strange ascii code in muluti-byte languages on Plone
Home-page: http://www.cmscom.jp
Author: Manabu Terada
Author-email: terada@cmscom.jp
License: GPL
Description: Introduction
        ==============
        
        This patch product is for downloaded filename become strange ascii code in muluti-byte languages on Plone
        
        
        - When downloading file with Japanese name, downloaded file has some strange ascii coded name.
        
        - I think we should get file name that shows in Plone page.
        
        - This happens on all Plone version. I think if the file is named with multi byte code, this strange ascii name shows up.
        
        - Please, look at attached file to fix this problem for IE and Firefox. Other browsers, we are still working on it.
        
        - http://dev.plone.org/plone/ticket/8591
        
        
        requirement
        -------------
        Plone 3.x (Tested by Plone 3.3.1 on MaxOS X 10.5)
        
        
        Changelog
        =========
        
        1.0a2 (2010-02-19)
        --------------------
        
        * Support blob field(plone.app.blob)
        
        1.0a1 (2010-01-08)
        --------------------
        
        * Initial release
        
        c2.patch.filenamenormalizer Installation
        =============================================
        
        * When you're reading this you have probably already run
        ``easy_install c2.patch.filenamenormalizer``. Find out how to install setuptools
        (and EasyInstall) here:
        http://peak.telecommunity.com/DevCenter/EasyInstall
        
        * Get `pythonproducts`_ and install it via::
        
        python setup.py install --home /path/to/instance
        
        into your Zope instance.
        
        * Create a file called ``c2.patch.filenamenormalizer-configure.zcml`` in the
        ``/path/to/instance/etc/package-includes`` directory.  The file
        should only contain this::
        
        <include package="c2.patch.filenamenormalizer" />
        
        .. _pythonproducts: http://plone.org/products/pythonproducts
        
        Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance
        recipe to manage your project, you can do this:
        
        * Add ``c2.patch.filenamenormalizer`` to the list of eggs to install, e.g.::
        
        [buildout]
        ...
        eggs =
        ...
        c2.patch.filenamenormalizer
        
        * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::
        
        [instance]
        recipe = plone.recipe.zope2instance
        ...
        zcml =
        c2.patch.filenamenormalizer
        
        * Re-run buildout, e.g. with::
        
        $ ./bin/buildout
        
        You can skip the ZCML slug if you are going to explicitly include the package
        from another package's configure.zcml file.
        
Keywords: Plone Patch Japanese normalizer
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
