Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!pasteur!ucbvax!decvax!decwrl!pyramid!voder!apple!dan From: dan@Apple.COM (Dan Allen) Newsgroups: comp.sys.mac.programmer Subject: Re: TWO Byte Characters, SysEnvirons -- Message-ID: <8310@apple.Apple.Com> Date: 15 Apr 88 05:45:51 GMT References: <742@unioncs.UUCP> <226000007@uxe.cso.uiuc.edu> Reply-To: dan@apple.UUCP (Dan Allen) Organization: Apple Computer Inc, Cupertino, CA Lines: 16 If the problem at hand is to simply write characters to a textfile with MPW Pascal, and these characters are English (that is NOT Arabic, Hebrew, Japanese, or Chinese), THEN your problem has absolutely nothing to do with SysEnvirons, the Script Manager, or anything else that has to do with Two Byte Characters, as that is all for international non-Roman scripts. What your problem DOES concern, is the fact that in MPW Pascal, a CHAR occupies a word, which is TWO BYTES. However, when writing CHARs to textfiles, only a normal bytes worth is written, so your problem is still a mystery. Please send me more info and I'll see what I can do to help... Dan Allen MPW Engineer Apple Computer