fedefrappi / AePubReader

Another ePub Reader for iPad
-
369 stars 150 forks source link

if file url contains space Epub file doesn't read... #20

Closed umutc1 closed 11 years ago

umutc1 commented 11 years ago

Update the parseOPF method Row 144 inside of for (CXMLElement* element in itemRefsArray) {                chapHref = [chapHref stringByReplacingOccurrencesOfString:@"%20" withString:@" "];