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>
|