In xml with encoding UTF-8,so I can write a UTF-8 string value :<description>This's a Chinese description! 这是一个中文描述!</description> but when appcfg update war is not work, It's a bug^ ^
2010/1/15 风笑雪 <[email protected]> > You can try native2ascii, it's a bug of Java, not GAE/J. > > But why do you insist on using a Chinese description since you don't > need it elsewhere. > > 2010/1/3 时空之蕊 <[email protected]>: > > Thanks for your healp: > > my cron.xml: > > <?xml version="1.0" encoding="UTF-8"?> > > <cronentries> > > <cron> > > <url>/cron/flushCache.do</url> > > <description>This's a Chinese description! 这是一个中文描述!</description> > > <schedule>every 2 minutes</schedule> > > </cron> > > </cronentries> > > > > When description of cron isn't ascii code,i can't deploy my web app! > > so i change description to:<description>This's a Chinese description! > > </description>, it's work ok! > > My xml encoding is utf-8,but cron.xml can't supported by utf-8! >--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
