Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
* заменены глифы uni0000 на .notdef
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Jun 24, 2018
1 parent 2fe3a54 commit f3ca12e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encodings/New-PostscriptEncodingTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Get-Content `
$EncodingCode = [int32] $_.EncodingCode;
if ( $EncodingCode -lt 0x20 ) {
$EncodingTable[ $EncodingCode ] = '.notdef';
} elseif ( $UnicodeCode -eq 0 ) {
$EncodingTable[ $EncodingCode ] = '.notdef';
} elseif ( $GlyphNames[ $UnicodeCode ] ) {
$EncodingTable[ $EncodingCode ] = $GlyphNames[ $UnicodeCode ];
} else {
Expand Down
Binary file modified stamps/lib/cp1251.ps
Binary file not shown.
Binary file modified stamps/lib/cp1253.ps
Binary file not shown.

0 comments on commit f3ca12e

Please sign in to comment.