-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
UTF-8 encoding properties #77
Comments
Hi @suplik10, thanks for your appreciation and sorry for the delay with this response. At the moment, the loading of properties is done using the default behavior of java.util.Properties, but adding UTF-8 support should not be difficult, and - I think - should be enabled by default. I'll work on this asap. I simply didn't consider the problem before, thanks for pointing this out. |
Thank you very much for your reply ! When it could be finished if I can ask u pls? Thx a lot ! |
@suplik10, in the mean time, have you tried to use the XML Loading? It should work with utf-8, but I don't have a test case for it, so I cannot assert it for sure. |
UTF-8 encoding properties. Resolves #77
Hi @suplik10 ! @SvetaNesterenko fixed this issue. Can you try and check if your use case is working now? Do you need me to provide a packaged jar to you to ease your test? Thanks, Luigi. |
Hi @lviggiano ! |
Hi @suplik10. I just deployed owner-1.0.6-20140526* on the snapshot repository |
HI @lviggiano, |
Thanks for verifying and thanks to @SvetaNesterenko for the fix. @suplik10, I think I'll deploy a release (1.5.1) asap, so you won't need anymore to use the snapshot repository. |
Oki, ty very much again and ofc @SvetaNesterenko thanks too ! :) |
Hi Iviggiano,
I'm very interested in your amaizing project OWNER. But now i have a problem with correctly loading properties. I need load properties with czech diacritic (like as áčďéěíňóřšťůúýž) in UTF-8 format. Properties of file names.properties are set on UTF-8 like as my Ecliplse project, but OWNER still load String Ä�Ä�éÄ�ÃÅ�óÅ�Å.
Can u help me ?
Thank u very much
The text was updated successfully, but these errors were encountered: