Man Page visutosj.1




NAME

     visutosj -	convert	visu MFC code before transfer to PC


SYNOPSIS

     visutosj [-x] [file]


DESCRIPTION

     Microsoft Foundation Classes (MFC)	code  generated	 by  visu
     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

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


SEE ALSO

     euctosj(1)





















Sun WorkShop 6 Man Pages