fix in import data page
diff --git a/erpnext/setup/page/import_data/import_data.html b/erpnext/setup/page/import_data/import_data.html
index 5f9556b..29f0cc3 100644
--- a/erpnext/setup/page/import_data/import_data.html
+++ b/erpnext/setup/page/import_data/import_data.html
@@ -41,6 +41,7 @@
<li>Select the saved CSV file, identify the date format if any</li>
<li>Click on "Import"</li>
</ol>
+ <br />
<h4>Over-writing Guide</h4>
<ol>
<li>To over-write data, click on "Do you want to over-write records?" and then download template</li>
@@ -48,6 +49,30 @@
<li>Over-writing of child table data will delete all previous data of child table and re-import. so before over-writing child tables, export all data from system, modify them and then re-import</li>
<li>Over-write checkbox will be checked while importing</li>
</ol>
+ <br />
+ <h4>Do you have Non-English data?</h4>
+ You may need to save the file with UTF-8 encoding for data to be imported correctly.
+ <br /><br />
+ Microsoft Excel Users:<br />
+ There is no obvious way of saving a CSV file with UTF-8 encoding.<br />
+ You will need to follow these steps:
+ <ol>
+ <li>In Excel, save the file in CSV (Comma Delimited) format</li>
+ <li>Open this saved file in Notepad</li>
+ <li>Click on File -> Save As</li>
+ <li>File Name: <your filename>.csv<br />
+ Save as type: Text Documents (*.txt)<br />
+ Encoding: UTF-8
+ </li>
+ <li>Click on Save</li>
+ </ol>
+ <br />
+ OpenOffice or LibreOffice Users:<br />
+ <ol>
+ <li>While saving as CSV, check "Edit Filter Settings".</li>
+ <li>You will be prompted for Encoding.</li>
+ <li>Make sure it is "UTF-8" and click on OK.</li>
+ </ol>
</div>
</td>
<td style="border: 1px solid #AAA; padding: 4px;">