Commit 1e860c5
authored
Fix decode error when parsing EEPROM fields (sonic-net#199)
#### Description
Following error is seen while parsing EEPROM fields for few transceivers.
'utf-8' codec can't decode byte 0xff in position 6: invalid start byte
#### Motivation and Context
EEPROM fields will not be displayed if unicode characters are not properly.
E.g. Vendor Date: 20'u-tf--8'1 parent 93641f3 commit 1e860c5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments