a170685 Posted November 24, 2011 Share Posted November 24, 2011 Hi All "mb_internal_encoding()" sets internal encoding. What actually this internal encoding is used for? Is input(POST, GET, data from DB, cookies) transformed into this internal encoding? Or this internal encoding is used only as a default encoding for string processing? Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/251734-is-input-transformed-into-internal-encoding/ Share on other sites More sharing options...
a170685 Posted November 24, 2011 Author Share Posted November 24, 2011 It seems I found the corresponding setting in php.ini: ; enable automatic encoding translation according to ; mbstring.internal_encoding setting. Input chars are ; converted to internal encoding by setting this to On. ; Note: Do _not_ use automatic encoding translation for ; portable libs/applications. mbstring.encoding_translation = On Thanks to all Quote Link to comment https://forums.phpfreaks.com/topic/251734-is-input-transformed-into-internal-encoding/#findComment-1290960 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.