User talk:Flominator/Replace umlauts before upload

Latest comment: 16 years ago by Flominator in topic Uppercase

Uppercase edit

Very helpful extension for Germans. I like it a lot.

To include uppercase characters as well it worked adding this to the function:

fname = fname.replace(/Ä/g, 'Ae');
fname = fname.replace(/Ö/g, 'Oe');
fname = fname.replace(/Ü/g, 'Ue');

--Hakuin 12:40, 21 August 2007 (UTC)Reply

Thanks. I really forgot that one :) --Flominator 15:54, 24 August 2007 (UTC)Reply
Return to the user page of "Flominator/Replace umlauts before upload".