|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ->... Tibor Digana (JIRA)
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ... Benson Margulies (JIRA)
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ... Tibor Digana (JIRA)
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ... Benson Margulies (JIRA)
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ... Tibor Digana (JIRA)
- [mojo-dev] [jira] (MOJO-1877) Mapping Locale ... Benson Margulies (JIRA)
Nothing would be hard-coded.
The point is to allow the programmer to configure the plugin unless the parameter 'encoding' is used.
In this case, it would be the source encoding per locale.
Example:
<configuration>
<encodingPerLocale>
<de>Cp1252</de>
<ru>Cp1251</ru>
...
</encodingPerLocale>
</configuration>
I may bring the code updates including the tests.
Are you open for this approach?