PHPWord/tests/PhpWord/Writer/RTF
Owen Leibman 2513e54540 Errors in RTF Escaping
1. Codes meant to be in hex are specified in decimal.
   Consequently characters which don't need escaping are escaped.
2. Special handling (prepend backslash) needed for {, }, and .
   RTF docs generated with those characters cannot be opened in Word.
3. Tab character needs to be escaped as \tab.
   RTF docs drop these characters.
While running test suite, found that Writer/RTF/ElementTest was coded
only for Unix line endings, and fails on Windows. Changed so that it
    would work on either.
2019-11-16 23:20:02 -08:00
..
ElementTest.php Errors in RTF Escaping 2019-11-16 23:20:02 -08:00
StyleTest.php Added Support for Indentation & Tabs on RTF Writer. (#1405) 2018-07-14 02:13:45 +02:00