meeech / shopify.tmbundle

A bundle for interacting with Shopify Theme Assets.
http://meeech.github.com/shopify.tmbundle/
136 stars 31 forks source link

miltibyte char error #30

Closed resistorsoftware closed 13 years ago

resistorsoftware commented 13 years ago

PHP Warning: htmlentities(): Invalid multibyte sequence in argument in /private/tmp/temp_textmate.nPR7J3 on line 52 Sending asset: assets/favicon2.ico... Uploaded: assets/favicon2.ico

meeech commented 13 years ago

ummm... what were you trying to upload? just that favicon? Prolly an issue where I haven't flagged .ico as binary :) can you just use .png like a normal person? :D (j/k) Otherwise, did you have some special character in the filename?

I'll have a look to fix the binary issue this w/e.

possibly related to issue #20

meeech commented 13 years ago

fixed binary upload issue. should resolve this.