Skip to content

Fix: resolve windows encoding error in pubspec description#2

Open
hellKing-Diablo wants to merge 1 commit intoBasedHardware:mainfrom
hellKing-Diablo:main
Open

Fix: resolve windows encoding error in pubspec description#2
hellKing-Diablo wants to merge 1 commit intoBasedHardware:mainfrom
hellKing-Diablo:main

Conversation

@hellKing-Diablo
Copy link

@hellKing-Diablo hellKing-Diablo commented Feb 13, 2026

Fix: Resolve Windows setup crash due to non-ASCII characters in pubspec

@hellKing-Diablo
Copy link
Author

Description
This PR fixes a critical issue preventing the package from being used on Windows machines.

The Issue
The pubspec.yaml description field contained ideographic commas (,) instead of standard ASCII commas. This causes the Dart parser to crash with an "Unexpected character" error on Windows systems with standard encoding settings.

The Fix
Replaced the non-standard punctuation with standard commas.

Verification
Tested on Windows 11. The package now resolves correctly without errors.

@hugoaap-code
Copy link

❤️❤️❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants