Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Should convert html entities to chars before processing #17

@SelmanKahya

Description

@SelmanKahya

I think this module should be converting html entities to chars before processing, so & should become & only then we could truncate.

After executing the following:
truncate("FIFA Tournaments - Players &amp; Coaches - <b>Mario BALOTELLI</b>", 50)

expected:
FIFA Tournaments - Players &amp; Coaches - <b>Mario BALOT</b>

actual:
FIFA Tournaments - Players &amp; Coaches - <b>Mario B</b>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions