python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot remove remote branch which name contains diacritics
I made a mistake and named a branch with some diacritics (let's say temp-à-définir) and I pushed it to the remote.
Obviously, the next git fetch gave me :
error: * Ignoring funny ref 'refs/remotes/ori...
M'sieur Toph'
Votes: 0
Answers: 1
Diacritic normalization in excel formula, without vba
How to replace diacritics (accented characters) with corresponding alphabetical character with regular formula: =SUBSTITUTE(A1,"é","e"), without VBA, for large range of uppercase a...
Losai
Votes: 0
Answers: 1
Replace all non-alphanumeric characters, including wildcards
I take this beautiful formula from JvdV answer:
=TRIM(CONCAT(IF(ISNUMBER(SEARCH(MID(A1,ROW(A$1:INDEX(A:A,LEN(A1))),1),"-./ 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ")),MID(A1,ROW(A$1:INDEX(A:A,LE...
Losai
Votes: 0
Answers: 1
IIS not passing URL which contain diacritic symbols
I have a Django app installed on my IIS server. Everything works great on my local PC but links/URL on IIS app don't work if the contain diacritic symbols. If I use symbols like '%' it works fine.
Bel...
MarkoZg
Votes: 0
Answers: 1