Re: "é" on Mac becomes "Ž" on Windows
André Bisseret
andre.bisseret at wanadoo.fr
Sun Jul 14 15:57:55 EDT 2013
Le 14 juil. 2013 à 20:59, Mark Schonewille a écrit :
> Hi AndrŽ,
Excellent ;-o))
>
> Convert your custom property with the MacToIso function before displaying the text (only in Windows of course).
>
> --
Thanks a lot Mark for your prompt reply.
First time I hear about MacToIso! (I should browse through the Livecode dictionnary more often!
And I should have read your book more rapidly! I am reading it but I am not arrived yet at page 209 ;-)) which I just discovered thanks to your reply and your very useful Alphabetical Index ;-)
I am trying MacToIso to morrow
Best regards
André
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http://www.color-converter.com
>
> Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi
>
> Fill out this survey please
> http://livecodebeginner.economy-x-talk.com/survey/
>
> On 7/14/2013 20:44, André Bisseret wrote:
>> Bonjour,
>>
>> In an app, I just finish to build on Mac (at least I was hoping so!) I have fields (lockText false) where special characters (in fact #) have an imageSource.
>> (a small image showing the 3 letters "Doc"
>>
>> The images used to set the imageSource of # are invisible. Each one has a custom property (the "docName") which contains the name of a specific document.
>>
>> When double clicking on such a character (on selectionChanged) the filename of this document is built and the document is launched.
>>
>> On Mac that's working very well.
>> But I have also to build a standalone for Windows.
>>
>> On Windows, the documents are not launched.
>> I just discovered that, if there is an accented character in the contents of the custom property it is replaced with another bizarre one ;-((
>> for example instead of "é" I find "Ž"
>> so that, of course, the document can't be found and launched!
>>
>> Any idea how I could get rid of this?
>>
>> Thanks a lot in advance for any advice and help
More information about the use-livecode
mailing list