I have application I have built to demo the functionality of ASP.NET Core 1.0 and EF Core 1.0. When running from a Windows based deployment the display of Currency data types uses the $. The same application pointing to same database but running from docker Linux container displays the value with ¤ (ASCII 164). Is do I need to set encoding settings in ASP.NET Core or the Docker Linux container itself? It looks like ASCII 164 is the HTML Name for currency. So I assume there is some kind of switch or ENV Variable that can fix this?
↧