Spoje-NET / php-abraflexi

PHP Library for easy interaction with economic system AbraFlexi.
MIT License
24 stars 7 forks source link

Remove diacritics from filenames #2

Closed vojtasvoboda closed 4 years ago

vojtasvoboda commented 4 years ago

Remove diacritics from example filenames, causing problem on MacOS:

Package operations: 7 installs, 0 updates, 0 removals
  - Installing pear/pear_exception (v1.0.1): Downloading (100%)
  - Installing pear/console_getopt (v1.4.3): Loading from cache
  - Installing pear/pear-core-minimal (v1.10.10): Loading from cache
  - Installing pear/mail_mime (1.10.7): Loading from cache
  - Installing pear/mail (v1.4.1): Loading from cache
  - Installing vitexsoftware/ease-core (dev-master 766a8bd): Downloading (100%)
  - Installing spoje.net/flexibee (dev-master 9e5c1ee): Downloading (100%)
    Failed to execute unzip -qq  '/Users/VojtaSvoboda/Www/project-name/vendor/spoje.net/flexibee/8042c06751d8b43c294d845a1572cd55' -d '/Users/VojtaSvoboda/Www/project-name/vendor/composer/9993345d'

error:  cannot create /Users/VojtaSvoboda/Www/project-name/vendor/composer/9993345d/Spoje-NET-php-flexibee-9e5c1ee/Examples/Naskladn-�n+�.php
        Illegal byte sequence
error:  cannot create /Users/VojtaSvoboda/Www/project-name/vendor/composer/9993345d/Spoje-NET-php-flexibee-9e5c1ee/Examples/P+�evodka.php
        Illegal byte sequence

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Vitexus commented 4 years ago

Thanks @vojtasvoboda !