*** pdf_font.ps Thu Sep 11 23:40:03 1997
--- ../../512/gs5.12/pdf_font.ps        Tue Mar 24 10:44:33 1998
***************
*** 33,44 ****
  /updateencoding               % <encoding> <differences> updateencoding <enc'>
   { exch dup length array copy
!    exch dup 0 get exch dup length 1 sub
!    1 exch getinterval
!     { dup type /nametype ne
!        { exch pop }
!        { 3 copy put pop 1 add }
!       ifelse
!     }
!    forall pop
   } bdef
  
--- 33,43 ----
  /updateencoding               % <encoding> <differences> updateencoding <enc'>
   { exch dup length array copy
!    exch 0 exch {
!               % Stack: enc' code element
!      dup type /nametype ne
!       { exch pop }
!       { 3 copy put pop 1 add }
!      ifelse
!    } forall pop
   } bdef
  
