P.S Please ignore the line (Normally you don't.... in the CSS example. 😅
On Wed, Dec 30, 2015 at 8:20 AM, Bansaj Pradhan <[email protected]> wrote: > Here are all the Nepali keyboard layouts: > http://madanpuraskar.org/pustakalaya/?page_id=157 > Install the one you are ok with .Personally I prefer Romanized Nepali > unicode and it's popular too. > For the web browser to recognize the Nepali unicode , you must set the > charset to UTF-8. Here's how you do this in > > 1.HTML > > <!DOCTYPE html> > <html> > <head> > <meta charset="UTF-8"><!-- This line tells web browser that the page is > using UTF-8 character set--> > </head> > <body> > <h1>नेपाली मा केहि शब्द टाइप</h1> > </body> > </html> > > 2.CSS(Normally you don't need to specify charset property to css as it > uses the > > @charset "UTF-8"; > > /*styles*/ > > > 3.JS > > <script charset="UTF-8" src="custom.js"><script> > > > > -- Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/ --- You received this message because you are subscribed to the Google Groups "FOSS Nepal" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
