• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

page support multiple languages

 
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my page I had:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

but this caused the problem that it only displays English charactors, other languages will be displayed with unrecognizable code. When I remove those attributes, it worked.

But some page with <html> only still displays unrecognizable code if other languages are used. The database has been checked to support multiple language without problem. So can someone tell me is there anywhere else in the page I should pay attention to let page support multiple languages?

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic