Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to print Marathi text (unicode) in php
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mayur pimple  
View profile  
 More options Jan 4 2012, 1:46 am
From: Mayur pimple <mayurpimpl...@gmail.com>
Date: Wed, 4 Jan 2012 12:16:44 +0530
Local: Wed, Jan 4 2012 1:46 am
Subject: How to print Marathi text (unicode) in php

Hi
Im Used Drupal CMS. and write one web services to get Marathi content.

I want to print marathi text in php. this text is save in database. so I'm
Retrieving  marathi text from database.

--

**

**

*Cheers !!!*,
Mayur Pimple
Mobile : 9270367824
Skype  : mayur.pimple
www.mayurpimple.com
*
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
~Sameer~  
View profile  
 More options Jan 4 2012, 2:50 am
From: "~Sameer~" <sameer.kel...@gmail.com>
Date: Wed, 4 Jan 2012 13:20:57 +0530
Local: Wed, Jan 4 2012 2:50 am
Subject: Re: [phpcamp] How to print Marathi text (unicode) in php

so what is happening?

On 4 January 2012 12:16, Mayur pimple <mayurpimpl...@gmail.com> wrote:

--
Hati Ghyal Te Tadis Nya
हाती घ्याल ते तडीस न्या

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Laxmikant Ghuble  
View profile  
 More options Jan 4 2012, 4:29 am
From: Laxmikant Ghuble <laxmikantghu...@gmail.com>
Date: Wed, 4 Jan 2012 14:59:36 +0530
Local: Wed, Jan 4 2012 4:29 am
Subject: Re: [phpcamp] How to print Marathi text (unicode) in php

Hi, Mayur

If you save marathi font in database and now trying to fetch it but if you
could not then

Try this while connecting with database, set following setting.

mysql_query('SET character_set_results=utf8');
mysql_query('SET names=utf8');
mysql_query('SET character_set_client=utf8');
mysql_query('SET character_set_connection=utf8');
mysql_query('SET character_set_results=utf8');
mysql_query('SET collation_connection=utf8_general_ci');

and then fire query to retrieve.

--

Thanks & Regards,
Mr.Laxmikant Ghuble


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »