Yes, the last time I looked at this all non-ASCII characters caused this
problem, including characters required to write proper French and
Spanish docs, as well as other characters like the trademark and
copyright symbols.

While I could push a commit to change all the non-breaking spaces to
literal spaces, it feels like this does not solve anything.

I don't trust the mailing list to transmit the patch without mangling
it, but I produced such a change with the following shell command:
$ find -name "*.txt" -exec grep -l "$(printf '\xc2\xa0')" {} + \
    | xargs sed -i -e "s/$(printf '\xc2\xa0')/ /g"
like you sad---after this, the english pdf docs build on debian jessie.

Jeff

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to