Türkçe Karakter Sorunu
Merhaba,
Starterkit/Program.cs
using System.Text.Unicode;
builder.Services.AddWebEncoders(o => {
o.TextEncoderSettings = new System.Text.Encodings.Web.TextEncoderSettings(UnicodeRanges.All);
}); Program.cs dosyasına ekledim. Ancak Türkçe karakter sorunu düzelmedi.
Projeyi Docker Container (Linux) üzerinde çalıÅıyor.
I added it to the Program.cs file. However, the Turkish character problem was not fixed.
Running the project on Docker Container (Linux).
Replies (2)
Merhaba,
Türkçe karakter sorununu buradaki linkte verilen cevaba göre düzelttim.
Sorun ile karÅılaÅanlar için umarım yardımcı olur.
Hi,
Thank you for your feedback.
We will check this problem and the solution you have provided and include this fix in the next Metronic releases.
Regards,
Lauris Stepanovs,
Keenthemes Support Team