Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
unicode-rs
/
unicode-normalization
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
200
Code
Issues
11
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
unicode-normalization
scripts
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 18, 2026
feat: Update to Unicode 18.0.0
Martin005
committed
1a63a48
View commit details
Copy full SHA for 1a63a48
View code at this point
Browse repository at this point
Commits on Sep 11, 2025
Update Unicode to version 17.0.0
Marcondiro
committed
01f4bd6
View commit details
Copy full SHA for 01f4bd6
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
Fix composition table
Marcondiro
committed
99d6e46
View commit details
Copy full SHA for 99d6e46
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
Update Unicode to version 16.0.0, bump to 0.1.24
Marcondiro
committed
fdfe8e0
View commit details
Copy full SHA for fdfe8e0
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
Use `..=` syntax for inclusive ranges
Jules-Bertholet
committed
42fd2c1
View commit details
Copy full SHA for 42fd2c1
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
Ensure `tables.rs` passes rustfmt
Jules-Bertholet
committed
061dc3c
View commit details
Copy full SHA for 061dc3c
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Check clippy and formatting in CI
Show description for b077494
Jules-Bertholet
committed
b077494
View commit details
Copy full SHA for b077494
View code at this point
Browse repository at this point
Check that normalization tests are up-to-date in CI
Jules-Bertholet
committed
9c2a58f
View commit details
Copy full SHA for 9c2a58f
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
Bump Unicode to version 15.1.0, regenerate tables
Marcondiro
committed
2810fe2
View commit details
Copy full SHA for 2810fe2
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
Update to Unicode 15 and bump version to 0.1.22
crlf0710
committed
b0610c9
View commit details
Copy full SHA for b0610c9
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
Update to Unicode 14
theodore-s-beers
committed
0a1a991
View commit details
Copy full SHA for 0a1a991
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
Avoid slices in entries of decomposition tables
Show description for 7c265f8
glandium
committed
7c265f8
View commit details
Copy full SHA for 7c265f8
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Fix `is_public_assigned` to include Hangul Syllable and other ranges.
Show description for aa980cf
sunfishcode
committed
aa980cf
View commit details
Copy full SHA for aa980cf
View code at this point
Browse repository at this point
Commits on May 28, 2021
Add an `is_public_assigned` predicate.
Show description for 5a57070
sunfishcode
committed
5a57070
View commit details
Copy full SHA for 5a57070
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Fix the CJK Compat Variants decomp stats string.
Show description for 0d31e1e
sunfishcode
committed
0d31e1e
View commit details
Copy full SHA for 0d31e1e
View code at this point
Browse repository at this point
Rename `svar` to `cjk_compat_variants`.
sunfishcode
committed
fea4f13
View commit details
Copy full SHA for fea4f13
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
Switch to a more explicit API.
Show description for d0c3706
sunfishcode
committed
d0c3706
View commit details
Copy full SHA for d0c3706
View code at this point
Browse repository at this point
Add new normalization algorithms using Standardized Variants
Show description for d1ad2ac
sunfishcode
committed
d1ad2ac
View commit details
Copy full SHA for d1ad2ac
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Fix https url
Manishearth
committed
75aef29
View commit details
Copy full SHA for 75aef29
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Update to Unicode 13
Show description for 9455329
pyfisch
committed
9455329
View commit details
Copy full SHA for 9455329
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Fix generated import statements in tables.rs
Dentosal
committed
cb9fb4d
View commit details
Copy full SHA for cb9fb4d
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Add #[allow(ellipsis_inclusive_range_patterns)] to unicode.py
Manishearth
committed
d81a08a
View commit details
Copy full SHA for d81a08a
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
One more comment
raphlinus
committed
08996fa
View commit details
Copy full SHA for 08996fa
View code at this point
Browse repository at this point
Move code out of tables
Show description for 2e432d2
raphlinus
committed
2e432d2
View commit details
Copy full SHA for 2e432d2
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Use perfect hashing for compose lookup
raphlinus
committed
f64d47c
View commit details
Copy full SHA for f64d47c
View code at this point
Browse repository at this point
Use perfect hashing for decomposition also
raphlinus
committed
2d7bfd1
View commit details
Copy full SHA for 2d7bfd1
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
More lookups moved to perfect hashing
raphlinus
committed
db57ffc
View commit details
Copy full SHA for db57ffc
View code at this point
Browse repository at this point
Use minimal perfect hashing for combining class lookup
raphlinus
committed
3a4a8f6
View commit details
Copy full SHA for 3a4a8f6
View code at this point
Browse repository at this point
Update unicode script to Python 3
raphlinus
committed
aa84f63
View commit details
Copy full SHA for aa84f63
View code at this point
Browse repository at this point
Commits on Jan 14, 2019
Merge pull request #36 from djudd/compatibility-quick-checks
Show description for 7713f8a
sujayakar
authored
7713f8a
View commit details
Copy full SHA for 7713f8a
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Add quick check implementations for NFKC & NFKD
David Judd
committed
f2b8ffa
View commit details
Copy full SHA for f2b8ffa
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Generate code that is friendlier to rustc's item_bodies_checking
Show description for e2c84cd
dotdash
committed
e2c84cd
View commit details
Copy full SHA for e2c84cd
View code at this point
Browse repository at this point
Commits on May 2, 2018
Add Stream-Safe Text Process (for interop with golang's `unicode/norm` package)
sujayakar
committed
4d7e81e
View commit details
Copy full SHA for 4d7e81e
View code at this point
Browse repository at this point
Refactor Unicode script, emit new tables, and add QuickCheck algorithm.
sujayakar
committed
6a7e38e
View commit details
Copy full SHA for 6a7e38e
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
Fix is_combining_mark table data
Show description for 1e74c34
behnam
committed
1e74c34
View commit details
Copy full SHA for 1e74c34
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.