getServerSupportsCharset()

Availability

Adobe Dreamweaver MX.

Description

This function returns a true value if the current server supports the specified character set. From JavaScript, you can determine whether the server model supports a specific character set by calling the dom.serverModel.getServerSupportsCharset() function.

Arguments

metaCharSetString

  • The metaCharSetString argument is a string that holds the value of the documents "charset=" attribute.

Returns

Adobe Dreamweaver expects a Boolean value.