Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 03/19/2012 10:25 PM, julien2412 wrote:
remarks :
- I replaced this
     nChar>= 0xff62&&  nChar<  0xff64
by this for readability
     nChar == 0xff62 || nChar == 0xff63
- I added in the outer "if", "nChar == 0xffe3" because if not, "nChar ==
0xffe3" in the inner "if" is useless.

Is this patch ok ?
If yes, I can commit and push it on master.

I at least know just as little as anybody else whether this is right or not (the U+FFE3 FULLWIDTH MACRON still looks odd here, but who knows). Presumably the patch is fine, but to know for sure somebody would have to dig out what exactly the code is actually supposed to do.

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.