<?php var_dump(mb_convert_encoding(mb_convert_encoding("\\", "SJIS", "UTF-8"), "UTF-8", "SJIS")); var_dump(mb_convert_encoding(mb_convert_encoding("\\", "SJIS-win", "UTF-8"), "UTF-8", "SJIS-win")); var_dump(mb_convert_encoding(mb_convert_encoding("~", "SJIS", "UTF-8"), "UTF-8", "SJIS")); var_dump(mb_convert_encoding(mb_convert_encoding("~", "SJIS-win", "UTF-8"), "UTF-8", "SJIS-win"));
You have javascript disabled. You will not be able to edit any code.