Skip to content

Instantly share code, notes, and snippets.

View killerapp's full-sized avatar

Vaskin Kissoyan killerapp

View GitHub Profile
@killerapp
killerapp / fix-emoji-encoding.ps1
Created August 13, 2025 03:19
Fix Windows Emoji & UTF-8 Encoding Issues for VS Code, PowerShell, Git Bash & Claude Code
# Windows Emoji & UTF-8 Encoding Fix Script
# Fixes emoji/encoding issues in PowerShell, VS Code, Git Bash, and Claude Code
# Run as: powershell -ExecutionPolicy Bypass -File fix-emoji-encoding.ps1
Write-Host "🚀 Fixing Windows Emoji/UTF-8 Encoding Issues..." -ForegroundColor Green
Write-Host "This script will configure PowerShell, VS Code, and Git Bash for proper emoji support.`n" -ForegroundColor Yellow
# Function to backup existing files
function Backup-ConfigFile {
param($FilePath)