Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dozenal #705

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var thirteenStrings = [

// Television characters
"Jodie Whittaker", // the 13th Doctor in the BBC series, "Doctor Who"

"weedle", //#13 Pokémon

// Imaginary 13's
Expand All @@ -49,7 +49,7 @@ var thirteenStrings = [
"Β", //actually upper case Beta, not B
//And Chinese
"阝", //(Kangxi radical)


//Adding "l" 3, "i"3, |3 and !3 because they basically look like thirteen
"i3",
Expand All @@ -62,7 +62,7 @@ var thirteenStrings = [
"e1",
"el",
"e|",

// Flipped characters
"ƖƐ",
"ƐƖ",
Expand All @@ -83,6 +83,9 @@ var thirteenStrings = [
// Octal
"0o15",

// Dozenal
"11",

// Hexadecimal
"0xd",

Expand Down Expand Up @@ -262,7 +265,7 @@ var thirteenStrings = [
"তের",
"ত্রয়োদশ",
// end of Bangla/Bengali variants

"treze", // Portuguese
"ਤੇਰਾਂ", // Punjabi - thirteen
"੧੩", // Punjabi Numeral - 13
Expand Down