Skip to content

Remove non-ASCII glyphs from Bars files#23

Open
Hippoom wants to merge 1 commit into
Stormhand-dev:mainfrom
Hippoom:pr/remove-non-ascii-bars-glyphs
Open

Remove non-ASCII glyphs from Bars files#23
Hippoom wants to merge 1 commit into
Stormhand-dev:mainfrom
Hippoom:pr/remove-non-ascii-bars-glyphs

Conversation

@Hippoom

@Hippoom Hippoom commented May 13, 2026

Copy link
Copy Markdown

Summary

  • Replaces non-ASCII comments in bars.lua with ASCII-only text.
  • Replaces the Range Indicator simple marker bullet with an ASCII X.
  • Improves compatibility with older client and Windows addon setups that can mishandle UTF-8 glyphs.

Test plan

  • Copied the addon to a Windows PC and verified the Bars module loads without encoding issues.
  • Verified Range Indicator simple mode still displays a visible marker.

Fixes #22

Replace UTF-8 comments and the range indicator bullet glyph with ASCII-safe text to avoid encoding issues on Windows clients.
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.

Remove non-ASCII glyphs from Bars module files for client compatibility

1 participant