ASP.NET i18n setting.

web.config

<globalization requestencoding="utf-8" responseencoding="utf-8" fileencoding="utf-8"></globalization>

If UTF-8 does not solve the problem for some reasons or feeling it is too consuming bytes since it standardize to 2 bytes.

use each language codec (multibyte mode) by specify.

<globalization requestencoding="euc-jp" responseencoding="euc-jp" enablebestfitresponseencoding="true"></globalization>

Note: the language codec must be installed of course in the first place.


Comments

Popular posts from this blog

Outlook : "operation failed, object could not be found. " when trying to close a PST.

How to transfer app and data from old iPhone to new iPhone for model IOS17 and IOS18 above.

Tips on how to use IBM iNotes (web client) on emailing or scheduling - Like copy tables from Excel or checking for user id (windows logon id) through email address