Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong encoding #63

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 11 comments
Closed

Wrong encoding #63

GoogleCodeExporter opened this issue Mar 18, 2015 · 11 comments

Comments

@GoogleCodeExporter
Copy link

Can be reproduced by deploying an UTF-8 confluence page.

The MiniTemplator library uses the default JVM charset Charset.defaultCharset() 
(in my case windows-1252). It should use the one defined in the plugin 
parameter 'encoding'. 

maven-confluence-reporting-plugin 3.4.2
maven 3.1
Windows 7

Original issue reported on code.google.com by schib...@gmail.com on 8 Jan 2014 at 7:48

@GoogleCodeExporter
Copy link
Author

hi 

thx for feedback .... 

Original comment by bartolom...@gmail.com on 9 Jan 2014 at 1:27

  • Changed state: Accepted
  • Added labels: Milestone-Release3.4.4

@GoogleCodeExporter
Copy link
Author

i've deployed release 3.4.4-SNAPSHOT with fix

Could you test it and let me know ?

Thanks in advance


Original comment by bartolom...@gmail.com on 10 Jan 2014 at 10:45

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Thank you for the fix. Unfortunately I don't see any change with the new 
snapshot version. I have defined the encoding in the plugin configuration 
<encoding>UTF-8</encoding>. 

Original comment by schib...@gmail.com on 13 Jan 2014 at 4:03

@GoogleCodeExporter
Copy link
Author

thx for feedbacks ...

i've identified problem and re-deployed 3.4.4-SNAPSHOT

Could you test it, again, and let me know ?

Thanks in advance for your help



Original comment by bartolom...@gmail.com on 13 Jan 2014 at 10:58

@GoogleCodeExporter
Copy link
Author

I've tested again. I have now double-encoded characters.

Veränderung (UTF-8)  -> Veränderung (UTF-8)

Original comment by schib...@gmail.com on 14 Jan 2014 at 8:17

@GoogleCodeExporter
Copy link
Author

Sorry after a new test, it seems to work. You can consider the issue as fixed. 
Thank you very much for your work

Original comment by schib...@gmail.com on 14 Jan 2014 at 11:43

@GoogleCodeExporter
Copy link
Author

It works since I have defined <encoding>ISO-8859-1</encoding> in the plugin 
configuration. So perhaps it is not fully fixed.

Original comment by schib...@gmail.com on 14 Jan 2014 at 11:48

@GoogleCodeExporter
Copy link
Author

Thx for helpful test

Seems that the problem was when reading file and not upon generation. I have 
done a deep refactoring to solve problem

i've deployed 3.4.4-SNAPSHOT again

hope now work as request

Original comment by bartolom...@gmail.com on 14 Jan 2014 at 3:29

@GoogleCodeExporter
Copy link
Author

fix deployed in version 3.4.4-rc1

Original comment by bartolom...@gmail.com on 26 Jan 2014 at 6:43

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

sorry for my late feedback. I can confirm that it works fine with the new 
version. Thank you very much for the fix

Original comment by schib...@gmail.com on 4 Feb 2014 at 8:13

@GoogleCodeExporter
Copy link
Author

No Problem ...

In the meanwhile i've already released a 3.4.4-rc1 with fix ... 

thx again 


Original comment by bartolom...@gmail.com on 4 Feb 2014 at 11:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant