Skip to content

Commit

Permalink
unicode filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Apr 28, 2024
1 parent 6d4c2b4 commit 4b92551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/control/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,9 +681,9 @@ function unicodeToAscii(codepoint) {
0x00C7: 'C', 0x00E7: 'c',
0x00D1: 'n', 0x00F1: 'n',
0x0093: '"', 0x0094: '"', 0x201C: '"', 0x201D: '"',
0x0091: '\'',0x0092: '\'',0x2018: '\'',0x2019: '\''.
0x0082: ',',
0x0090: '.',
0x0091: '\'',0x0092: '\'',0x2018: '\'',0x2019: '\'',
0x0082: ',',
0x0090: '.',
0x0096: '-', 0x0097: '-',
0x0098: '~'
};
Expand Down

0 comments on commit 4b92551

Please sign in to comment.