zimmerst / phoshare

Automatically exported from code.google.com/p/phoshare
Other
0 stars 0 forks source link

Special characters #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Proshare outputs e_ instead of é in folders and file names.

I was wondering if you could use a library like Ruby's Unidecoder 
(https://github.com/norman/unidecoder) or Perl's Unidecode to translate french 
- or any other language - special characters to ASCII chars ? I'm using 
StringEx which includes code from Unidecoder to translate UTF-8 japanese, 
spanish and french strings to [a-z0-9-] characters, and it works well.

Thanks again for you work !

Original issue reported on code.google.com by clement.joubert on 23 Nov 2010 at 9:30

GoogleCodeExporter commented 9 years ago
I already have a fix for that in the pipeline. I just need to do some more 
testing, then I'll post an update. This is caused by iPhoto not always storing 
the characters in Unicode Normalized Form in AlbumData.xml.

UNICODE NORMALIZATION FORMS (http://unicode.org/reports/tr15/)

Original comment by tsporkert on 23 Nov 2010 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by tsporkert on 23 Nov 2010 at 5:27

GoogleCodeExporter commented 9 years ago
That's great, keep up the good work :-)
iPhoto's XML doesn't seem to very clean, as the whole '11 release feels like.

Original comment by clement.joubert on 23 Nov 2010 at 5:47

GoogleCodeExporter commented 9 years ago
Could you please try Phoshare 1.3.6 and see if that works better for you? I 
have not marked it as "Featured" download yet, because I want to get some 
feedback first. Get it here:
http://code.google.com/p/phoshare/downloads/detail?name=Phoshare-1.3.6.zip

Thanks

Original comment by tsporkert on 29 Nov 2010 at 3:51

GoogleCodeExporter commented 9 years ago
I've tried it and it works very, very well. Handles all my french characters 
without a flaw !
Thanks a lot !

Original comment by clement.joubert on 29 Nov 2010 at 10:34

GoogleCodeExporter commented 9 years ago
Thanks for the quick feedback.

Original comment by tsporkert on 29 Nov 2010 at 4:06