Skip to content

Commit

Permalink
use strict camel case in filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
getreu committed Jan 6, 2020
1 parent 0d30965 commit 5418ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub const UNICODE_BLOCK_FILTER_ALIASSE: [([u8; 12], u64, [u8; 25]); 18] = [
*b"Armenian ",
),
(*b"Asian ", UBF_ASIAN, *b"all in U+3000..U+E000 "),
(*b"CJK ", UBF_CJK, *b"CJK : U+4000..U+A000 "),
(*b"Cjk ", UBF_CJK, *b"CJK : U+4000..U+A000 "),
(*b"Common ", UBF_COMMON, *b"all 2-byte-UFT-8 "),
(
*b"Cyrillic ",
Expand Down

0 comments on commit 5418ca2

Please sign in to comment.