white space vs non-breaking space

From: F J Franklin (F.J.Franklin@sheffield.ac.uk)
Date: Mon Aug 05 2002 - 06:52:25 EDT

  • Next message: Hubert Figuiere: "Re: commit: fl_BlockLayout.h/cpp"

    Is there a reason why non-breaking spaces (0xA0) have been added to the
    white-space table? Does AbiWord's piece-table not have support for
    non-breaking space? Is there a reason why it can't just be treated like a
    normal character?

    in abi/src/af/util/xp/ut_case.h:

    ucs_range whitespace_table[] =
    {
            {0x0009, 0x000d},
            {0x001c, 0x0020},
            {0x0085, 0x0085},
            {0x00A0, 0x00A0}, // had to add this by hand, for some reason in
    Unicode 3.1 it is marked as CS, not WS
            {0x1680, 0x1680},
            {0x2000, 0x200a},
            {0x2028, 0x2029},
            {0x202f, 0x202f},
            {0x3000, 0x3000}
    };

    Regards, Frank

    Francis James Franklin
    F.J.Franklin@shef.ac.uk

    "No, she really likes me. She told me I look like Britney Spears, and why
    would you say that to somebody you don't like?"
                                                               --- Elle Woods



    This archive was generated by hypermail 2.1.4 : Thu Aug 08 2002 - 09:57:22 EDT