Hi,

> Can you help me _see_ the Unicode issue better. I am clearly missing 
> something. In the example patch, I see things like:
> +invalidCharPostcodeError=El c\u00f3digo postal contiene caract\u00e9res 
> inv\u00e1lidos.
> 
> Is this what you are referring to?

Yep look like the patch file is not UTF8 encoded?

Doing this:
curl https://github.com/apache/flex/pull/2.patch | native2ascii -encoding UTF-8 
-reverse | patch -p1

Which looks like it should work failed.

Thanks,
Justin

Reply via email to