On Tuesday, September 30, 2003, at 08:30 pm, Jacquot Jules wrote:
test
with BBEdit Lite for OSX create a textfile with high asciis
then read it with RB 5.5. Mac OSX
you"ll have garbage and you'll able to do nothing
That's because REALbasic doesn't know which encoding the file is stored
in. Before REALbasic can correctly display the characters, you will
need to let it know which encoding was used by calling the
defineEncoding method. After you do this, the text should be able to be
displayed correctly. HTH
William Cannings
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|