On Sat, Aug 24, 2002 at 07:08:16PM +0200, Kurt Jansson wrote:
Whould it be easier to make a script that converts every ß to ß, ö to ö, ü to ü and ä to ä and the same for Ä, Ö, Ü in the German database? I could then call it by hand if you tell me how.
I assume you want to do this on a regular basis? In that case the script has to behave as a normal user, i.e., the change should look as any other regular minor update. I suppose I could write a script in PHP that you could run and that simply interacts with the site as a normal user. It would do a search (simply by getting the corresonding URL) for "ouml", "uuml" et cetera, and do a minor edit that changes them. But note that this is also pretty easily done by hand.
-- Jan Hidders