René's URL Explorer Experiment


Title: Add missing binary properties · Issue #30 · node-unicode/node-unicode-data · GitHub

Open Graph Title: Add missing binary properties · Issue #30 · node-unicode/node-unicode-data

X Title: Add missing binary properties · Issue #30 · node-unicode/node-unicode-data

Description: CompositionExclusions.txt Composition_Exclusion DerivedNormalizationProps.txt FC_NFKC_Closure (deprecated; NFKC_Casefold should be used instead) Full_Composition_Exclusion Expands_On_NFC Expands_On_NFD Expands_On_NFKC Expands_On_NFKD Cha...

Open Graph Description: CompositionExclusions.txt Composition_Exclusion DerivedNormalizationProps.txt FC_NFKC_Closure (deprecated; NFKC_Casefold should be used instead) Full_Composition_Exclusion Expands_On_NFC Expands_On...

X Description: CompositionExclusions.txt Composition_Exclusion DerivedNormalizationProps.txt FC_NFKC_Closure (deprecated; NFKC_Casefold should be used instead) Full_Composition_Exclusion Expands_On_NFC Expands_On...

Opengraph URL: https://github.com/node-unicode/node-unicode-data/issues/30

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add missing binary properties","articleBody":"- [x] `CompositionExclusions.txt`\n  - [x] `Composition_Exclusion`\n- [x] `DerivedNormalizationProps.txt`\n  - [x] `FC_NFKC_Closure` (deprecated; `NFKC_Casefold` should be used instead)\n  - [x] `Full_Composition_Exclusion`\n  - [x] `Expands_On_NFC`\n  - [x] `Expands_On_NFD`\n  - [x] `Expands_On_NFKC`\n  - [x] `Expands_On_NFKD`\n  - [x] `Changes_When_NFKC_Casefolded`\n- [x] `UnicodeData.txt`\n  - [x] `Bidi_Mirrored`\n\n---\n\nTo get the list of binary properties, I ran this script on http://unicode.org/reports/tr44/#Property_List_Table:\n\n``` js\n// http://unicode.org/reports/tr44/#Property_List_Table\nconst table = document.querySelector('body \u003e div \u003e table:nth-child(239)');\nconst cells = table.querySelectorAll('td:nth-of-type(2)');\nArray.from(cells).forEach(cell =\u003e cell.style.backgroundColor = 'red');\nconst propertyNameCells = Array.from(cells)\n    .filter(cell =\u003e cell.textContent == 'B')\n    .map(cell =\u003e cell.previousElementSibling);\nconst binaryProperties = propertyNameCells.reduce(function(previousValue, cell, index) {\n    const propertyNameLinks = Array.from(cell.querySelectorAll('a[name]'));\n    propertyNameLinks.forEach(cell =\u003e cell.style.backgroundColor = 'lime');\n    const propertyNames = propertyNameLinks.map(cell =\u003e cell.textContent);\n    previousValue.concat(propertyNames);\n}, []);\nbinaryProperties\n```\n\n---\n\nTo find the missing binary properties, I ran this script:\n\n``` js\nconst binaryProperties = [\n    'Composition_Exclusion',\n    'Lowercase',\n    'Uppercase',\n    'Cased',\n    'Case_Ignorable',\n    'Changes_When_Lowercased',\n    'Changes_When_Uppercased',\n    'Changes_When_Titlecased',\n    'Changes_When_Casefolded',\n    'Changes_When_Casemapped',\n    'Alphabetic',\n    'Default_Ignorable_Code_Point',\n    'Grapheme_Base',\n    'Grapheme_Extend',\n    'Grapheme_Link',\n    'Math',\n    'ID_Start',\n    'ID_Continue',\n    'XID_Start',\n    'XID_Continue',\n    'Full_Composition_Exclusion',\n    'Expands_On_NFC',\n    'Expands_On_NFD',\n    'Expands_On_NFKC',\n    'Expands_On_NFKD',\n    'Changes_When_NFKC_Casefolded',\n    'ASCII_Hex_Digit',\n    'Bidi_Control',\n    'Dash',\n    'Deprecated',\n    'Diacritic',\n    'Extender',\n    'Hex_Digit',\n    'Hyphen',\n    'Ideographic',\n    'IDS_Binary_Operator',\n    'IDS_Trinary_Operator',\n    'Join_Control',\n    'Logical_Order_Exception',\n    'Noncharacter_Code_Point',\n    'Other_Alphabetic',\n    'Other_Default_Ignorable_Code_Point',\n    'Other_Grapheme_Extend',\n    'Other_ID_Continue',\n    'Other_ID_Start',\n    'Other_Lowercase',\n    'Other_Math',\n    'Other_Uppercase',\n    'Pattern_Syntax',\n    'Pattern_White_Space',\n    'Quotation_Mark',\n    'Radical',\n    'Soft_Dotted',\n    'STerm',\n    'Terminal_Punctuation',\n    'Unified_Ideograph',\n    'Variation_Selector',\n    'White_Space',\n    'Bidi_Mirrored'\n];\n\nfor (const property of binaryProperties) {\n    try {\n        require(`unicode-8.0.0/properties/${ property }/code-points.js`);\n    } catch (exception) {\n        console.log(`Missing binary property: ${ property }`);\n    }\n}\n```\n","author":{"url":"https://github.com/mathiasbynens","@type":"Person","name":"mathiasbynens"},"datePublished":"2016-05-23T08:57:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/30/node-unicode-data/issues/30"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5599437a-e07a-bc7a-8285-3c04815559c8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB672:10DE47:337351:457E43:6A5848CA
html-safe-nonce36a9ea4a8255cc653d85aa30d024bc159b486f0c2800108a85c6dd48eebac1ae
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjcyOjEwREU0NzozMzczNTE6NDU3RTQzOjZBNTg0OENBIiwidmlzaXRvcl9pZCI6IjY1NzAyMzEzMTIzNzY0MTY0NTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca0c65cd84f747fb23c6205cbb8e093c8b4319d75ebe73b55b559863847437bd4
hovercard-subject-tagissue:156230861
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/node-unicode/node-unicode-data/30/issue_layout
twitter:imagehttps://opengraph.githubassets.com/de1c2486aa97f33f9d4eb52e2bac279c2dc91308cbb5bf13bfc9ca38f62dbfc7/node-unicode/node-unicode-data/issues/30
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/de1c2486aa97f33f9d4eb52e2bac279c2dc91308cbb5bf13bfc9ca38f62dbfc7/node-unicode/node-unicode-data/issues/30
og:image:altCompositionExclusions.txt Composition_Exclusion DerivedNormalizationProps.txt FC_NFKC_Closure (deprecated; NFKC_Casefold should be used instead) Full_Composition_Exclusion Expands_On_NFC Expands_On...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemathiasbynens
hostnamegithub.com
expected-hostnamegithub.com
None5f2a0c7865178af3d91dd9f13b0cdfc3c73a2529c873d2780bb4c01271a57ec6
turbo-cache-controlno-preview
go-importgithub.com/node-unicode/node-unicode-data git https://github.com/node-unicode/node-unicode-data.git
octolytics-dimension-user_id72064394
octolytics-dimension-user_loginnode-unicode
octolytics-dimension-repository_id12359425
octolytics-dimension-repository_nwonode-unicode/node-unicode-data
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id12359425
octolytics-dimension-repository_network_root_nwonode-unicode/node-unicode-data
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8aae7b8d6caacacf5c66eaeb2702d8dc88d85b4a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/node-unicode/node-unicode-data/issues/30#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnode-unicode%2Fnode-unicode-data%2Fissues%2F30
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnode-unicode%2Fnode-unicode-data%2Fissues%2F30
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=node-unicode%2Fnode-unicode-data
Reloadhttps://github.com/node-unicode/node-unicode-data/issues/30
Reloadhttps://github.com/node-unicode/node-unicode-data/issues/30
Reloadhttps://github.com/node-unicode/node-unicode-data/issues/30
Please reload this pagehttps://github.com/node-unicode/node-unicode-data/issues/30
node-unicode https://github.com/node-unicode
node-unicode-datahttps://github.com/node-unicode/node-unicode-data
Notifications https://github.com/login?return_to=%2Fnode-unicode%2Fnode-unicode-data
Fork 16 https://github.com/login?return_to=%2Fnode-unicode%2Fnode-unicode-data
Star 155 https://github.com/login?return_to=%2Fnode-unicode%2Fnode-unicode-data
Code https://github.com/node-unicode/node-unicode-data
Issues 12 https://github.com/node-unicode/node-unicode-data/issues
Pull requests 0 https://github.com/node-unicode/node-unicode-data/pulls
Actions https://github.com/node-unicode/node-unicode-data/actions
Security and quality 0 https://github.com/node-unicode/node-unicode-data/security
Insights https://github.com/node-unicode/node-unicode-data/pulse
Code https://github.com/node-unicode/node-unicode-data
Issues https://github.com/node-unicode/node-unicode-data/issues
Pull requests https://github.com/node-unicode/node-unicode-data/pulls
Actions https://github.com/node-unicode/node-unicode-data/actions
Security and quality https://github.com/node-unicode/node-unicode-data/security
Insights https://github.com/node-unicode/node-unicode-data/pulse
Add missing binary propertieshttps://github.com/node-unicode/node-unicode-data/issues/30#top
https://github.com/mathiasbynens
mathiasbynenshttps://github.com/mathiasbynens
on May 23, 2016https://github.com/node-unicode/node-unicode-data/issues/30#issue-156230861
http://unicode.org/reports/tr44/#Property_List_Tablehttp://unicode.org/reports/tr44/#Property_List_Table
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.