You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Craig Russell <ap...@gmail.com> on 2017/05/18 20:21:27 UTC

Bug in secmail translation

When translating extended latin characters, the upper case A accent "Á" is incorrectly translated to "-" instead of "a" for the file name.

Minor issue.

I'll take a look at the code later but wanted to get this documented while I'm thinking of it.

Craig

Craig L Russell
clr@apache.org


Re: Bug in secmail translation

Posted by Craig Russell <cr...@oracle.com>.
According to https://en.wikipedia.org/wiki/ISO/IEC_8859-1 you have nailed it.

Thanks,

Craig

> On May 18, 2017, at 2:04 PM, Sam Ruby <ru...@intertwingly.net> wrote:
> 
> On Thu, May 18, 2017 at 4:21 PM, Craig Russell <ap...@gmail.com> wrote:
>> When translating extended latin characters, the upper case A accent "Á" is incorrectly translated to "-" instead of "a" for the file name.
>> 
>> Minor issue.
>> 
>> I'll take a look at the code later but wanted to get this documented while I'm thinking of it.
> 
> This should help, but feel free to review for completeness:
> 
> https://github.com/apache/whimsy/commit/da7765072dc2e365ee011f237ebd37315d650a25
> 
>> Craig
>> 
>> Craig L Russell
>> clr@apache.org
> 
> - Sam Ruby

Craig L Russell
Architect
craig.russell@oracle.com
P.S. A good JDO? O, Gasp!






Re: Bug in secmail translation

Posted by Sam Ruby <ru...@intertwingly.net>.
On Thu, May 18, 2017 at 4:21 PM, Craig Russell <ap...@gmail.com> wrote:
> When translating extended latin characters, the upper case A accent "Á" is incorrectly translated to "-" instead of "a" for the file name.
>
> Minor issue.
>
> I'll take a look at the code later but wanted to get this documented while I'm thinking of it.

This should help, but feel free to review for completeness:

https://github.com/apache/whimsy/commit/da7765072dc2e365ee011f237ebd37315d650a25

> Craig
>
> Craig L Russell
> clr@apache.org

- Sam Ruby