multilingual

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

    multilingual

    Hello

    I want working with multilibgual like dutch danish language. pls help
    me.


    thanks
  • Exal de Jesus Garcia Carrillo

    #2
    Re: multilingual

    On 25 sep, 15:15, Ranjana <hello.ra...@gm ail.comwrote:
    I want working with multilibgual like dutch danish language. pls help
    me.

    very general question...

    Comment

    • Sabine Dinis Blochberger

      #3
      Re: multilingual

      Ranjana wrote:
      Hello
      >
      I want working with multilibgual like dutch danish language. pls help
      me.
      >
      >
      thanks
      Use UTF-8.

      Comment

      • Erwin Moller

        #4
        Re: multilingual


        Sabine Dinis Blochberger schreef:
        Ranjana wrote:
        >
        >Hello
        >>
        >I want working with multilibgual like dutch danish language. pls help
        >me.
        >>
        >>
        >thanks
        >
        Use UTF-8.
        Hi Ranjana,

        I just researched this too, so here a few quick pointers:

        1) Make sure php sends the right headers, probably:
        default_charset ="UTF-8"
        No need to send META-tags that say the same (but it doesn't hurt)

        2) Make sure your database uses UTF-8 encoding for all text columns.

        3) If you want you can safe your PHP-source in UTF-8 format.
        (This is only usefull if you use literal UTF-8 characters in your PHP
        code, eg for comparing strings.)

        4) ALWAYS use mb_* functions, read up here:
        So, don't use strlen() anywhere. Use mb_strlen().


        5) read this page too:

        It is about settings like: mbstring.intern al_encoding

        Good luck!

        Regards,
        Erwin Moller

        PS: For Dutch language LATIN-1 is enough. ;-)



        --
        =============== =============
        Erwin Moller
        Now dropping all postings from googlegroups.
        Why? http://improve-usenet.org/
        =============== =============

        Comment

        • rf

          #5
          Re: multilingual


          "Erwin Moller"
          <Since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c omwrote in
          message news:48dcb1b7$0 $188$e4fe514c@n ews.xs4all.nl.. .
          >
          Sabine Dinis Blochberger schreef:
          >Ranjana wrote:
          >>
          >>Hello
          >>>
          >>I want working with multilibgual like dutch danish language. pls help
          "I want work"
          >>me.
          >>>
          >>>
          >>thanks
          >>
          >Use UTF-8.
          >
          Hi Ranjana,
          >
          I just researched this too, so here a few quick pointers:
          The OP is a spammer who does not write english very well. See the above
          correction.


          Comment

          Working...