text encoding gotcha?

Pierre Sahores psahores at easynet.fr
Wed Jan 14 11:37:00 EST 2004


Le 14 janv. 04, à 00:58, Alex Rice a écrit :

>
> On Jan 13, 2004, at 4:48 PM, Alejandro Tejada wrote:
>> How could I show, within RR/MC, all
>> the characters of these fonts?
>>
>> Thanks in advance.


Else, you can try this :

on mouseUp
   if the shiftkey is up then
     repeat with c = 1 to 255
       put numtochar(c) && "= &#" & c & ";" & return after buffa
     end repeat
     answer buffa
   else edit script of me
end mouseUp

>
> Have you tried doing something like this?
>
> set the unicodeText of fld 1 to uniEncode(theBinaryData)
>
> Make sure to read the text in as a binary file not a text file.
>
> Alex Rice <alex at mindlube.com> | Mindlube Software | 
> <http://mindlube.com>
>
> what a waste of thumbs that are opposable
> to make machines that are disposable  -Ani DiFranco
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
Bien cordialement, Pierre Sahores

100, rue de Paris
F - 77140 Nemours

psahores at easynet.fr

GSM:   +33 6 03 95 77 70
Pro:   +33 1 41 60 52 68
Dom:   +33 1 64 45 05 33
Fax:   +33 1 64 45 05 33

Inspection académique de Seine-Saint-Denis
Applications et SGBD ACID SQL (WEB et PGI)
Penser et produire "delta de productivité"



More information about the use-livecode mailing list