spdx / tools

SPDX Tools
Apache License 2.0
126 stars 69 forks source link

Allow for different variations of spaces when comparing license texts #201

Closed goneall closed 4 years ago

goneall commented 5 years ago

When comparing license text, spaces and NBSP in the license XML work. Other variations such as NNBSP will not match when comparing to normal ASCII spaces.

This is an enhancement request to allow the following Unicode characters to be considered equivalent to an ASCII space:

Reference LicenseList-XML PR 925

goneall commented 4 years ago

Resolved by PR #205