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.web < prev    next >
Encoding:
Text File  |  2000-04-19  |  152 b   |  10 lines

  1. <configuration>
  2.  
  3.     <globalization 
  4.        fileencoding="utf-8"
  5.        requestencoding="utf-8"
  6.        responseencoding="utf-8" 
  7.     />
  8.     
  9. </configuration>
  10.