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 euctosj(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 euctosj)
−∗ any other − flags are passed to the filter
file optional file (otherwise takes stdin)
EXAMPLES
$ visutosj < myprog.cpp > mywinprog.cpp
$ visutosj -f jconv < myprog.cpp > mywinprog.cpp
FILES
/usr/bin/euctosj
SEE ALSO
SunOS 3.0.1 — Last change: 22nd Sept 1995