home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / localize / config-all.web next >
Encoding:
Text File  |  2000-04-27  |  201 b   |  12 lines

  1. <configuration>
  2.  
  3.     <globalization 
  4.        fileencoding="us-ascii"
  5.        requestencoding="iso-8859-1"
  6.        responseencoding="utf-8" 
  7.        culture="en-us"
  8.        uiculture="de"
  9.     />
  10.     
  11. </configuration>
  12.