forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita2a5ce6
committed
Improve "invalid byte sequence for encoding" message
It used to sayERROR: invalid byte sequence for encoding "UTF8": 0xdb24Change this toERROR: invalid byte sequence for encoding "UTF8": 0xdb 0x24to make it clear that this is a byte sequence and not a code point.Also fix the adjacent "character has no equivalent" message that hasthe same issue.1 parent7cb99b2 commita2a5ce6
1 file changed
+14
-6
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1595 | 1595 |
| |
1596 | 1596 |
| |
1597 | 1597 |
| |
1598 |
| - | |
| 1598 | + | |
1599 | 1599 |
| |
1600 | 1600 |
| |
1601 | 1601 |
| |
| |||
1604 | 1604 |
| |
1605 | 1605 |
| |
1606 | 1606 |
| |
1607 |
| - | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
1608 | 1612 |
| |
1609 | 1613 |
| |
1610 | 1614 |
| |
1611 |
| - | |
| 1615 | + | |
1612 | 1616 |
| |
1613 | 1617 |
| |
1614 | 1618 |
| |
| |||
1624 | 1628 |
| |
1625 | 1629 |
| |
1626 | 1630 |
| |
1627 |
| - | |
| 1631 | + | |
1628 | 1632 |
| |
1629 | 1633 |
| |
1630 | 1634 |
| |
| |||
1633 | 1637 |
| |
1634 | 1638 |
| |
1635 | 1639 |
| |
1636 |
| - | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
1637 | 1645 |
| |
1638 | 1646 |
| |
1639 | 1647 |
| |
1640 |
| - | |
| 1648 | + | |
1641 | 1649 |
| |
1642 | 1650 |
| |
1643 | 1651 |
| |
|
0 commit comments
Comments
(0)