Post Avh0S0LEyPRxT6PZLc by [email protected] | |
More posts by [email protected] | |
Post #AvgU6sqgRJ1NcD0Hh2 by [email protected] | |
0 likes, 1 repeats | |
"it's 2025, and we really shouldn't be introducing ASCII-only func… | |
Post #Avh0S0LEyPRxT6PZLc by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas @derickr I disagree. When dealing with identifiers, ASCII (partic… | |
Post #Avh0YdDfL6bFmd1p6O by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas @derickr As an example of a modern programming language: Rust’s… | |
Post #Avh0kzBhUIAhOM04O0 by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas @derickr PHP’s strings are well-understood to be byte-strings a… | |
Post #Avh0m5neOCvsBkHKym by [email protected] | |
0 likes, 1 repeats | |
@timwolla There is no Upper-Case "ß"!And if you want to go that abom… | |
Post #Avh1AMoOn4m9ttCgam by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas Yes, there is: ẞ (that is U+1E9E). Nevertheless the Unicode pro… | |
Post #Avh2SCa1feTxKkY6QC by [email protected] | |
0 likes, 0 repeats | |
@timwolla Perhaps we can just keep the amount of functions smaller and use `str… | |
Post #Avh2SCgPHvaPeXXCMq by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas @derickr The fact that your example uses `stripos` (the ASCII-cas… | |
Post #Avh2SNYIsOdlMapNlQ by [email protected] | |
0 likes, 1 repeats | |
@heiglandreas @derickr But even if you used `str_contains()`, your example woul… | |
Post #Avh3KF7sQA4Srq9RHU by [email protected] | |
0 likes, 1 repeats | |
@timwolla Both are from a typesetting point of view wrong and broken!`ß` is a … | |
Post #Avh3xOTPbMNV9RtPIe by [email protected] | |
0 likes, 1 repeats | |
@timwolla Yeah. I would probably use a transliterator instead of the mb_strtolo… |