Y
Hacker News
new
|
ask
|
show
|
jobs
by
rwmj
2257 days ago
To clarify, do you mean functions like c_isalpha (part of Gnulib) which is like isalpha but only matches 7 bit ASCII characters?
1 comments
Daemon404
2257 days ago
An easy (and problematic) example is decimal separators (radix characters) being parsed or written differently based on locale.
link