Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jul 17, 2023
1 parent 047b4fc commit abbd597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ pub fn cure_char<C: Into<u32>>(code: C) -> Translation {
#[inline(always)]
pub fn cure(input: &str) -> CuredString {
input.chars().map(cure_char).collect()
}
}
5 changes: 1 addition & 4 deletions scripts/pretty.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ async function updateReadme() {
toAdd += rangeUntil
}

if (
(integer & STRING_TRANSLATION_MASK) !== 0 ||
((integer >> 20) & 0x7f) !== 0
) {
if (((integer >> 20) & 0x7f) !== 0) {
confusablesCount += toAdd
}

Expand Down

0 comments on commit abbd597

Please sign in to comment.