Problem with text items and german umlauts
Problem with text items and german umlauts
- Subject: Problem with text items and german umlauts
- From: Daniel Blanken <email@hidden>
- Date: Mon, 03 Nov 2003 20:28:59 +0100
Hey everyone!
A very simple problem, but I just can't find the solution to it...
I've got a script that gets a file's name and is supposed to replace the
german umlauts with their 7-Bit ASCII counterparts ("D" is replaced with
"Ae", for example).
My Problem: When splitting the original file name into single characters the
script sorta "splits" the umlauts themselves. If the file name itself is a
single d for example, the command "every character of name of (info for..."
returns {"a","("} instead of {"d"}. Any ideas on how to make it return the
{"d"}?
Greetings!
danB
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.