Man Page xdtosj.1




NAME

     xdtosj - convert visu MFC code before transfer to PC


SYNOPSIS

     xdtosj [-x] [file]


DESCRIPTION

     Microsoft Foundation Classes  (MFC)  code	generated  by  X-
     Designer  needs  to  be post-processed before it is compiled
     under Microsoft Windows if	it includes Japanese strings.

     By	default	it will	use the	jconv(1) filter, but this can  be
     overriden using the -f flag.

     It	also changes the DEFAULT_CHARSET value in the  MFC  CFont
     creation method to	SHIFTJIS_CHARSET.


FLAGS

     -x	       provides	a summary of this information

     -ffilter  change the shift-jis filter (default jconv)

     -*	       any other - flags are passed to the filter

     file      optional	file (otherwise	takes stdin)


EXAMPLES

	  $ xdtosj < myprog.cpp	> mywinprog.cpp
	  $ xdtosj -f euctosj <	myprog.cpp > mywinprog.cpp


SEE ALSO

     euctosj(1)





















Sun WorkShop 6 Man Pages