Although I set the Charset to Utf-8, I am having trouble displaying Turkish characters. How can I solve this problem? Simple
we have a lot of fun and easy games for you all to play, the name is JNT77
Situs Jandaslot is a very exciting online game for all of you to play
A very relaxing online game with very realistic graphics only available on Situs Sor77
official online games that provide many games for you to play for free are Crot77 Login
a very cool site, we also want to provide information that we have a very exciting game site that you can play wherever you want with very big prizes, its name is dewa slot88
This site is very exciting to play for all levels of society. Please try it and I'm sure you will like it Vio777 slot
This site is very exciting to play for all levels of society. Please try it and I'm sure you will like it. CR77 Slot
the most exciting game with lots of prizes in it is only available on Padi77 Slot
we found a site that has many interesting events for all of you to play on Bromo777
There was no Turkish character problem on the site I published with IIS. When working with localhost, the characters are corrupted after the second "Hot Reload".
First Hot Reload
Second Hot Reload & IIS
Hi Berke,
Have you tried to include the code I attached in my previous comment?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Berke,
I appreciate you bringing this to our attention so that we can deal with it immediately.
Could you please add an example of the word you are using in your code?
You can try to add this service in Starterkit/Program.cs.
using System.Text.Unicode;
builder.Services.AddWebEncoders(o => {
o.TextEncoderSettings = new System.Text.Encodings.Web.TextEncoderSettings(UnicodeRanges.All);
});