File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 140140 <option value=gbk <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'gbk ' )) echo 'selected ' ;?> >gbk</option>
141141 <option value=latin5 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'latin5 ' )) echo 'selected ' ;?> >latin5</option>
142142 <option value=armscii8 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'armscii8 ' )) echo 'selected ' ;?> >armscii8</option>
143- <option value=utf8 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'utf8 ' )) echo 'selected ' ;?> <?php if ( empty ( $ v_charset )) echo ' selected ' ; ?> >utf8</option>
144- <option value=utf8mb4 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'utf8mb4 ' )) echo 'selected ' ;?> >utf8mb4</option>
143+ <option value=utf8 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'utf8 ' )) echo 'selected ' ;?> >utf8</option>
144+ <option value=utf8mb4 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'utf8mb4 ' )) echo 'selected ' ;?> <?php if ( empty ( $ v_charset )) echo ' selected ' ; ?> >utf8mb4</option>
145145 <option value=ucs2 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'ucs2 ' )) echo 'selected ' ;?> >ucs2</option>
146146 <option value=cp866 <?php if ((!empty ($ v_charset )) && ( $ v_charset == 'cp866 ' )) echo 'selected ' ;?> >cp866</option>
147147 <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