Manage UTF-8 localization .properties files
Manage UTF-8 .properties files to simplify the plug-ins internationalization.
Solution
- create a class that initializes the messages from NLS class and that encodes the fields to UTF-8
- use this class to initialize all TXM messages
- encode all .properties files to UTF-8
- in Eclipse IDE change the preferences General\Content Types\Text\Java Properties File\Default encoding to UTF-8
(from redmine: issue id 2038, created on 2017/02/15 by Sebastien Jacquot)