it seems like the "edit in textmate" does not support page names with (e.g. german) umlauts. when saving and doing an apple+w the contents do not get pasted back to safari. i think the problem must be related to the umlauts, since it works with non-umlaut html form documents.
will this be fixed in the future?
On 13. Feb 2007, at 18:10, m.zeckinger wrote:
it seems like the "edit in textmate" does not support page names with (e.g. german) umlauts. when saving and doing an apple+w the contents do not get pasted back to safari.
So nothing gets back at all? Or just the accented characters turn up blank/wrong?
i think the problem must be related to the umlauts, since it works with non-umlaut html form documents.
Have you set TM to use something besides UTF-8 in the preferences? Cause that would likely break the service.
If not, try look at the temporary file used to edit the form.
will this be fixed in the future?
Can you provide a reproducible example? Cause it works fine for me.
On Feb 13, 2007, at 7:28 PM, Allan Odgaard wrote:
On 13. Feb 2007, at 18:10, m.zeckinger wrote:
it seems like the "edit in textmate" does not support page names with (e.g. german) umlauts. when saving and doing an apple+w the contents do not get pasted back to safari.
So nothing gets back at all? Or just the accented characters turn up blank/wrong?
i think the problem must be related to the umlauts, since it works with non-umlaut html form documents.
Have you set TM to use something besides UTF-8 in the preferences? Cause that would likely break the service.
If not, try look at the temporary file used to edit the form.
will this be fixed in the future?
Can you provide a reproducible example? Cause it works fine for me.
it doesn't work for me neither. searched for "ärger" in google which gives a html-page with an umlaut in the title. used edit with textmate in the searchfield and the edited part wasn't put to google ("ärger" was already in the search- field, changed it in textmate to "ärger 1" after saving and/or closing there was still "ärger" in the search field.
Niels
On 13. Feb 2007, at 20:02, Niels Kobschätzki wrote:
it doesn't work for me neither. searched for "ärger" in google which gives a html-page with an umlaut in the title. used edit with textmate in the searchfield and the edited part wasn't put to google ("ärger" was already in the search-field, changed it in textmate to "ärger 1" after saving and/ or closing there was still "ärger" in the search field.
Try to hex-dunp the file to see if it is in UTF-8.
Also, is this the ‘default’ Safari with the ‘default’ version of WebKit? Please also try something besides Safari.
if you tell me how to hex-dump i can send a file. i tried on http://instiki.org/textilesandbox/new/%C3%B6%C3%B6%C3%A4 there it works for me. maybe it has something to do with the apache/Webserver encoding?
On 2/13/07, Allan Odgaard throw-away-1@macromates.com wrote:
On 13. Feb 2007, at 20:02, Niels Kobschätzki wrote:
it doesn't work for me neither. searched for "ärger" in google which gives a html-page with an umlaut in the title. used edit with textmate in the searchfield and the edited part wasn't put to google ("ärger" was already in the search-field, changed it in textmate to "ärger 1" after saving and/ or closing there was still "ärger" in the search field.
Try to hex-dunp the file to see if it is in UTF-8.
Also, is this the 'default' Safari with the 'default' version of WebKit? Please also try something besides Safari.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
small correction to my previous mail: it does NOT work on the site using safari. it works with the mozilla Mozex hack, but not with safari. this can be easily reproduced on this website http://instiki.org/textilesandbox/new/%C3%B6%C3%B6%C3%A4
mz
On 2/17/07, m. zeckinger m.zecko@gmail.com wrote:
if you tell me how to hex-dump i can send a file. i tried on http://instiki.org/textilesandbox/new/%C3%B6%C3%B6%C3%A4 there it works for me. maybe it has something to do with the apache/Webserver encoding?
On 2/13/07, Allan Odgaard throw-away-1@macromates.com wrote:
On 13. Feb 2007, at 20:02, Niels Kobschätzki wrote:
it doesn't work for me neither. searched for "ärger" in google which gives a html-page with an umlaut in the title. used edit with textmate in the searchfield and the edited part wasn't put to google ("ärger" was already in the search-field, changed it in textmate to "ärger 1" after saving and/ or closing there was still "ärger" in the search field.
Try to hex-dunp the file to see if it is in UTF-8.
Also, is this the 'default' Safari with the 'default' version of WebKit? Please also try something besides Safari.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 17. Feb 2007, at 03:23, m.zeckinger wrote:
small correction to my previous mail: it does NOT work on the site using safari. it works with the mozilla Mozex hack, but not with safari. this can be easily reproduced on this website http://instiki.org/textilesandbox/new/%C3%B6%C3%B6%C3%A4
Ah okay -- I misunderstood your first letter and thought it was the content that could not have accents.
It has to do with the filename being implicitly converted to decomposed unicode, and then subsequently string equality failing for dictionary look-ups, fun stuff…