Jesús García Sáez 05578bfcb6 oc-rtf: control words can also have a space before next tag
This was causing to parse a single space as an empty control
word with length 0, which was the source of several crashes.

Example:

  \f0\fbidi \fcharset0
   --------^

font index is 0, font family is bidi but when parsing charset we were
assuming control word was '' instead of 'charset0'.

This only fixes the crashes, the parseFontTable function works quite
awful right now.
2014-11-19 17:12:28 +01:00
2014-03-20 14:18:03 -04:00
2014-09-26 14:49:36 -04:00
2014-09-24 12:02:12 -04:00
2014-09-17 09:36:35 -04:00
2014-09-26 14:31:57 -04:00
2014-09-29 15:29:49 -04:00
2014-09-29 15:29:49 -04:00
Description
No description provided
224 MiB
Languages
Objective-C 67.8%
JavaScript 14.7%
Rich Text Format 9.7%
SCSS 2.2%
C 1.5%
Other 4%