Make sure your terminal emulator is in code page IBM-1047 (C language and UNIX) and not IBM-037 (historic OS/360, MVS, z/OS). Or set you locale properly. You might try the following command in your UNIX shell:
export LC_ALL=En_US.IBM-037 Then do the "ls" and see if it looks better. If it does, put that export into your ~/.profile to make it your default locale. Note that this might end causing you problems with some languages which are not locale sensitive, but use the "normal" C locale by default. On Mon, Nov 3, 2014 at 9:28 AM, Glen Gasior <[email protected]> wrote: > Directory name contains string .Ýd What does it mean? > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- The temperature of the aqueous content of an unremittingly ogled culinary vessel will not achieve 100 degrees on the Celsius scale. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
