aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-06-30 17:48:45 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-06-30 17:48:45 +0200
commit04bc325083e9a1887f858eac3e8144fe1b07b201 (patch)
tree4cc9657f2abc0f9d19c93055c6066fb6103e7eaf
parent302f2980a6dcd3c15c24654cbda0e4eed176fce4 (diff)
downloadlbsd-04bc325083e9a1887f858eac3e8144fe1b07b201.tar.gz
ROX: Open vi with UTF-8 encoding
-rwxr-xr-xhome/john/.config/rox.sourceforge.net/MIME-types/text2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/john/.config/rox.sourceforge.net/MIME-types/text b/home/john/.config/rox.sourceforge.net/MIME-types/text
index 613c249..89846bb 100755
--- a/home/john/.config/rox.sourceforge.net/MIME-types/text
+++ b/home/john/.config/rox.sourceforge.net/MIME-types/text
@@ -1,3 +1,3 @@
#!/bin/sh
cd "$(dirname "$1")"
-exec xtopen vi "$(basename "$1")"
+exec xtopen -putf8 vi "$(basename "$1")"