


XmStringCreateSimple(3X)			     XmStringCreateSimple(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggCCrreeaatteeSSiimmppllee - A compound string function that creates a compound
  string in the	language environment of	a widget

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  XXmmSSttrriinngg XXmmSSttrriinnggCCrreeaatteeSSiimmppllee	((_t_e_x_t))
       cchhaarr   *	_t_e_x_t;;

DESCRIPTION
  XXmmSSttrriinnggCCrreeaatteeSSiimmppllee creates a compound string with two components: text
  and a	character set.	It derives the character set from the current
  language environment.

  The routine attempts to derive a character set from the value	of the LANG
  environment variable.	 If this does not result in a valid character set,
  the routine uses a vendor-specific default.  If the vendor has not speci-
  fied a different value, this default is ISO8859-1.

  NOTE:	 This routine is obsolete and exists for compatibility with previous
  releases.  It	has been replaced by XXmmSSttrriinnggCCrreeaatteeLLooccaalliizzeedd.

  _t_e_x_t	 Specifies a null-terminated string to be used as the text component
	 of the	compound string.

RETURN VALUE
  Returns a new	compound string.

RELATED	INFORMATION
  XXmmSSttrriinnggCCrreeaattee((33XX)) and XXmmSSttrriinnggCCrreeaatteeLLooccaalliizzeedd((33XX)).


























