Hi...

I read you post on:
*https://groups.google.com/*
forum/#!msg/google-appengine/Tdni0rchMxE/N5kWBEwsrlIJ<https://groups.google.com/forum/#!msg/google-appengine/Tdni0rchMxE/N5kWBEwsrlIJ>
and I am facing the same issue with Arabic.

I have "main.html" file, and import it from "main.py" by using 
self.response.out.write(template.render('main.html',values))
the "main.html" display the arabi chars but the "main.py" not!!

liker this:

         <form action="/send" method="post" accept-charset="utf-8"> 
         <table>
         <tr>
         <h3>Enter the following information which use in the sending 
massege</h3>
         </tr>
         <tr>
         <th>"""self.response.out.write(u'العنوان'.encode('utf-8'))"""</th>
         <td><input type="text" name="subject" style="width:400px" ></td>
         </tr>
         <tr>
         <th>"""self.response.out.write(u'المادة'.encode('utf-8'))"""</th>
  <td>
  <select name="course">
                <option value="611">CS 611</option>
                <option value="681">CS 681</option>
        </select>
        </td>
 </tr>
......

please help me!! and thans in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to