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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
uutils
/
coreutils
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2k
Star
24.1k
Code
Issues
743
Pull requests
415
Discussions
Actions
Projects
Wiki
Security and quality
63
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
fmt : handle invalid UTF-8 input by replacing malformed sequences
- #9329
#9329
Merged
sylvestre
merged 18 commits into
uutils:main
uutils/coreutils:main
from
mattsu2020:fmt_compatibility
mattsu2020/coreutils:fmt_compatibility
Copy head branch name to clipboard
Jan 13, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
fmt : handle invalid UTF-8 input by replacing malformed sequences
#9329
sylvestre
merged 18 commits into
uutils:main
uutils/coreutils:main
from
mattsu2020:fmt_compatibility
mattsu2020/coreutils:fmt_compatibility
Copy head branch name to clipboard
Commits
Commits on Nov 19, 2025
test: add word joiner and cyrillic kha character tests for fmt
mattsu2020
committed
073f7fc
View commit details
Copy full SHA for 073f7fc
Browse repository at this point
feat: Enhance `fmt` to handle invalid UTF-8 input by replacing malformed sequences instead of dropping lines.
mattsu2020
committed
36a01a1
View commit details
Copy full SHA for 36a01a1
Browse repository at this point
chore: add FFFD to spell-checker ignore list in fmt test.
mattsu2020
committed
2c617d4
View commit details
Copy full SHA for 2c617d4
Browse repository at this point
refactor(uu/fmt): switch string outputs to byte slices for efficiency
Show description for db77543
mattsu2020
committed
db77543
View commit details
Copy full SHA for db77543
Browse repository at this point
refactor(fmt): replace Option::map_or(false, f) with is_some_and(f)
Show description for 4445c5a
mattsu2020
committed
4445c5a
View commit details
Copy full SHA for 4445c5a
Browse repository at this point
style(fmt): compact whitespace check in WordSplit iterator to single line
Show description for c59f1bc
mattsu2020
committed
c59f1bc
View commit details
Copy full SHA for c59f1bc
Browse repository at this point
fix(test_fmt): align invalid UTF-8 handling with GNU-compatible passthrough
Show description for 6a313a4
mattsu2020
committed
6a313a4
View commit details
Copy full SHA for 6a313a4
Browse repository at this point
Commits on Dec 15, 2025
Merge branch 'main' into fmt_compatibility
mattsu2020
authored
fee09e6
View commit details
Copy full SHA for fee09e6
Browse repository at this point
Commits on Dec 24, 2025
Merge branch 'main' into fmt_compatibility
mattsu2020
authored
e36cf9d
View commit details
Copy full SHA for e36cf9d
Browse repository at this point
Commits on Dec 27, 2025
Merge branch 'main' into fmt_compatibility
mattsu2020
authored
94efbb4
View commit details
Copy full SHA for 94efbb4
Browse repository at this point
refactor(parasplit): extract scan_word_end method to eliminate code duplication
Show description for 6ee9241
mattsu2020
committed
6ee9241
View commit details
Copy full SHA for 6ee9241
Browse repository at this point
Commits on Dec 28, 2025
feat(fmt): add byte_display_width function for UTF-8 display width calculation
Show description for 6348929
mattsu2020
committed
6348929
View commit details
Copy full SHA for 6348929
Browse repository at this point
Commits on Dec 29, 2025
Merge branch 'main' into fmt_compatibility
sylvestre
authored
8ece9f5
View commit details
Copy full SHA for 8ece9f5
Browse repository at this point
Commits on Jan 5, 2026
Merge branch 'main' into fmt_compatibility
mattsu2020
authored
d2fa979
View commit details
Copy full SHA for d2fa979
Browse repository at this point
Merge branch 'main' into fmt_compatibility
mattsu2020
authored
637bf76
View commit details
Copy full SHA for 637bf76
Browse repository at this point
Commits on Jan 10, 2026
refactor(fmt/parasplit): introduce DecodedCharInfo struct for unified UTF-8 char handling
Show description for 2c5b12d
mattsu2020
committed
2c5b12d
View commit details
Copy full SHA for 2c5b12d
Browse repository at this point
Commits on Jan 12, 2026
refactor(fmt): enhance utf8_char_width with constants and comments for clarity
Show description for 7077d69
mattsu2020
committed
7077d69
View commit details
Copy full SHA for 7077d69
Browse repository at this point
style(fmt): remove extra blank lines in parasplit.rs
Show description for 9182df4
mattsu2020
committed
9182df4
View commit details
Copy full SHA for 9182df4
Browse repository at this point
You can’t perform that action at this time.