Three ideas and a problem.
Posted: Tue May 17, 2011 8:21 am
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?
..\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?