Rant - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Open (https://discussions.corebos.org/forumdisplay.php?fid=20) +--- Forum: Open Discussions (https://discussions.corebos.org/forumdisplay.php?fid=10) +--- Thread: Rant (/showthread.php?tid=21) |
Re: Rant - joebordes - 06-06-2014 Are you using Microsoft Excel? If so, try with OpenOffice. Log into DB with phpmyadmin and make sure the collation of the database and tables is UTF8 Re: Rant - polanskiman - 06-06-2014 joebordes Wrote:Are you using Microsoft Excel? If so, try with OpenOffice. Yes using M. Excel. The database and tables are also in UTF-8 already. Re: Rant - joebordes - 06-06-2014 Then it is a Microsoft excel issue. Microsoft uses it's own character set, window-1252 (or something like that). You can force Excel to use UTF8, with some options but OpenOffice works just as well as Microsoft Suite and uses UTF8 by default, and it's open source <!-- s:-) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Re: Rant - polanskiman - 06-11-2014 joebordes Wrote:Then it is a Microsoft excel issue. Microsoft uses it's own character set, window-1252 (or something like that). You can force Excel to use UTF8, with some options but OpenOffice works just as well as Microsoft Suite and uses UTF8 by default, and it's open source <!-- s:-) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Ok thanks. Will see what I can do on that side. |