Skip to content

Conversation

@LudiscapeXApi
Copy link
Contributor

// Remove invisible Unicode characters that can cause comparison issues // U+200B = ZERO WIDTH SPACE
// U+200C = ZERO WIDTH NON-JOINER
// U+200D = ZERO WIDTH JOINER
// U+FEFF = ZERO WIDTH NO-BREAK SPACE (BOM)

Correction de certains copier-coller depuis Word ou le Web qui génèrent des caractères indésirables.

// Remove invisible Unicode characters that can cause comparison issues
// U+200B = ZERO WIDTH SPACE
// U+200C = ZERO WIDTH NON-JOINER
// U+200D = ZERO WIDTH JOINER
// U+FEFF = ZERO WIDTH NO-BREAK SPACE (BOM)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant