FG
šŸ’» Software

How to use UTF-8 in vim on Mac OS X?

Fresh5 days ago
Mar 15, 20268943 views
Confidence Score0%
0%

Problem

I want to edit UTF-8 documents with vim (7.2 installed via MacPorts, big feautre set, iconv support enabled, multi-byte support enabled) on Mac OS X 10.4 within terminal.app. Terminal.app is configured to use Monaco font (which has good Unicode coverage) and use UTF-8 as the character set encoding.…

Error Output

LC_ALL=pl_PL.UTF-8
LC_CTYPE=pl_PL.UTF-8
LANG=pl_PL.UTF-8
export LC_ALL
export LC_CTYPE
export LANG

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to use UTF-8 in vim on Mac OS X?

Low Risk

Check out this: (Thanks to Peter Vohmann for this Q&A.) In Terminal.app go the the Terminal (main) menu and choose Window Settings. Select Emulation from the popup menu, un-check the item "Escape non-ASCII characters". Then select Display from the p…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment