ClubLedger/static
Claude ca344e3762
fix: remove all non-ASCII characters that cause Windows encoding issues
- PIN input: removed literal bullet placeholder (was the reported gibberish)
- Search placeholders: ... -> ... (ASCII)
- Custom... period option in statement: uses … entity
- app.js/common.js/style.css/bar.js/cashier.js: en/em dashes in
  comments -> ASCII hyphens; Unicode minus sign U+2212 -> plain hyphen
- main.py: arrows and dashes in comments -> ASCII
- bar.html/cashier.html: standalone page titles and placeholders fixed

Intentional: pound sign in currency defaults stays as UTF-8 (served
with Content-Type: text/html; charset=utf-8 and correct HTTP headers).

https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
2026-05-31 03:48:14 +00:00
..
app.js fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
bar.html fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
bar.js fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
cashier.html fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
cashier.js fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
common.js fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
index.html fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00
style.css fix: remove all non-ASCII characters that cause Windows encoding issues 2026-05-31 03:48:14 +00:00