XConvertWCToCT man page on Ultrix

Man page or keyword search:  
man Server   3690 pages
apropos Keyword Search (all sections)
Output format
Ultrix logo
[printable version]

_XConvertWCToCT(3X11)		     X11R5		 _XConvertWCToCT(3X11)

NAME
       _XConvertWCToCT - conversion from  WC string to CT

SYNOPSIS
       int   _XConvertWCToCT(xlocale,	wc_str,	  wc_len,   ct_str,  ct_bytes,
       scanned_len)
       XLocale xlocale;
       wchar *wc_str;
       int wc_len;
       char *ct_str;
       int *ct_bytes;
       int *scanned_len;

ARGUMENTS
       xlocale	 In: specifies locale, the default NULL is the current locale.

       wc_str	 In: wchar string.

       wc_len	 In: length of wchar string, counted in wchars.

       ct_str	 Out: conversion buffer of result CT string.

       ct_bytes	 In/Out: as "In" it is length of buffer ct_str passed by call‐
		 er;  as  "Out"	 it  is	 the  returned	length of converted CT
		 string, both counted in bytes

       scanned_len
		 Out: scanned number of wchars, counted in wchars

DESCRIPTION
       The _XConvertWCToCT converts the string	encoded	 in  wchar  to	string
       encoded	in CT.	After a successful conversion the default state desig‐
       nation of CT will be appended at ct_str if the last state is  not  same
       as  default state.  And function will automatically append a null char‐
       acter to ct_str if more room in output buffer ct_str.  This null	 char‐
       acter is not counted in length of CT string.

       When  function  returns at any time, scanned_len always remembers where
       stopped.

       The caller of this function has to provide the  output  buffer  ct_str.
       By  using  scanned_len,	the caller can break a large wchar string into
       pieces, and convert one piece at a time.	 The result of	CT  string  is
       concatenatable. However concatenation may produce redundant designation
       sequence.

       The function returns BadBuffer meaning that the	output	buffer	ct_str
       was  exhausted.	In  this  case	function ensure that the ct_str stores
       already converted CT string; ct_bytes stores number of bytes of ct_str;
       the  scanned_len stores the number of already processed wchars.	Caller
       can move wc_str to (wc_str + *scanned_len) for next conversion.

       The function returns a number greater than zero meaning a  BadEncoding,
       the  unconvertable  codes  in  wchar string were met.  In this case the
       function will automatically recover the wrong code with	the  following
       algorithm:

	 If a byte of wchar code is wrong, replace it with the minimum charac‐
	 ter of the current encoding.

       Then function continues to do conversion.

       Both the WNULL character and wc_len will terminate the conversion.

       All errors are defined less than zero, i.e.:

	 #define Success	 0

	 #define BadBuffer	-1

	 #define BadTerminate	-2

	 #define BadEncoding	-3

RETURNED VALUE
       The _XConvertWCToCT returns the following value:

       Success
	      successful conversion.

       BadBuffer
	      buffer was exhausted.

       BadEncoding
	      wrong codepoints can not be recovered.

       > 0    number of wrong codepoints, but recovered.

SEE ALSO
       Refer to "CT and WC" for their definitions.

							 _XConvertWCToCT(3X11)
[top]

List of man pages available for Ultrix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net