Page 1 of 1

Three ideas and a problem.

PostPosted: Tue May 17, 2011 8:21 am
by WAR3ANDC.S
The first idea, encoded using utf-8, this can support more language packs.

..\styles\Indigo\header.php

<meta http-equiv="content-type" content="text/html; charset=utf-8"/>

The second idea, send e-mail using smtp. This email will be safe, will not enter the trash.

The third idea, off-site file storage. We can not put all the files are stored in a server. We may need multiple servers. So I think we can develop a ftp api. We can use ftp remote storage files.

Finally I have a problem. I'm making the Chinese language pack. How do I use the language pack?

Re: Three ideas and a problem.

PostPosted: Tue May 17, 2011 10:00 pm
by PeterS
WAR3ANDC.S wrote:The first idea, encoded using utf-8, this can support more language packs.

..\styles\Indigo\header.php

<meta http-equiv="content-type" content="text/html; charset=utf-8"/>

The second idea, send e-mail using smtp. This email will be safe, will not enter the trash.

The third idea, off-site file storage. We can not put all the files are stored in a server. We may need multiple servers. So I think we can develop a ftp api. We can use ftp remote storage files.

Finally I have a problem. I'm making the Chinese language pack. How do I use the language pack?


The above HTML statement will be needed, and in regards to implementing chinese into PHP Strings look here: http://www.herongyang.com/PHP-Chinese/PHP-UTF-8-Chinese-String-Literals.html and here http://www.herongyang.com/PHP-Chinese/PHP-Chinese-String-Literals.html.