File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 148148 < option value =latin5 < ?php if ((!empty($v_charset)) && ( $v_charset == 'latin5')) echo 'selected';?> > latin5</ option >
149149 < option value =armscii8 < ?php if ((!empty($v_charset)) && ( $v_charset == 'armscii8')) echo 'selected';?> > armscii8</ option >
150150 < option value =utf8 < ?php if ((!empty($v_charset)) && ( $v_charset == 'utf8')) echo 'selected';?> < ?php if (empty($v_charset)) echo 'selected';?> > utf8</ option >
151+ < option value =utf8mb4 < ?php if ((!empty($v_charset)) && ( $v_charset == 'utf8mb4')) echo 'selected';?> > utf8mb4</ option >
152+
151153 < option value =ucs2 < ?php if ((!empty($v_charset)) && ( $v_charset == 'ucs2')) echo 'selected';?> > ucs2</ option >
152154 < option value =cp866 < ?php if ((!empty($v_charset)) && ( $v_charset == 'cp866')) echo 'selected';?> > cp866</ option >
153155 < option value =keybcs2 < ?php if ((!empty($v_charset)) && ( $v_charset == 'keybcs2')) echo 'selected';?> > keybcs2</ option >
You can’t perform that action at this time.
0 commit comments