> Also it might be
> possible to use
> the encoding that browser accepts...
Ahh you can....
<!--- Use the request to get the client's prefered locale --->
<cfset localize = getPageContext().getRequest().GetLocale()>
<!--- then use the default locale of the system we're running on --->
<cfset request.locale = createObject("java",
"java.util.Locale").getDefault().getLanguage()>
<cfelse>
<cfset request.locale = localize.getLanguage()>
</cfif>
http://www.macromedia.com/support/coldfusion/internationalization/internatio
nalization_cfmx/
gives the details I must read of european / asian users...
Justin
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]