Thanks for your answer, Richmond. I'll use the unicodeTitle.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

We are always looking for new projects! Feel free to contact us to discuss your custom software project!

On 18 jan 2009, at 21:55, Richmond Mathewson wrote:

When I did this:

on mouseUp
 put unidecode("ХЛЯБ","Bulgarian") into TWORD
 set the name of wd "untitled 1" to TWORD
end mouseUp

it put ïãüÅ into the name of the stack.

-------------------------------------------

this:

on mouseUp
 put unidecode("ХЛЯБ","Bulgarian") into TWORD
 set the title of wd "untitled 1" to TWORD
end mouseUp

produced similar results.
<snip>_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to