Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Windows PowerShell renders Unicode emojis and box-drawing characters as "?????", breaking installer output readability.

Changes

  • install.ps1: Replace Unicode characters with ASCII equivalents

    • [OK], [ERROR], [WARNING], [>], [INFO]
    • Box-drawing (═╔╗╚╝║) → =
    • Emojis (🎉📖🐛🌐) → text labels [DOCS], [BUGS], [WEB]
  • install.sh: Apply same replacements for consistency across platforms

Example

Before:

═══════════════════════════════════════════════════════
✓ Python 3.14.0 found (py)
✗ Failed to install package

After:

=======================================================
[OK] Python 3.14.0 found (py)
[ERROR] Failed to install package
Original prompt

This section details on the original issue you should resolve

<issue_title>Install issue</issue_title>
<issue_description>PS D:\repos\gima-datawarehouse-brk-mutaties> iwr -useb https://raw.githubusercontent.com/ITlusions/ITLAuth/main/install.ps1 | iex

?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
ITLAuth Zero-Click Installer
ITlusions Authentication Suite
?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

??? Running as Administrator

??? Checking Python installation...
??? Python 3.14.0 found (py)
??? Checking pip installation...
??? pip found

??? Installing itl-kubectl-oidc-setup...
ERROR: Could not find a version that satisfies the requirement itl-kubectl-oidc-setup (from versions: none)
ERROR: No matching distribution found for itl-kubectl-oidc-setup
??? Failed to install package
??? Try manually: py -m pip install itl-kubectl-oidc-setup

??? Installation failed: package installation error</issue_description>

<agent_instructions>No emojies :D</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 22, 2026 22:07
Co-authored-by: nielsweistra <7041359+nielsweistra@users.noreply.github.com>
Co-authored-by: nielsweistra <7041359+nielsweistra@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix installation issue for ITLAuth Zero-Click Installer Replace Unicode emojis with ASCII in installation scripts Jan 22, 2026
Copilot AI requested a review from nielsweistra January 22, 2026 22:11
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.

Install issue

2 participants