djpate / docxgen

A class that enables you to generate a docx based on a template
67 stars 27 forks source link

No supported some characters #1

Closed gdlm91 closed 13 years ago

gdlm91 commented 13 years ago

Hi there, was doing some tests and found that lil bug, has no support for some characters like ñ/Ñ... Could u take a look at that..?.. when i trie to open the .docs just says "The file XYZ.docx cannot be opened because there are problems with the contents"...

Really need that lil thing working...

Good Luck sir...

djpate commented 13 years ago

I just tried with that https://gist.github.com/992578 but had no issue, maybe it's another character ? I know & made a problem maybe it's something trivial like ; or something

gdlm91 commented 13 years ago

Apparently just happen when i write direct in the code. Put some Ñ on my database and works just fine... Maybe the problem are my headers... Thanks for the review...