boussaffawalid / muparserx

Automatically exported from code.google.com/p/muparserx
Other
0 stars 0 forks source link

UTF-8 encoding :) #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Source code files are not encoded in UTF-8. UTF-8 is internationally used 
encoding for source files and there is no reason to avoid it. Consider 
translating files into UTF-8.

Original issue reported on code.google.com by Rotter.M...@gmail.com on 26 Jan 2013 at 5:22

GoogleCodeExporter commented 9 years ago
Did you have a specific problem with the encoding (i.e. lost characters, unable 
to compile)?

The file encoding is the VS 2010 default setting which should be "western 
european codepage 1251". Chances are this problem was popping up while trying 
to load the project in the qt creator. Whilst qt creator seems to try to 
enforce UTF-8 (or more likely whatever is set as its default), Visual Studio 
doesn't seem to like writing UTF-8 files without making me jump through burning 
rings of fire. Currently VS 2010 is the primary development platform and there 
is no realistic chance i'm gonna fight its default behaviour with manual 
overrides on a per file basis. I don't consider this a problem as long as the 
code compiles and no characters are lost. 

Original comment by ib...@gmx.info on 27 Jan 2013 at 2:17