Unicode in Window Title?

ron barber rbarber at yhb.att.ne.jp
Tue Nov 15 21:20:11 EST 2005


Hi again,

One workaround is to set the language of the OS in the International 
section of the system preferences. For Russian, you can drag it to the 
top of the list. Note this also changes the special menu items - help, 
about, quit and maybe another that I can't remember. Another way to do 
this is to create a folder in the Resources folder within the Contents 
folder within the package titled "Russian.lproj". Then in your 
application,

where RussianWord is a word typed in Rev in Russian:

put unidecode("RussianWord","Russian") into tword
set the name of wd "untitled 1" to tword

In my Japanese/Chinese/Korean/English app, I have the user choose a 
default language and work with it this way. Try it and let me know if 
it works for Russian as well.

HTH,
Ron


On Nov 16, 2005, at 10:03 AM, Trevor DeVore wrote:

> On Nov 15, 2005, at 4:37 PM, ron barber wrote:
>
>> Hi Trevor,
>>
>> Sigh. One day we will be able to do this and I would love to have 
>> someone come in and tell me that today is the day but until then we 
>> continue to wait for more complete unicode support.
>>
>> I can't remember if this is on the bugzilla list or not but please 
>> add it if it isn't.
>
> I didn't see any entries for title or tooltip.  I've logged two bugs:
> http://support.runrev.com/bugdatabase/show_bug.cgi?id=3226
> http://support.runrev.com/bugdatabase/show_bug.cgi?id=3227
>
> This creates a dilemma for me.  I need to localize an application in 
> Russian and eventually Chinese and Japanese.  Tooltips I could work 
> around but not having window titles displayed in the localized 
> language is a problem for this app.
>
> So now I am looking for advice from anyone working with Revolution and 
> Russian.  I have never had to deal with anything but default fonts for 
> English, French, German, etc. so I am not exactly sure how to proceed. 
>  If I can't use Unicode, do I just need to set the stack textFont to a 
> standard font that will be installed on Russian systems and populate 
> the fields with text that has the Cyrillic ISO 8859-5 or Russian 
> KOI8-R encoding?
>
> Anybody have any pointers?
>
> Thanks,
>
> -- 
> Trevor DeVore
> Blue Mango Multimedia
> trevor at mangomultimedia.com
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list