PHP and Unicode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric D.

    PHP and Unicode

    Hi,

    I'm building a website that will use Unicode data. Back-end using PHP and
    SQL Server. The SQl Server database will store Unicode data (Chinese,
    Japanese, etc.). PHP will be used to parse the data to the HTML web page.
    Now, how does PHP deal with Unicode data? Is it any different than regular
    English? Is there any high-level documentation on this subject?

    Would appreciate someone direct me to any good web resource on this.

    Thanks in advance!

    Eric


  • R. Rajesh Jeba Anbiah

    #2
    Re: PHP and Unicode

    "Eric D." <ericd_@hotmail .com> wrote in message news:<beZmb.115 3$Nz5.55259@new s20.bellglobal. com>...[color=blue]
    > Hi,
    >
    > I'm building a website that will use Unicode data. Back-end using PHP and
    > SQL Server. The SQl Server database will store Unicode data (Chinese,
    > Japanese, etc.). PHP will be used to parse the data to the HTML web page.
    > Now, how does PHP deal with Unicode data? Is it any different than regular
    > English? Is there any high-level documentation on this subject?[/color]

    Hmmm... no idea bout SQL server. But, if you would like to know
    the Unicode implementations in PHP, you may look into phpMyAdmin
    source code.

    ---
    "He who created the god was a fool; he who spreads his name is a
    scoundrel and he who worships him is a barbarian."---Periyar, Famous
    Tamil Rationalist
    Email: rrjanbiah-at-Y!com

    Comment

    Working...