On 16/07/09 11:55, Richard Fairhurst wrote: > Roland Olbricht wrote: >> The letters Ä, Ö, Ü, ß don't work at all. > > When you say "don't work at all", what happens? Do they vanish, or do the > wrong characters stay around, or...?
Your test app says, for Ä: Flash stores: c3 20 1e Server received: C3 83 E2 80 9E Now Ä is 0xc4 in 8859-1 which encodes to UTF-8 as 0xc3 0x84 so something is going wrong at the first stage still. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

