Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update mac_greek.py
  • Loading branch information
ergenekonyigit authored Feb 13, 2017
commit 858f1fb595f8fce9c5fcf4d603d2b57672e47acd
4 changes: 2 additions & 2 deletions Lib/encodings/mac_greek.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def getregentry():
'\xf4' # 0x99 -> LATIN SMALL LETTER O WITH CIRCUMFLEX
'\xf6' # 0x9A -> LATIN SMALL LETTER O WITH DIAERESIS
'\xa6' # 0x9B -> BROKEN BAR
'\u20ac' # 0x9C -> EURO SIGN # before macOS 9.2.2, was SOFT HYPHEN
'\u20ac' # 0x9C -> EURO SIGN # before Mac OS 9.2.2, was SOFT HYPHEN
'\xf9' # 0x9D -> LATIN SMALL LETTER U WITH GRAVE
'\xfb' # 0x9E -> LATIN SMALL LETTER U WITH CIRCUMFLEX
'\xfc' # 0x9F -> LATIN SMALL LETTER U WITH DIAERESIS
Expand Down Expand Up @@ -300,7 +300,7 @@ def getregentry():
'\u03cb' # 0xFC -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA
'\u0390' # 0xFD -> GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
'\u03b0' # 0xFE -> GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
'\xad' # 0xFF -> SOFT HYPHEN # before macOS 9.2.2, was undefined
'\xad' # 0xFF -> SOFT HYPHEN # before Mac OS 9.2.2, was undefined
)

### Encoding table
Expand Down