A wx:media-wordbreak-map% objects is used with a wx:media-edit% objects to specify word-breaking criteria for the default wordbreaking function. See also set-wordbreak-map, get-wordbreak-map, find-wordbreak, and set-wordbreak-func.
A global object wx:the-media-wordbreak-map is created automatically and used as the default map for all wx:media-edit obejcts.
Information for each character in a wordbreak map is stored as an array of small integers. Each array elemtns is a bitwise combination of the following ``reason'' bits:
All alpha-numeric characters are initialized with (bitwise-or wx:const-break-for-caret wx:const-break-for-line wx:const-break-for-selection). All other non-space characters except ``-'' are initialized with wx:const-break-for-line. All space characters and ``-'' are initialized with 0.