Skip to content

Commit 50afd6a

Browse files
authored
Merge pull request #56 from mxstack/fix/55-windows-unicode-encoding-error
Add test to reproduce Windows cp1252 encoding error
2 parents 42f4178 + 8444c94 commit 50afd6a

File tree

5 files changed

+729
-1
lines changed

5 files changed

+729
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changes
22

3+
## 4.1.2 (unreleased)
4+
5+
- Fix #55: UnicodeEncodeError on Windows when logging emoji. The emoji is now conditionally displayed only when the console encoding supports it (UTF-8), avoiding errors on Windows cp1252 encoding.
6+
[jensens]
7+
38
## 4.1.1 (2025-10-20)
49

510
- Modernize release method with hatchling. See RELEASE.md [jensens]

0 commit comments

Comments
 (0)