Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Nov 1, 2021
1 parent 9b68d04 commit 4726ab7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ bidichk finds dangerous unicode character sequences in Go source files.

The following unicode characters are considered dangerous:

* U+202A: LEFT-TO-RIGHT-EMBEDDING:
* U+202B: RIGHT-TO-LEFT-EMBEDDING:
* U+202C: POP-DIRECTIONAL-FORMATTING:
* U+202D: LEFT-TO-RIGHT-OVERRIDE:
* U+202E: RIGHT-TO-LEFT-OVERRIDE:
* U+2066: LEFT-TO-RIGHT-ISOLATE:
* U+2067: RIGHT-TO-LEFT-ISOLATE:
* U+2068: FIRST-STRONG-ISOLATE:
* U+2069: POP-DIRECTIONAL-ISOLATE:
* U+202A: LEFT-TO-RIGHT-EMBEDDING
* U+202B: RIGHT-TO-LEFT-EMBEDDING
* U+202C: POP-DIRECTIONAL-FORMATTING
* U+202D: LEFT-TO-RIGHT-OVERRIDE
* U+202E: RIGHT-TO-LEFT-OVERRIDE
* U+2066: LEFT-TO-RIGHT-ISOLATE
* U+2067: RIGHT-TO-LEFT-ISOLATE
* U+2068: FIRST-STRONG-ISOLATE
* U+2069: POP-DIRECTIONAL-ISOLATE

## Inspiration

Expand Down

0 comments on commit 4726ab7

Please sign in to comment.