Note that there are some explanatory texts on larger screens.

plurals
  1. POwhat type of encoding is this "Non-ISO extended-ASCII English text, with very long lines, with CRLF line terminators"?
    primarykey
    data
    text
    <p>I am trying to export the out put of <code>mssql</code> query which must use <code>utf</code> (utf-16 I suppose) encoding according to <a href="http://msdn.microsoft.com/en-us/library/ms162773.aspx" rel="nofollow">description</a> I am using <code>-W -u</code> functions with <code>sqlcmd</code>. Ä is converted to character z (with 2 dots or something like ^ inverted) by default, and lists it as <code>ansi</code> character set. when I try to use notepad++ to convert this <code>utf</code> file to <code>utf-8</code> shows me with some strange highlighted characters <code>(x8E)</code> for <code>Ä</code>, and some other for other characters like <code>x86</code> and <code>x94</code> does not matter what ever encoding I use as default in Nottepad++. </p> <p>When I transfered the file to a <code>Ubuntu 12.04</code> machine and using <code>file</code> command says that its </p> <blockquote> <p>user@user:~/Desktop/enc oding/checkencoding$ file convertit4.csv convertit4.csv: Non-ISO extended-ASCII English text, with very long lines, with CRLF line terminators</p> <p>user@user:~/Desktop/encoding/checkencoding$ chardet convertit4.csv convertit4.csv: ISO-8859-2 (confidence: 0.77) I am confused what kind of encoding it uses. the purpose is to convert it to <code>utf-8</code> encoding without any errors to upload it to <a href="http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Wiki" rel="nofollow"><code>magmi</code> importer</a>. </p> </blockquote> <p>note: I am using this command to remove the underline after the headers <code>type c:\outfiles\convertit1.temp | findstr /r /v "^\-[;\-]*$" &gt; c:\outfiles\convertit4.csv</code> hope this line of codes is not the problem. </p> <p>I hope the information are complete to solve this issue, If any more information needed, please let me know, Regards. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload