Closed GoogleCodeExporter closed 8 years ago
Due to the use of Unicode quotation marks in some source files in this project,
the builder plugin is completely unusable on non-UTF-8 systems until this is
corrected (including Windows systems and many international systems).
Original comment by samharw...@gmail.com
on 21 Aug 2013 at 1:53
hello,
instead of
Reader reader = new InputStreamReader(in, Charset.forName("UTF-8"));
I put
Reader reader = new InputStreamReader(in, Charset.forName(encoding));
is that still ok? as I have no failure I don't know if it makes sens.
Regards,
Cedric
Original comment by MimilO...@gmail.com
on 7 Jan 2014 at 5:37
It builds on windows and linux, but it was also working in the past for me. I
close the issue and hope it will work on more systems
Original comment by MimilO...@gmail.com
on 10 Jan 2014 at 10:57
Original comment by MimilO...@gmail.com
on 19 Jan 2014 at 7:06
Original comment by MimilO...@gmail.com
on 19 Jan 2014 at 7:06
Sorry about the delay replying.
The file being read by the InputStreamReader is part of the docbkx-tools
distribution and will always have the UTF-8 encoding. The output is
independently controlled and may differ from the input encoding.
Original comment by samharw...@gmail.com
on 19 Jan 2014 at 10:12
Original issue reported on code.google.com by
samharw...@gmail.com
on 21 Aug 2013 at 1:27Attachments: