home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 17 / MacAddict_017_1998_01.iso / pc / utility / quoting.txt < prev   
Text File  |  1997-04-14  |  4KB  |  79 lines

  1. Subject: Quoting illegal characters
  2.  
  3.      Problem:
  4.      
  5.      Some characters on the MAC or other AFP Server are illegal characters 
  6.      in Windows 95 for a particular language.  When the PC attempts to 
  7.      access shared items with illegal characters in the folder, computer, 
  8.      or zone name, it encounters illegal characters and the Win95 function 
  9.      called fails.  For example logging in, mapping a drive, accessing a 
  10.      particular folder or file.  Get messages indicating access denied, 
  11.      when you know that correct privileges are granted for the current 
  12.      user.
  13.      
  14.      Solution:
  15.      
  16.      In version 6.01 of PC Maclan or later, you can add registry keys that 
  17.      specify certain illegal characters to be QUOTED out of all Appletalk 
  18.      related functions.  This means that if you can't simply change the 
  19.      name of the zone, computer, volume, folder, or file to not include 
  20.      these illegal characters, then you can quote the characters and they 
  21.      will appear on the Win95 computer as numbers instead of illegal 
  22.      characters.  For example, ASCII character 128 is an Ä, which in some 
  23.      fonts/character sets is a Swedish A.  Instead of seeing a volume named 
  24.      'Äll Drives' the quoted Win95 with version 6.01 or later will see 
  25.      '[128]ll Drives'.  
  26.      
  27.      Note that this approach adds overhead.  Every character that is quoted 
  28.      will be replaced by up to four extra characters.  But this approach 
  29.      solves many of these type of problems and may be worth doing if you 
  30.      can't just rename the computer, volume, folder, or file.
  31.      
  32.      Below is the procedure for quoting illegal characters with version 
  33.      6.01 or later.  See the attached Quote.reg file that contains some 
  34.      default quoted characters.
  35.      
  36.      --------------------------------------------------------------------
  37.      From Explorer, 
  38.      
  39.      1. Select quote.reg with right mouse button to bring up context menu.
  40.      2. Select Merge.
  41.      3. Select OK to close the window that says regisrty items have been 
  42.      merged.
  43.      4. Select Start button and Run option.
  44.      5. Type regedit.exe and select OK to open Registry Editor.
  45.      6. Open the HKEY_LOCAL_MACHINE key by double clicking on its folder
  46.      7. Continue opening the following keys
  47.            SOFTWARE
  48.               Miramar Systems, Inc.
  49.                  FileClient
  50.      8.  In the right pane of the window you should see 3 values
  51.          two string values and a binary value.  Double click on the binary  
  52.          value (with the icon showing 011) called QuoteChars.
  53.      9.  Review the list of characters to see if any of the default
  54.          characters are ones that should definitely NOT be quoted.  If any
  55.          of the characters should be removed, highlight the character on
  56.          right side or the hex value in the middle and press delete.
  57.      10. Then position the cursor at the end of the list and type the 
  58.          character or hex value (ASCII) for each illegal character
  59.          that is causing problems.
  60.      11. Select OK button.
  61.      12. Close Registry Editor, and restart Win95.
  62.  
  63.  
  64. WARNING:  Miramar Systems will not be held responsible for any damages to
  65. the Windows based operating system wherein the system registry has been
  66. manually modified by users of our software.
  67.  
  68. Please understand that the use of REGEDIT may effect the operation and
  69. stability of your Windows based system.  Although we make every effort to
  70. give as complete and accurate information as possible, the ultimate impact
  71. on your system may involve registry keys not within the scope of our product
  72. and control. 
  73.  
  74. Miramar Systems recommends that you have a complete backup before you
  75. undertake any modifications to any system's operating system. This can be
  76. accomplished by making a backup of system files by using Export Registry File
  77. Option within the File Menu of Regedit or by copying the system files 
  78. (system.dat and user.dat both are system, hidden, read-only) located in 
  79. the Windows directory before running REGEDIT.