विम के तल पर [रूपांतरित] का क्या अर्थ है?


38

मेरे पास एक लॉग फ़ाइल है, और जब मैं इसे vim के माध्यम से खोलता हूं, तो यह पठनीय नहीं दिखता है, और इसके तल पर [रूपांतरित] है। [रूपांतरित] का क्या अर्थ है?

क्या प्रारूप मुद्दे को ठीक करने का कोई तरीका है ताकि यह मानव पठनीय हो?


इस बात की कोई गारंटी नहीं है कि एक लॉग फ़ाइल मानवीय रूप से पठनीय है। कम से कम कुछ फाइलें /var/log/नहीं हैं। लॉग फ़ाइल किस प्रोग्राम के लिए बनाई गई थी? इसका फ़ाइल नाम क्या है?
एंथन

@ एंथन मूल लॉग अच्छा दिखता है, लेकिन डेमोंटोल्स द्वारा लॉग रोटेशन के बाद, यह अब मानव पठनीय नहीं है।
मिंगयू

क्या यह घुमाव से संकुचित हो गया। क्या आपने fileफ़ाइल पर कमांड चलाया है ?
एंथन

@ एंथन फ़ाइल प्रकार है data। इसका क्या मतलब है?
मिंगयू

1
मैं चलाने के बाद :set fileencoding=utf-8, fileआउटपुट data। जब मैं fileमूल लॉग फ़ाइल के खिलाफ चलता हूं , तो यह आउटपुट करता है gzip compressed data, from Unix। इस प्रकार, उचित समाधान रन के fileबजाय पहले चलाना है :set, जो फ़ाइल को और गड़बड़ कर देता है।
मिंगयू

जवाबों:


32

इसका मतलब है कि यह vimपता चला है कि फ़ाइल आपके लोकेल द्वारा दिए गए चारसेट से मेल नहीं खाती है और रूपांतरण कर चुकी है। यदि आप कमांड :setको भीतर से चलाते हैं vim:

:set
--- Options ---
  autoindent          fileformat=dos      scroll=7            textwidth=70
  background=dark     filetype=asciidoc   shiftwidth=2        ttyfast
  cscopetag           helplang=en         softtabstop=2       ttymouse=sgr
  cscopeverbose       hlsearch            syntax=asciidoc
noendofline           list                tabpagemax=3
  expandtab           ruler               textmode
  backspace=indent,eol,start
  comments=s1:/*,ex:*/,://,b:#,:%,:XCOMM,fb:-,fb:*,fb:+,fb:.,fb:>
  cscopeprg=/usr/bin/cscope
  fileencoding=utf-8
  fileencodings=ucs-bom,utf-8,latin1

अंतिम 2 विकल्पों पर ध्यान दें, fileencodingऔर fileencodings

पहला वर्तमान फ़ाइल के लिए उपयोग किया जाने वाला एन्कोडिंग है, दूसरा मान्यता प्राप्त एनकोडिंग की अल्पविराम से अलग की गई सूची है।

इसलिए जब आप देखते हैं कि संदेश vimआपको बता रहा है कि यह फ़ाइल को से परिवर्तित करना पूर्ण कर चुका fileencodingहै encoding

की जाँच करें :help fileencodingया :help encodingअतिरिक्त जानकारी के लिए।

संदर्भ

मुझे नीचे धागा मिला, जिसका उपयोग मैंने एक स्रोत के रूप में किया जब यह उत्तर दिया गया था। मूल साइट अब चली गई है (इस उत्तर के इतिहास में सुलभ है), इसलिए मैं उस धागे की सामग्री को पोस्टीरिटी खातिर यहाँ ले जा रहा हूँ। लिंक वेबैक मशीन में थे

#1 Eli the Bearded January 21st, 2004 - 06:51 pm ET | Report spam
In comp.os.linux.misc, Leon. wrote:
Hide the quote
"Gaétan Martineau" wrote in message
news:E9jLb.2903$
> [ system_notes]$ vi installation_chouette.txt
> What means the [converted] at the bottom of the screen, as in:
> "installation_chouette.txt" [converted] 2576L, 113642C

It means that vim detected that the file did not match the
charset given by your locale and made a conversion. What does

:set

Tell you about "fileencoding" and "fileencodings"? The first is
the encoding used for the current file, the second is a comma
separated list of recognized encodings.

Hide the quote
> This file has accented characters. How can I save the file so that if I
> reload if again, I do not see "converted"?



Figure out what charset you want, and then

:set fileencoding=[charset]
:w

Hide the quote
It means deleting the Microsoft Dos/ Windows CR LF end of lines, to just
LF - unix standard end of lines.

It does not. If you open a file with DOS line ends, vim reports [dos]
after the filename, not [converted]. If you do have a dos file that
you wish to convert to unix line ends, you can

:set fileformat=unix
:w

Elijah

12

में vimआदेश मोड, टाइप करें:

:help read-messages

आप देख सकते हैं:

[converted]      conversion from 'fileencoding' to
                 'encoding' done

सामान्य तौर पर, इसका मतलब है कि विम का पता चला है कि फ़ाइल आपके लोकेल द्वारा दिए गए चार्ट से मेल नहीं खाती है और रूपांतरण बनाती है।

अधिक जानकारी के, कोशिश को देखने के लिए :help fileencoding, :help fileencodings


2

इसका अर्थ है कि फ़ाइल-ऑन-डिस्क विम के मेमोरी क्षेत्र के समान चार्ट का उपयोग नहीं करती है, और यह कि एक से दूसरे में रूपांतरण सफल रहा। एस्केप कुंजी दबाएं और इस कमांड को टाइप करें।

:set fileformat=unix

फ़ाइल सहेजें और फिर से पढ़ने का प्रयास करें।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.