unsloth/studio/backend
Daniel Han a1eff8ee22 fix: replace Unicode dashes with ASCII equivalents across codebase
Box-drawing chars (U+2500), em dashes (U+2014), and en dashes (U+2013)
in comments, section dividers, log messages, and docstrings are not
representable on legacy code pages like CP1252. Replace them with plain
ASCII dashes so the codebase is consistently ASCII-safe.

User-facing UI strings (placeholders, separators, display text in the
frontend) are left unchanged since they render in the browser which
handles Unicode natively.
2026-03-25 05:16:59 +00:00
..
assets studio: improve onboarding UX, tooltips, and training defaults (#4355) 2026-03-17 07:46:07 -07:00
auth fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
core fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
plugins feat(studio): multi-file unstructured seed upload with better backend extraction (#4468) 2026-03-20 13:22:42 -07:00
requirements fix(studio): remove litellm dep (quarantined on PyPI) (#4553) 2026-03-24 07:10:26 -07:00
routes fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
utils fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_platform_compat.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
colab.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
main.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00
run.py fix: replace Unicode dashes with ASCII equivalents across codebase 2026-03-25 05:16:59 +00:00