문제

Hi I am doing this tutorial about SQL. I added $cfg['UploadDir'] = 'c:Files'; in my config.inc.php, and import it to phpmyadmin. The problem is that I cannot find latin1 as character set. In one of the question from stackOverflow: Cannot select Latin-1 as the character set in PHPMyAdmin Someone mentioned that

Latin 1 is ISO 8859-1, is it true?

도움이 되었습니까?

해결책

From here:

ISO 8859-1 character set overview

The following tables give all characters which are available in the ISO Latin 1 character set.

Basically, Yes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top