Problem/Motivation

The line wrapping method currently used by the iCal submodule needs some changes in order to handle multibyte characters correctly and validate for RFC 5545.

Proposed resolution

Write a better line wrapping method instead of relying on PHP's built-in wordwrap().

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

muriqui created an issue. See original summary.

muriqui’s picture

Status: Active » Needs review

The first commit in MR !58 fixes the rendering issue.

The second commit is a test case for the iCal rendering. However, it currently fails because it depends on #3321274: FieldInheritancePluginBase::__construct() should use KeyValueFactoryInterface, not KeyValueFactory being fixed in Field Inheritance.

owenbush made their first commit to this issue’s fork.

  • owenbush committed b788c94 on 2.0.x authored by muriqui
    Issue #3321235 by muriqui, owenbush: Improve iCal line wrapping
    

  • owenbush committed a4ce494 on 8.x-1.x authored by muriqui
    Issue #3321235 by muriqui, owenbush: Improve iCal line wrapping
    
owenbush’s picture

Status: Needs review » Fixed

This has been merged into the latest dev branches, thanks for the effort to add this and tests.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.