realbasic-plugins
[Top] [All Lists]

Re: Greek letter problem

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Greek letter problem
From: Will Leshner <leshner at ljug dot com>
Date: Thu, 26 May 2005 21:26:46 -0700
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <p06210200bebc4ba496c6 at [24 dot 217 dot 116 dot 136]>

On May 26, 2005, at 9:01 PM, Bob Delaney wrote:

This probably is related to standard ASCII only being defined for 0-127. Various fonts have different meanings for 128-255.


Not fonts, encodings. Different encodings apply different meanings to the code points between 128 and 255. You need to figure out what encoding Rb is using in the string it passes to you. I think there is a call in the plugins SDK to find out what encoding a string has. You might give that a try.

--
REALbasic database options: http://sqlabs.net
REALbasic news and tips: http://rbgazette.com
KidzMail & KidzLog: http://haranbanjo.com

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>